/*
Theme Name: HNH Administrative Services
Theme URI: https://hnhadmin.ae
Author: Automate Web Solutions
Author URI: https://automatewebsolutions.com
Description: Custom WordPress theme for HNH Businessmen Administrative Services L.L.C. — a Dubai business setup and visa consultancy. Built from the approved static design (navy #0D2C5C / gold #B9863A, DM Serif Display + Inter).
Version: 1.0
Requires PHP: 7.4
Text Domain: hnh
*/


/* ============================================================
   TOKENS — HNH brand (sampled from the real logo)
   ============================================================ */
:root {
  --navy:    #0D2C5C;
  --navy2:   #1B3E75;
  --gold:    #B9863A;
  --gold2:   #E3C687;
  --cream:   #FBF8F1;
  --white:   #FFFFFF;
  --text:    #20222B;
  --muted:   #666C7D;
  --border:  #E7E1D2;
  --wa:      #25D366;
  --radius:  10px;
  --radius-lg: 18px;
  --shadow:  0 4px 24px rgba(13,44,92,.10);
  --shadow-lg: 0 12px 48px rgba(13,44,92,.18);
  font-size: 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-label { font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.section-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.75rem); color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.section-sub { color: var(--muted); max-width: 560px; line-height: 1.7; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 6px; font-weight: 600; font-size: .9rem; letter-spacing: .02em; cursor: pointer; transition: all .25s ease; border: 2px solid transparent; }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: #a5762f; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(185,134,58,.35); }
.btn-wa { background: var(--wa); color: var(--white); }
.btn-wa:hover { background: #1ebc59; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.4); }
.btn-outline { border-color: var(--white); color: var(--white); background: transparent; }
.btn-outline:hover { background: var(--white); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy2); transform: translateY(-2px); }
.btn-outline-navy { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

.brand-ico { width: 26px; height: 26px; vertical-align: middle; }
.brand-ico.sm { width: 16px; height: 16px; margin-right: 6px; vertical-align: -3px; }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(13,44,92,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(185,134,58,.2); padding: 0 24px; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 70px; gap:16px; }
.nav-logo { display:flex; align-items:center; gap:10px; }
.nav-logo-mark{ width:38px;height:38px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex:none;overflow:hidden;}
.nav-logo-mark img{ width:82%; height:82%; object-fit:contain; }
.nav-logo-text { font-family: 'DM Serif Display', serif; font-size: 1.08rem; color: var(--white); line-height:1.2; white-space:nowrap; }
.nav-logo-text span { color: var(--gold2); }
.nav-logo-text small { display: block; font-family: 'Inter', sans-serif; font-size: .56rem; letter-spacing: .09em; font-weight: 400; color: rgba(255,255,255,.5); text-transform: uppercase; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: rgba(255,255,255,.85); font-size: .87rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--gold2); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-phone { color: var(--gold2); font-size: .85rem; font-weight: 600; }
.nav-book { padding: 10px 20px; font-size: .83rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; }

.mobile-nav { display: none; position: fixed; inset: 0; z-index: 999; background: var(--navy); flex-direction: column; padding: 80px 32px 40px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { color: rgba(255,255,255,.85); font-size: 1.2rem; font-weight: 600; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav a:hover { color: var(--gold2); }
.mobile-close { position: absolute; top: 20px; right: 24px; font-size: 1.6rem; color: var(--white); cursor: pointer; }

/* ============================================================
   PAGE HERO (sub-pages)
   ============================================================ */
.page-hero {
  padding: 168px 0 70px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, #163864 60%, #081a35 100%);
}
.page-hero-pattern { position: absolute; inset: 0; z-index: 0; background-image: radial-gradient(circle at 75% 20%, rgba(185,134,58,.14) 0%, transparent 55%), radial-gradient(circle at 15% 90%, rgba(185,134,58,.08) 0%, transparent 45%); }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb { font-size: .8rem; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.breadcrumb a { color: var(--gold2); }
.page-hero .section-label { color: var(--gold2); }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2.1rem, 4vw, 3.2rem); color: var(--white); line-height: 1.15; margin-bottom: 16px; max-width: 16ch; }
.page-hero h1 em { color: var(--gold2); font-style: italic; }
.page-hero p { color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.75; max-width: 54ch; }

/* ============================================================
   HERO (home)
   ============================================================ */
.hero { min-height: 100vh; background: linear-gradient(135deg, var(--navy) 0%, #163864 60%, #081a35 100%); position: relative; overflow: hidden; display: flex; flex-direction: column; padding-top: 70px; }
.hero-bg-pattern { position: absolute; inset: 0; z-index: 0; background-image: radial-gradient(circle at 70% 30%, rgba(185,134,58,.14) 0%, transparent 55%), radial-gradient(circle at 20% 80%, rgba(185,134,58,.08) 0%, transparent 45%); }
/* -------- Hero fade + Ken Burns slider (3 images) -------- */
.hero-slider { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; animation: heroKenBurns 18s ease-in-out infinite; will-change: opacity, transform; }
.hero-slide::after { content:''; position:absolute; inset:0; background: linear-gradient(135deg, rgba(13,44,92,.86) 0%, rgba(22,56,100,.72) 55%, rgba(8,26,53,.88) 100%); }
.hero-slide-1 { background-image: url('assets/images/hero-1.jpg'); animation-delay: 0s; }
.hero-slide-2 { background-image: url('assets/images/hero-2.jpg'); animation-delay: -6s; }
.hero-slide-3 { background-image: url('assets/images/hero-3.jpg'); animation-delay: -12s; }
@keyframes heroKenBurns {
  0%   { opacity: 0; transform: scale(1); }
  4%   { opacity: 1; }
  30%  { opacity: 1; transform: scale(1.15); }
  36%  { opacity: 0; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(1.15); }
}
@media (prefers-reduced-motion: reduce) { .hero-slide { animation: none; opacity: 1; } .hero-slide-2, .hero-slide-3 { display:none; } }
.hero-content { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; padding: 110px 24px; max-width: 1200px; margin: 0 auto; width: 100%; gap: 60px; }
.hero-left { flex: 1; max-width: 580px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(185,134,58,.15); border: 1px solid rgba(185,134,58,.3); padding: 7px 16px; border-radius: 30px; color: var(--gold2); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 28px; }
.hero-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold2); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
.hero-h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2.5rem, 5vw, 4rem); color: var(--white); line-height: 1.12; margin-bottom: 22px; }
.hero-h1 em { color: var(--gold2); font-style: italic; }
.hero-sub { color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.8; margin-bottom: 36px; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-right { flex: 1; display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 100%; max-width: 380px; }
.stat-card { background: rgba(255,255,255,.06); backdrop-filter: blur(8px); border: 1px solid rgba(185,134,58,.2); border-radius: var(--radius); padding: 22px 20px; text-align: center; }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 2.1rem; color: var(--gold2); line-height: 1; }
.stat-label { font-size: .73rem; color: rgba(255,255,255,.6); font-weight: 500; margin-top: 6px; text-transform: uppercase; letter-spacing: .06em; }
.hero-feature-cards { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 380px; }
.feature-card { background: rgba(255,255,255,.07); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 16px 20px; display: flex; align-items: center; gap: 14px; transition: all .25s; }
.feature-card:hover { background: rgba(185,134,58,.12); border-color: rgba(185,134,58,.3); }
.feature-card-icon { font-size: 1.6rem; }
.feature-card h4 { color: var(--white); font-size: .9rem; font-weight: 600; margin-bottom: 2px; }
.feature-card p { color: rgba(255,255,255,.55); font-size: .78rem; }

.hero-banner { position: relative; z-index: 2; background: rgba(185,134,58,.15); backdrop-filter: blur(8px); border-top: 1px solid rgba(185,134,58,.25); padding: 18px 24px; }
.hero-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.banner-items { display: flex; gap: 40px; flex-wrap: wrap; }
.banner-item { display: flex; align-items: center; gap: 10px; color: var(--white); }
.banner-item-icon { font-size: 1.4rem; }
.banner-item-text strong { display: block; font-size: .88rem; font-weight: 600; }
.banner-item-text span { font-size: .75rem; color: rgba(255,255,255,.6); }
.happy-travelers { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.1); padding: 12px 20px; border-radius: 30px; }
.ht-num { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--gold2); }
.ht-label { font-size: .75rem; color: rgba(255,255,255,.75); font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { padding: 100px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; }
.about-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img:first-child { grid-column: 1 / -1; }
.about-vision-mission { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 28px 0; }
.vm-card { background: var(--cream); border-radius: var(--radius); padding: 20px; border-left: 3px solid var(--gold); }
.vm-card h4 { font-weight: 700; color: var(--navy); margin-bottom: 8px; font-size: .9rem; }
.vm-card p { font-size: .83rem; color: var(--muted); line-height: 1.6; }
.about-stats { display: flex; gap: 40px; margin-top: 32px; flex-wrap:wrap; }
.about-stat-num { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--gold); display: block; }
.about-stat-label { font-size: .8rem; color: var(--muted); font-weight: 500; }

/* Pledge / Commitment (about-us page) */
.pledge-section { padding: 100px 0; background: var(--cream); }
.pledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.pledge-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 26px; }
.pledge-card .tick { width: 34px; height: 34px; border-radius: 50%; background: rgba(185,134,58,.14); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-weight:700; }
.pledge-card h4 { color: var(--navy); font-size: .98rem; margin-bottom: 8px; }
.pledge-card p { font-size: .86rem; color: var(--muted); line-height: 1.6; }

/* ============================================================
   SERVICES GRID (home teaser)
   ============================================================ */
.svc-grid-section { padding: 100px 0; background: var(--cream); }
.svcg-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; gap:24px; flex-wrap:wrap; }
.svcg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svcg-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: all .3s ease; position: relative; }
.svcg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svcg-thumb { position: relative; height: 150px; overflow: hidden; display:flex;align-items:center;justify-content:center;font-size:3.2rem; }
.svcg-badge { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--white); font-size: .68rem; font-weight: 700; letter-spacing: .06em; padding: 5px 11px; border-radius: 20px; text-transform: uppercase; }
.svcg-count { position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .68rem; font-weight: 700; padding: 5px 11px; border-radius: 20px; }
.svcg-body { padding: 20px; }
.svcg-title { font-family: 'DM Serif Display', serif; font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.svcg-desc { font-size: .82rem; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.svcg-highlights { font-size: .78rem; color: var(--muted); margin-bottom: 16px; }
.svcg-highlights li { padding: 3px 0 3px 16px; position: relative; }
.svcg-highlights li::before { content: '\2713'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.svcg-more { color:var(--gold); font-size:.75rem; font-weight:600; }
.svcg-book { display: block; width: 100%; padding: 11px; background: var(--navy); color: var(--white); text-align: center; border-radius: 6px; font-size: .84rem; font-weight: 600; transition: background .2s; }
.svcg-book:hover { background: var(--gold); }

.help-strip { margin-top: 40px; padding: 28px 32px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.help-strip h3 { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 6px; }
.help-strip p { color: rgba(255,255,255,.75); font-size: .85rem; }
.help-tags { display: flex; gap: 12px; flex-wrap: wrap; }
.help-tag { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); color: var(--white); padding: 8px 16px; border-radius: 30px; font-size: .8rem; font-weight: 600; }

/* ============================================================
   DETAILED SERVICES (our-services page)
   ============================================================ */
.svc-detail-section { padding: 90px 0 40px; background: var(--white); }
.svc-detail-row { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: 44px 0; border-top: 1px solid var(--border); scroll-margin-top: 90px; }
.svc-detail-row:last-child { border-bottom: 1px solid var(--border); }
.svc-detail-num { font-family: 'DM Serif Display', serif; font-weight: 700; font-size: 2rem; color: rgba(185,134,58,.35); }
.svc-detail-head { display: flex; align-items: center; gap: 16px; margin-bottom: 10px; }
.svc-detail-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex: none; }
.svc-detail-body h3 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--navy); }
.svc-detail-body > p { color: var(--muted); font-size: .95rem; line-height: 1.7; max-width: 62ch; margin-bottom: 20px; }
.svc-detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 26px; margin-bottom: 20px; }
.svc-detail-list li { padding: 9px 0 9px 22px; position: relative; font-size: .92rem; color: var(--text); border-bottom: 1px solid var(--border); }
.svc-detail-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
@media (max-width: 640px) { .svc-detail-row { grid-template-columns: 1fr; } .svc-detail-list { grid-template-columns: 1fr; } }

/* ============================================================
   PROCESS (icon list + visual)
   ============================================================ */
.process-section { padding: 100px 0; background: var(--white); }
.process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.process-list { display: flex; flex-direction: column; gap: 18px; }
.proc-item { display: flex; gap: 20px; align-items: flex-start; padding: 20px 22px; border-radius: var(--radius); border: 1px solid var(--border); transition: all .25s; }
.proc-item:hover { border-color: var(--gold); background: linear-gradient(135deg, rgba(185,134,58,.05), rgba(185,134,58,.02)); box-shadow: var(--shadow); }
.proc-icon { width: 46px; height: 46px; min-width: 46px; background: var(--cream); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.35rem; }
.proc-item:hover .proc-icon { background: var(--gold); }
.proc-text h3 { font-weight: 700; color: var(--navy); font-size: .95rem; margin-bottom: 5px; }
.proc-text p { font-size: .82rem; color: var(--muted); line-height: 1.6; }
.process-visual { position: relative; }
.process-img-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); height: 460px; display:flex;align-items:center;justify-content:center;font-size:7rem; background: linear-gradient(135deg,var(--navy),#2d5a8a); }
.process-badge { position: absolute; bottom: -20px; left: -20px; background: var(--gold); color: var(--white); padding: 20px 24px; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.process-badge strong { display: block; font-family: 'DM Serif Display', serif; font-size: 2rem; line-height: 1; }
.process-badge span { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* ============================================================
   WHY CHOOSE US — light cards on navy bg (fixed contrast)
   ============================================================ */
.why { padding: 100px 0; background: var(--navy); }
.why .section-title { color: var(--white); }
.why .section-sub { color: rgba(255,255,255,.65); }
.why-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 40px; flex-wrap:wrap; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: var(--cream); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); padding: 32px 26px; transition: all .3s; }
.why-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why-num { font-family: 'DM Serif Display', serif; font-size: 3.2rem; color: rgba(185,134,58,.28); line-height: 1; margin-bottom: 14px; }
.why-icon { font-size: 1.9rem; margin-bottom: 14px; }
.why-card h3 { color: var(--navy); font-weight: 700; font-size: 1rem; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: .83rem; line-height: 1.7; }

/* ============================================================
   INDUSTRIES (gallery-style tiles + wide filler)
   ============================================================ */
.industries-section { padding: 100px 0; background: var(--cream); }
.ind-tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto auto; gap: 16px; margin-top: 56px; }
.ind-tile { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; height: 200px; }
.ind-tile:first-child { grid-row: 1/3; height: 100%; }
.ind-tile-emoji { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3.4rem; background: linear-gradient(135deg, var(--navy), var(--navy2)); }
.ind-tile:first-child .ind-tile-emoji { font-size: 5rem; }
.ind-tile-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,44,92,.85) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; opacity:0; transition: opacity .3s; }
.ind-tile:hover .ind-tile-overlay { opacity: 1; }
.ind-tile-label { color: var(--white); font-weight: 700; font-size: .98rem; }
.ind-tile-sub { color: rgba(255,255,255,.7); font-size: .76rem; margin-top: 3px; }
.ind-tile-wide { grid-column: span 2; height: 200px; display:flex; align-items:center; padding: 0 34px; gap:20px; background: linear-gradient(120deg, var(--gold) 0%, #a5762f 100%); }
.ind-tile-wide .icon { font-size: 2.6rem; flex:none; }
.ind-tile-wide h4 { font-family:'DM Serif Display',serif; color: var(--white); font-size: 1.25rem; margin-bottom: 6px; }
.ind-tile-wide p { color: rgba(255,255,255,.85); font-size: .86rem; max-width: 46ch; }
@media (max-width: 768px) { .ind-tile-grid { grid-template-columns: 1fr 1fr; } .ind-tile:first-child { grid-column: 1/-1; grid-row: auto; height:240px; } .ind-tile-wide { grid-column: 1/-1; } }
@media (max-width: 480px) { .ind-tile-grid { grid-template-columns: 1fr; } }

/* ============================================================
   WHY UAE
   ============================================================ */
.why-uae-section { padding: 100px 0; background: var(--white); }
.uae-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top:40px; }
.uae-card { background: var(--cream); border-radius: var(--radius); padding: 24px; border-left: 3px solid var(--gold); }
.uae-card .ico { font-size:1.6rem; margin-bottom:10px; }
.uae-card h4 { font-weight: 700; color: var(--navy); margin-bottom: 8px; font-size: .95rem; }
.uae-card p { font-size: .84rem; color: var(--muted); line-height: 1.6; }
@media (max-width: 900px) { .uae-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px) { .uae-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ — visual block replaces the CTA box
   ============================================================ */
.faq-section { padding: 100px 0; background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; margin-top: 20px; }
.faq-visual { position: sticky; top: 90px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); height: 460px; background: linear-gradient(150deg, var(--navy), var(--navy2)); display:flex; align-items:center; justify-content:center; }
.faq-visual .glyph { font-size: 6.5rem; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; }
.faq-q { padding: 18px 22px; font-weight: 600; color: var(--navy); font-size: .9rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: background .2s; }
.faq-q:hover { background: rgba(185,134,58,.05); }
.faq-toggle { color: var(--gold); font-size: 1.2rem; transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; color: var(--muted); font-size: .85rem; line-height: 1.7; padding: 0 22px; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 22px 18px; }
@media (max-width: 900px) { .faq-layout { grid-template-columns: 1fr; } .faq-visual { position: static; height: 220px; } }

/* ============================================================
   CONTACT (contact-us page)
   ============================================================ */
.contact { padding: 100px 0; background: var(--navy); }
.contact .section-title { color: var(--white); }
.contact .section-sub { color: rgba(255,255,255,.65); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; margin-top: 56px; align-items: start; }
.contact-sticky { position: sticky; top: 90px; }
.contact-info { display: flex; flex-direction: column; gap: 26px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 32px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon { width: 48px; height: 48px; min-width: 48px; background: rgba(185,134,58,.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.contact-item h4 { color: rgba(255,255,255,.6); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.contact-item p { color: var(--white); font-weight: 600; font-size: .95rem; }
.contact-item a { color: var(--gold2); }
.contact-form { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 36px; }
.contact-form h3 { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--white); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; color: rgba(255,255,255,.7); font-size: .8rem; font-weight: 600; margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 6px; color: var(--white); font-size: .88rem; font-family: 'Inter', sans-serif; transition: border-color .2s; outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,.35); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--navy); }
.form-group textarea { min-height: 100px; resize: vertical; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } .contact-sticky { position: static; } }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }

/* ============================================================
   CLOSING CTA — interactive
   ============================================================ */
.closing-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, #163864 55%, #081a35 100%); padding: 84px 0; }
.closing-cta::before, .closing-cta::after { content:""; position:absolute; border-radius:50%; filter: blur(70px); opacity:.35; }
.closing-cta::before { width: 360px; height: 360px; background: var(--gold); top: -140px; right: 6%; }
.closing-cta::after { width: 300px; height: 300px; background: #2d5a8a; bottom: -160px; left: 4%; }
.closing-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.closing-left .live-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(185,134,58,.15); border: 1px solid rgba(185,134,58,.3); padding: 6px 14px; border-radius: 30px; color: var(--gold2); font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.closing-left .live-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #3ddc74; animation: pulse 1.8s infinite; }
.closing-left h3 { font-family: 'DM Serif Display', serif; font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--white); margin-bottom: 12px; }
.closing-left h3 em { color: var(--gold2); font-style: italic; }
.closing-left p { color: rgba(255,255,255,.68); font-size: .96rem; max-width: 48ch; }
.closing-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.closing-chip { display:flex; align-items:center; gap:7px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 7px 13px; border-radius: 30px; font-size: .77rem; color: rgba(255,255,255,.8); }
.closing-right { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.closing-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 30px; border-radius: 8px; background: var(--gold); color: var(--white); font-weight: 700; font-size: .98rem; transition: all .3s ease; position: relative; overflow: hidden; }
.closing-btn .arrow { transition: transform .3s ease; }
.closing-btn:hover { background: #a5762f; transform: translateY(-3px); box-shadow: 0 14px 30px -10px rgba(185,134,58,.5); }
.closing-btn:hover .arrow { transform: translateX(5px); }
.closing-note { font-size: .76rem; color: rgba(255,255,255,.45); }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: #061225; padding: 70px 24px 30px; border-top: 1px solid rgba(185,134,58,.2); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand-row{ display:flex; align-items:center; gap:10px; }
.footer-brand-row .nav-logo-mark{ width:36px;height:36px; }
.footer-brand-name{ font-family:'DM Serif Display',serif; font-size:1.1rem; color: var(--white); }
.footer-brand-name span{ color: var(--gold2); }
.footer-brand p { color: rgba(255,255,255,.55); font-size: .83rem; line-height: 1.7; margin: 16px 0 20px; }
.footer-tagline { font-family:'DM Serif Display',serif; font-style:italic; color:var(--gold2); font-size:1rem; }
.footer-col h4 { color: var(--gold2); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: rgba(255,255,255,.6); font-size: .83rem; transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold2); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; }
.footer-contact-item .ico { color: var(--gold2); font-size: 1rem; margin-top: 1px; }
.footer-contact-item p { color: rgba(255,255,255,.7); font-size: .83rem; line-height: 1.5; }
.footer-bottom { max-width: 1200px; margin: 28px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { color: rgba(255,255,255,.4); font-size: .78rem; }

/* ============================================================
   WHATSAPP FLOAT (popup — excluded from the "one button" rule)
   ============================================================ */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); box-shadow: 0 4px 20px rgba(37,211,102,.4); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.6rem; animation: wa-pulse 2.5s infinite; transition: transform .2s; }
.wa-float:hover { transform: scale(1.1); animation: none; box-shadow: 0 6px 28px rgba(37,211,102,.55); }
@keyframes wa-pulse { 0%,100%{ box-shadow: 0 4px 20px rgba(37,211,102,.4); } 50%{ box-shadow: 0 4px 40px rgba(37,211,102,.65); } }
.wa-tooltip { position: absolute; right: 70px; background: var(--navy); color: var(--white); font-size: .78rem; font-weight: 600; padding: 8px 14px; border-radius: 6px; white-space: nowrap; opacity: 0; transition: opacity .2s; pointer-events: none; }
.wa-float:hover .wa-tooltip { opacity: 1; }

/* ============================================================
   RESPONSIVE (shared)
   ============================================================ */
@media (max-width: 1024px) {
  .svcg-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .pledge-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .hero-content { flex-direction: column; gap: 40px; padding: 60px 24px; }
  .hero-right { width: 100%; align-items: stretch; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-images { display: none; }
  .process-layout { grid-template-columns: 1fr; }
  .process-visual { display: none; }
  .svcg-grid { grid-template-columns: 1fr; }
  .svcg-header { flex-direction: column; align-items: flex-start; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pledge-grid { grid-template-columns: 1fr; }
  .closing-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-feature-cards { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}

