/* ═══════════════════════════════════════════════
   ELEGANT CONSULTANTS — SHARED DESIGN SYSTEM v1.0.3
   ═══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #f97316; /* Vibrant Orange */
  --gold-light: #fb923c; /* Vibrant Red */
  --gold-pale: #ffedd5;
  --gold-xpale: #fff7ed;
  --dark: #1c1917; /* stone-900 */
  --dark2: #292524; /* stone-800 */
  --mid: #44403c; /* stone-700 */
  --text: #292524; /* stone-800 */
  --muted: #78716c; /* stone-500 */
  --white: #ffffff;
  --light-bg: #fafaf9; /* stone-50 */
  --border: #e7e5e4; /* stone-200 */
  --shadow-sm: 0 2px 12px rgba(249,115,22,0.04);
  --shadow-md: 0 8px 32px rgba(249,115,22,0.08);
  --shadow-lg: 0 20px 60px rgba(251,146,60,0.12);
  --radius: 16px;
  --radius-sm: 10px;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family:'DM Sans',sans-serif; color:var(--text); background:var(--white); overflow-x:hidden; line-height:1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-wrap: break-word; }
img { max-width:100%; display:block; }
a { text-decoration:none; color: inherit; }

/* ─── TYPOGRAPHY ─── */
h1,h2,h3,h4 { font-family:'Cormorant Garamond',serif; font-weight:700; line-height:1.1; letter-spacing: -0.01em; }
h1 { font-size:clamp(36px, 8vw, 72px); line-height: 1.1; }
h2 { font-size:clamp(28px, 6vw, 48px); line-height: 1.2; }
h3 { font-size:clamp(22px, 4vw, 32px); line-height: 1.3; }

/* ─── NAV ─── */
.site-nav { background:var(--white); box-shadow:0 2px 20px rgba(0,0,0,0.07); position:sticky; top:0; z-index:1000; }
.nav-inner { max-width:1440px; margin:auto; padding:0 32px; display:flex; justify-content:space-between; align-items:center; height:80px; position:relative; }
@media(max-width: 768px) { .nav-inner { height: 70px; padding: 0 20px; } }
.nav-actions { display:flex; align-items:center; gap:20px; }
.nav-cta-desktop { background:linear-gradient(135deg, var(--gold), var(--gold-light)); color:white; border:none; padding:10px 22px; border-radius:8px; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; cursor:pointer; transition:all .3s; box-shadow:0 4px 12px rgba(249,115,22,0.2); }
.nav-cta-desktop:hover { background:linear-gradient(135deg, #ea580c, #c2410c); transform:translateY(-1px); box-shadow:0 8px 16px rgba(249,115,22,0.2); }

@media(max-width: 1024px) {
  .nav-cta-desktop { display:none; }
}

.nav-static { position: static; }
.logo { display:flex; align-items:center; margin-right:30px; flex-shrink:0; }
.logo-img { height:52px; width:auto; display:block; object-fit:contain; }
.footer-logo-img { height:56px; width:auto; display:block; margin-bottom:16px; }
/* legacy — kept for any remaining text references */
.logo-mark { display:none; }
.logo em { display:none; }
.nav-menu { display:flex; align-items:center; gap:16px; margin-left: auto; margin-right: 32px; }
.mobile-top-info, .mobile-quick-links { display: none !important; }
.nav-menu a, .nav-link { 
  color:var(--text); 
  font-size:13px; 
  font-weight:700; 
  text-transform:uppercase; 
  letter-spacing:0.5px; 
  padding:6px 10px; 
  border-radius:6px; 
  transition:all .2s; 
  display:inline-flex; 
  align-items:center; 
  gap:6px; 
  white-space:nowrap;
  text-decoration:none;
}
.nav-menu a:hover, .nav-menu a.active, .nav-link:hover, .nav-link.active { background:var(--gold-pale); color:var(--gold); }
.nav-menu .nav-cta { display: none; }
@media(max-width: 1200px) {
  .nav-menu .nav-cta { background:linear-gradient(135deg, var(--gold), var(--gold-light)); color:white; padding:12px 28px; border-radius:12px; font-weight:700; margin-left:12px; box-shadow:0 8px 20px rgba(249,115,22,.25); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); display:inline-flex; }
}
.nav-menu .nav-cta:hover { background:var(--dark); color:white; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.2); }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:6px; }
.hamburger span { width:24px; height:2px; background:var(--text); border-radius:2px; transition:.3s; }

/* ─── HERO VARIANTS ─── */
.page-hero { background:linear-gradient(135deg,var(--dark) 0%,var(--dark2) 55%,#292524 100%); padding:clamp(80px, 12vw, 140px) 24px clamp(60px, 10vw, 100px); text-align:center; position:relative; overflow:hidden; }
@media(max-width: 768px) { .page-hero { padding: 80px 20px 60px; } }
.page-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, rgba(249,115,22,.12) 0%, transparent 65%); }
.page-hero::after { content:''; position:absolute; inset:0; background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b8960c' fill-opacity='0.04'%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3C/g%3E%3C/svg%3E"); }

.page-hero-img { background-size:cover; background-position:center; position:relative; padding:clamp(100px, 15vw, 160px) 28px clamp(80px, 12vw, 120px); text-align:center; color:white; overflow:hidden; min-height: 450px; display: flex; align-items: center; justify-content: center; }
.page-hero-img::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,0.55); z-index:1; }
.page-hero-img .branding-watermark { position:absolute; top:30px; left:40px; font-family:'Cormorant Garamond',serif; font-size:18px; font-weight:700; color:rgba(255,255,255,0.4); letter-spacing:3px; z-index:2; text-transform:uppercase; pointer-events:none; }
@media(max-width:768px){ .page-hero-img .branding-watermark { left:50%; transform:translateX(-50%); top:20px; font-size:14px; } }

.page-hero-inner { position:relative; z-index:3; max-width:900px; margin:auto; width: 100%; }
.breadcrumb { display:flex; justify-content:center; align-items:center; gap:8px; color:rgba(255,255,255,0.7); font-size:13px; margin-bottom:20px; }
.breadcrumb a { color:rgba(255,255,255,0.7); } .breadcrumb a:hover { color:var(--gold-light); }
.breadcrumb span { color:var(--gold-light); }
.page-hero h1, .page-hero-img h1 { color:white; margin-bottom:24px; text-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.page-hero h1 span, .page-hero-img h1 span { color:var(--gold-light); }
.page-hero .subtitle, .page-hero-img .subtitle { color:#f1f1f1; font-size:clamp(16px, 3vw, 20px); line-height:1.6; max-width:700px; margin:0 auto 40px; font-weight: 500; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }

/* ─── ANIMATIONS ─── */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.animate-fade { animation: fadeIn 1s ease forwards; }
.animate-up { animation: fadeInUp 0.8s ease forwards; }
.animate-up-2 { animation: fadeInUp 0.8s ease 0.2s forwards; opacity: 0; }
.animate-up-3 { animation: fadeInUp 0.8s ease 0.4s forwards; opacity: 0; }

body { animation: fadeIn 0.6s ease-out; }
.hero-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.btn-gold { background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:white; padding:16px 36px; border-radius:var(--radius-sm); font-weight:600; font-size:15px; transition:all .3s cubic-bezier(0.4, 0, 0.2, 1); display:inline-flex; align-items:center; gap:10px; box-shadow: 0 10px 25px rgba(197,160,89,0.2); }
.btn-gold:hover { background:linear-gradient(135deg, #ea580c, #c2410c); transform:translateY(-3px); box-shadow:0 15px 30px rgba(249,115,22,.35); }
.btn-outline { border:1.5px solid rgba(255,255,255,.25); color:white; padding:15px 34px; border-radius:var(--radius-sm); font-weight:500; font-size:15px; transition:all .3s; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.btn-outline:hover { border-color:var(--gold-light); color:var(--gold-light); background: rgba(255,255,255,0.05); }

/* ─── GLASS UTILITIES ─── */
.glass { background: rgba(255, 255, 255, 0.7); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.3); }
.glass-dark { background: rgba(10, 12, 18, 0.6); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1); }

/* ─── SECTION ─── */
.section { padding:clamp(60px, 10vw, 120px) 24px; }
@media(max-width: 768px) { .section { padding: 60px 20px; } }
.section-alt { background:var(--light-bg); }
.section-dark { background:var(--dark); }
.section-gold { background:linear-gradient(135deg,var(--gold),var(--gold-light)); }
.container { max-width:1320px; margin:auto; }
.section-head { text-align:center; margin-bottom:60px; }
.pre-label { color:var(--gold); font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:2.5px; display:block; margin-bottom:12px; }
.section-head h2 { color:var(--dark); margin-bottom:14px; }
.section-head p { color:var(--muted); font-size:16px; max-width:560px; margin:0 auto; line-height:1.75; }
.section-dark .section-head h2 { color:white; }
.section-dark .section-head p { color:#a8a29e; }
.section-dark .pre-label { color:var(--gold-light); }

/* ─── CARDS ─── */
.card { background:white; border-radius:var(--radius); border:1px solid var(--border); transition:all .3s; }
.card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); border-color:var(--gold); }

.svc-card { padding:36px 28px; text-align:center; display:flex; flex-direction:column; height:100%; transition:all .3s cubic-bezier(0.4,0,0.2,1); }
.svc-card:hover { transform:translateY(-8px) !important; box-shadow:var(--shadow-lg) !important; border-color:var(--gold) !important; }
.svc-icon { width:68px; height:68px; background:var(--gold-pale); border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:30px; margin:0 auto 20px; transition:all .3s; }
.svc-card:hover .svc-icon { background:linear-gradient(135deg, var(--gold), var(--gold-light)); color:white; }
.svc-card h3 { font-size:22px; color:var(--dark); margin-bottom:16px; }
.svc-card p { color:var(--muted); font-size:14px; line-height:1.7; margin-bottom:24px; }
.svc-link { display:inline-flex; align-items:center; gap:6px; color:var(--gold); font-size:14px; font-weight:600; margin-top:auto; transition:gap .2s; }
.svc-link:hover { gap:10px; }

.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.services-grid{grid-template-columns:1fr;}}

/* ─── STATS ─── */
.stats-strip { background:var(--dark); padding:40px 0; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.stats-inner { max-width:1440px; margin:auto; padding:0 32px; display:flex; justify-content:space-around; flex-wrap:wrap; gap:32px; }
.stat { text-align:center; color:white; }
.stat-num { font-family:'Cormorant Garamond',serif; font-size:42px; font-weight:700; line-height:1; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-lbl { font-size:11px; color: #a8a29e; margin-top:6px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }

/* ─── FORM ELEMENTS ─── */
.form-field { margin-bottom:18px; }
.form-field label { display:block; font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.6px; color:var(--muted); margin-bottom:7px; }
.form-field input, .form-field select, .form-field textarea { width:100%; border:1.5px solid var(--border); border-radius:var(--radius-sm); padding:12px 16px; font-size:15px; font-family:'DM Sans',sans-serif; color:var(--text); background:white; outline:none; transition:border-color .2s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color:var(--gold); }
.form-field select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a7a8c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.btn-submit { width:100%; background:linear-gradient(135deg,var(--gold),var(--gold-light)); color:white; border:none; border-radius:var(--radius-sm); padding:15px; font-size:16px; font-weight:600; font-family:'DM Sans',sans-serif; cursor:pointer; transition:all .3s; letter-spacing:.3px; }
.btn-submit:hover { background:linear-gradient(135deg, #ea580c, #c2410c); }

/* ─── FLOATING BUTTONS ─── */
.floating-actions { position:fixed; bottom:28px; right:28px; display:flex; flex-direction:column; align-items:flex-end; gap:12px; z-index:999; }
.float-action-btn { width:50px; height:50px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; color:white; box-shadow:0 4px 12px rgba(0,0,0,0.15); transition:transform 0.2s; text-decoration:none; }
.float-action-btn:hover { transform:scale(1.1); color:white; }
.float-call { background:#34B7F1; }
.float-btn { background:var(--dark); color:white; padding:14px 24px; border-radius:50px; font-weight:700; font-size:14px; box-shadow:0 12px 32px rgba(0,0,0,.3); display:flex; align-items:center; gap:10px; border: 1px solid var(--gold); transition: all 0.3s; }
.float-btn:hover { background:var(--gold); color:white; transform:scale(1.05) translateY(-2px); }
@keyframes pulse { 0%,100%{box-shadow:0 8px 28px rgba(249,115,22,.45)} 50%{box-shadow:0 8px 40px rgba(249,115,22,.7)} }

/* ─── FOOTER ─── */
.site-footer { background:var(--dark); padding:80px 32px 40px; }
.footer-grid { max-width:1440px; margin:auto; display:grid; grid-template-columns: 1.5fr repeat(5, 1fr); gap:32px; margin-bottom:60px; }
.footer-brand p { color:white; font-size:14px; line-height:1.7; margin-top:16px; max-width:280px; }
.footer-col h4 { color:var(--gold); font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1.5px; margin-bottom:20px; }
.footer-col a { display:block; color:white; font-size:14px; margin-bottom:11px; transition:color .2s; }
.footer-col a:hover { color:var(--gold-light); }
.footer-bottom { max-width:1320px; margin:auto; border-top:1px solid var(--mid); padding-top:26px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; }
.footer-bottom p { color:white; font-size:13px; }
.socials { display:flex; gap:10px; }
.social { width:36px; height:36px; background:var(--mid); border-radius:8px; display:flex; align-items:center; justify-content:center; color:white; font-size:13px; font-weight:700; transition:all .2s; }
.social:hover { background:linear-gradient(135deg, var(--gold), var(--gold-light)); color:white; transform: translateY(-3px); }

/* ─── UTILITY ─── */
.text-gold { color:var(--gold); }
.text-center { text-align:center; }
.mt-8 { margin-top:8px; } .mt-16 { margin-top:16px; } .mt-24 { margin-top:24px; } .mt-40 { margin-top:40px; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.flex-center { display:flex; align-items:center; justify-content:center; }
.badge { display:inline-block; background:var(--gold-pale); color:var(--gold); font-size:12px; font-weight:700; padding:6px 16px; border-radius:20px; border:1px solid rgba(249,115,22,.3); text-transform:uppercase; letter-spacing:1px; box-shadow: 0 2px 8px rgba(249,115,22,0.05); }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
.animate-up { animation:fadeUp .7s ease both; }
.animate-up-2 { animation:fadeUp .7s .15s ease both; }
.animate-up-3 { animation:fadeUp .7s .3s ease both; }

/* ─── RESPONSIVE ─── */
@media(max-width:1200px) {
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr 1fr; }
}
@media(max-width:1200px) {
  .nav-inner { height: 70px; padding: 0 16px; }
  .logo-img { height: 40px !important; }
  
  /* Mobile Top Info */
  .mobile-top-info { 
    display: block;
    width: 100%; 
    padding: 0 16px 24px; 
    margin-bottom: 24px; 
    border-bottom: 1px solid rgba(255,255,255,0.1); 
  }
  .m-info-item { margin-bottom: 12px; }
  .m-info-item a { color: #d6d3d1; font-size: 14px; display: flex; align-items: center; gap: 8px; }
  .m-socials { display: flex; gap: 12px; margin-top: 16px; }
  .m-socials .social { width: 32px; height: 32px; font-size: 12px; }
  
  /* Mobile Quick Links */
  .mobile-quick-links { 
    display: block;
    width: 100%; 
    padding: 0 16px 24px; 
    margin-bottom: 24px; 
    border-bottom: 1px solid rgba(255,255,255,0.1); 
  }
  .m-ql-title { color: #a8a29e; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; font-weight: 700; }
  .m-ql-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .m-ql-grid a { 
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); 
    padding: 10px !important; text-align: center; border-radius: 8px; font-size: 13px !important;
    text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important;
  }
  .m-ql-grid a:hover { background: var(--gold); border-color: var(--gold); color: white !important; }

  .nav-menu { 
    display:flex; 
    flex-direction:column; 
    align-items:flex-start;
    position:fixed; 
    top:0; 
    right:-100%; 
    width:85%; 
    max-width: 360px; 
    height:100vh;
    background:var(--dark); 
    padding:80px 24px 40px; 
    gap:4px;
    z-index:2000; 
    transition:right .4s cubic-bezier(.16,1,.3,1);
    overflow-y:auto; 
    box-shadow: -10px 0 30px rgba(0,0,0,0.3); 
    margin: 0;
  }
  .nav-menu.open { right:0; }
  .nav-menu a { font-size:15px; color:white; padding:12px 16px; width: 100%; border-radius: 8px; }
  .nav-menu a:hover { background: rgba(249,115,22,0.1); color: var(--gold-light); }
  
  .nav-actions { gap: 8px; }
  .lang-btn { padding: 6px 10px; font-size: 12px; }
  .lang-text { display: none; }
  .lang-dropdown { right: -40px; width: 220px; }
  
  .hamburger { display:flex; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns:1fr; gap: 20px; }
  .form-row { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap: 30px; text-align: center; }
  .footer-brand p { margin: 14px auto; }
  .footer-bottom { justify-content: center; text-align: center; }
  .section { padding:50px 16px; }
  .page-hero { padding:60px 16px 50px; }
  .page-hero .subtitle, .page-hero-img .subtitle { font-size: 15px; margin-bottom: 30px; }
}
@media(max-width:480px) {
  .footer-grid { grid-template-columns:1fr; }
  .stats-inner { justify-content:center; }
}

/* ═══════════════════════════════════════════
   MEGA MENU & DROPDOWN NAVIGATION STYLES
   ═══════════════════════════════════════════ */

/* Nav link base - consolidated above */
.nav-has-drop { gap:5px; }
.nav-caret { font-size:10px; opacity:.7; transition:transform .2s; }
.nav-has-drop:hover .nav-caret, .nav-dropdown:hover .nav-caret { transform:rotate(180deg); }

/* Dropdown wrapper */
.nav-dropdown { position:relative; }
.nav-static { position:static !important; }

/* Custom Language Selector */
.lang-selector {
  position: relative;
  display: flex;
  align-items: center;
}
.lang-btn {
  background: transparent;
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
}
.lang-btn:hover {
  border-color: var(--gold);
  background: rgba(249,115,22,0.05);
}
.lang-icon { font-size: 16px; }
.lang-caret { font-size: 10px; opacity: 0.6; }

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 240px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.lang-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-search {
  padding: 12px;
  border-bottom: 1px solid var(--border);
  background: #f9fafb;
}
.lang-search input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 13px;
  outline: none;
}
.lang-search input:focus { border-color: var(--gold); }

.lang-list {
  max-height: 300px;
  overflow-y: auto;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
}
.lang-list a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.lang-list a:hover {
  background: var(--gold-pale);
  color: var(--gold);
}

/* Hide Google Translate Bar */
.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }

/* Drop panel base */
.drop-panel {
  position:absolute; top:calc(100% + 8px); left:50%; transform:translateX(-50%);
  background:white; border-radius:12px; box-shadow:0 20px 50px rgba(0,0,0,0.12);
  border:1px solid var(--border); padding:24px;
  opacity:0; visibility:hidden; pointer-events:none;
  transition:all .25s cubic-bezier(0.16, 1, 0.3, 1);
  transform:translateX(-50%) translateY(-8px);
  z-index:2000;
}
.drop-panel.open {
  opacity:1; visibility:visible; pointer-events:all;
  transform:translateX(-50%) translateY(0);
}

/* Desktop Hover Effects */
@media(min-width:1025px) {
  .nav-dropdown:hover .drop-panel {
    opacity:1; visibility:visible; pointer-events:all;
    transform:translateX(-50%) translateY(0);
  }
  
  /* Hide sub-options by default in dropdown columns */
  .drop-links-grid {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 4px 8px;
  }
  
  /* Show sub-options when hovering over the column */
  .drop-col:hover .drop-links-grid {
    max-height: 800px; /* Enough for all links in a column */
    opacity: 1;
    padding-top: 8px;
  }

  /* Mega Menu Countries */
  .mega-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .mega-country:hover .mega-links {
    max-height: 500px;
    opacity: 1;
    margin-top: 10px;
  }
}
/* Arrow tip */
.drop-panel::before {
  content:''; position:absolute; top:-8px; left:50%; transform:translateX(-50%);
  width:16px; height:16px; background:white; border-left:1px solid var(--border);
  border-top:1px solid var(--border); rotate:45deg;
}

/* Services dropdown */
.drop-services {
  display:grid;
  grid-template-columns: 1fr;
  gap:40px;
  width: max-content;
  max-width: calc(96vw - 48px);
  padding: 16px;
}
@media(min-width:1025px) {
  .drop-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
    width: max-content;
    max-width: min(1200px, calc(100vw - 40px));
    padding: 24px;
  }
  .drop-services .drop-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 320px;
    max-width: max-content;
  }
}

.drop-services .drop-col-title {
  background: var(--gold);
  color: white;
  padding: 10px 4px;
  border-radius: 8px;
  border-left: none;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(249,115,22,0.3);
  font-size: clamp(11px, 1.1vw, 13px);
  text-align: center;
  transition: all 0.2s ease;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.drop-services .drop-col-title:hover {
  background: var(--dark);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.drop-visas, .drop-financial, .drop-law { 
  display:grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap:24px; 
  width:520px; 
}
.drop-col { display:flex; flex-direction:column; gap:2px; }
.drop-col-title { 
  display: block;
  font-size:13px; 
  font-weight:800; 
  text-transform:uppercase; 
  letter-spacing:1px; 
  color:var(--gold); 
  padding:0 8px; 
  margin-bottom:10px; 
  border-left: 2px solid var(--gold); 
  text-decoration: none;
  transition: all 0.2s;
}
a.drop-col-title:hover {
  color: var(--dark);
  border-left-color: var(--dark);
  background: var(--gold-pale);
  border-radius: 4px;
}
.drop-col a { 
  display:flex; 
  align-items: center;
  gap: 6px;
  padding: 6px; 
  border-radius:6px; 
  color:var(--dark); 
  font-size: clamp(10px, 0.85vw, 13px); 
  font-weight:600; 
  text-transform:none; 
  letter-spacing:0; 
  transition:all .2s; 
  line-height:1.3; 
  white-space: nowrap;
}
.drop-col a span { font-size: clamp(13px, 1.1vw, 16px); flex-shrink: 0; }
.drop-col a:hover { background:var(--gold-pale); color:var(--gold); transform: translateX(5px); }

/* MEGA MENU */
.drop-mega {
  width: min(1320px, 98vw);
  left: 50%; transform: translateX(-50%) translateY(-8px);
  padding: 24px 8px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  border: 1px solid var(--border);
}
.drop-mega::before { display: none; }
.drop-mega.open { transform: translateX(-50%) translateY(0); }

/* Right aligned dropdowns */
.drop-align-right {
  left: auto !important;
  right: -20px !important;
  transform: translateY(-10px) !important;
}
.drop-align-right.open {
  transform: translateY(0) !important;
}
.drop-align-right::before {
  left: auto !important;
  right: 50px !important;
  transform: none !important;
}
.mega-country {
  padding: 12px 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mega-country:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: var(--border);
  opacity: 0.5;
}
.mega-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.mega-code {
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
}
.mega-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mega-tag {
  font-size: 9px;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mega-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.mega-links a {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  padding: 8px 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mega-links a:hover {
  color: var(--gold);
  transform: translateX(4px);
}

@media(max-width: 1366px) {
  .drop-mega { width: 98vw; padding: 20px; gap: 8px; }
  .mega-code { font-size: 28px; }
  .mega-links a { font-size: 10px; }
}


/* Close button (mobile) */
.nav-close {
  display:none; position:absolute; top:20px; right:20px;
  background:none; border:none; font-size:22px; color:white;
  cursor:pointer; width:36px; height:36px; border-radius:50%;
  background:rgba(255,255,255,.1); align-items:center; justify-content:center;
}

/* Nav overlay (mobile) */
.nav-overlay {
  display:none; position:fixed; inset:0; background:rgba(0,0,0,.5);
  z-index:999; opacity:0; transition:opacity .3s;
}
.nav-overlay.open { opacity:1; }

/* Mobile nav */
@media(max-width:1200px) {
  .drop-links-grid { display:flex; flex-direction:column; gap:2px; }
  .nav-menu {
    display:flex; flex-direction:column; align-items:flex-start;
    position:fixed; top:0; right:-100%; width:85%; max-width: 360px; height:100vh;
    background:var(--dark); padding:80px 32px 40px; gap:8px;
    z-index:1000; transition:right .4s cubic-bezier(.16,1,.3,1);
    overflow-y:auto; box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    margin: 0;
  }
  .nav-menu.open { right:0; }
  .nav-overlay { display:block; pointer-events:none; }
  .nav-overlay.open { pointer-events:all; }
  .nav-close { display:flex; }
  .nav-link { 
    color:white; width:100%; padding:14px 16px; font-size:15px; border-radius:12px; 
    border-bottom: 1px solid rgba(255,255,255,0.05);
    text-transform: none; letter-spacing: 0.5px;
  }
  .nav-link:hover, .nav-link.active { background:rgba(249,115,22,.15); color:var(--gold-light); }
  .nav-cta { 
    background:linear-gradient(135deg, var(--gold), var(--gold-light)) !important; color:white !important; margin: 24px 0 0 0 !important; 
    width:100%; justify-content:center; border-radius:12px; padding:16px; font-size:15px; 
    font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer;
    box-shadow: 0 8px 20px rgba(249,115,22,0.3); transition: all 0.2s;
  }
  .nav-cta:active { transform: scale(0.98); box-shadow: 0 4px 10px rgba(249,115,22,0.2); }
  .nav-dropdown { width:100%; }
  .drop-panel {
    position:static !important; transform:none !important; opacity:1; visibility:hidden; max-height:0;
    overflow:hidden; transition:max-height .4s ease, visibility .4s;
    box-shadow:none; border:none; border-radius:0; padding:0;
    background:rgba(255,255,255,.03); margin:4px 0 4px 10px;
    border-left: 1px solid rgba(249,115,22,0.3);
  }
  .drop-panel::before { display:none !important; }
  .drop-panel.open { visibility:visible; max-height:2500px; padding:8px 0; overflow-y:visible; transform:none !important; }
  .drop-services { display: flex; flex-direction:column; gap:4px; width:auto; }
  .drop-col { gap: 2px; }
  .drop-col a { color:#e7e5e4; font-size:14px; padding: 10px 16px; }
  .drop-col-title { color:var(--gold-light); font-size: 14px; margin-bottom: 8px; margin-top: 12px; }
  .drop-mega { grid-template-columns: 1fr; width: 100%; gap: 0; padding: 0; background: transparent; border: none; box-shadow: none; }
  .mega-country { border-right:none; border-bottom:1px solid rgba(255,255,255,.05); padding: 12px 16px; }
  .mega-country:last-child { border-bottom:none; }
  .mega-header { margin-bottom: 12px; }
  .mega-code { font-size: 24px; color: var(--gold-light); }
  .mega-name { color: white; font-size: 16px; }
  .mega-links { gap: 2px; padding-left: 12px; }
  .mega-links a { color:#d6d3d1; padding: 6px 0; font-size: 13px; }
  .hamburger { display:flex; }
}
@media(min-width:1025px) {
  .hamburger { display:none; }
}

/* Country hub page styles (used in countries/*.html) */
.country-hub-hero {
  min-height:60vh; display:flex; align-items:center; justify-content:center;
  text-align:center; padding:120px 24px 80px; position:relative; overflow:hidden;
}
@media(max-width: 768px) { .country-hub-hero { min-height: 50vh; padding: 100px 20px 60px; } }
.visa-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media(max-width:900px){ .visa-card-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:560px){ .visa-card-grid{grid-template-columns:1fr;} }
.visa-tile {
  background:white; border-radius:var(--radius); border:1px solid var(--border);
  padding:32px 24px; text-align:left; transition:all .3s; display:flex; flex-direction:column;
}
.visa-tile:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); border-color:var(--gold); }
.vt-icon { font-size:40px; margin-bottom:16px; }
.vt-name { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:700; color:var(--dark); margin-bottom:8px; }
.vt-desc { font-size:14px; color:var(--muted); line-height:1.7; flex:1; margin-bottom:18px; }
.vt-meta { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:18px; }
.vt-tag { background:var(--gold-pale); color:var(--gold); font-size:11px; font-weight:600; padding:3px 9px; border-radius:10px; }
.vt-link { display:inline-flex; align-items:center; gap:6px; background:linear-gradient(135deg, var(--gold), var(--gold-light)); color:white; font-size:13px; font-weight:600; padding:10px 18px; border-radius:8px; transition:all .2s; box-shadow: 0 4px 12px rgba(249,115,22,0.2); }
.vt-link:hover { background:linear-gradient(135deg, #ea580c, #c2410c); }

/* ─── SERVICE DETAIL PAGES ─── */
.service-detail-grid { display:grid; grid-template-columns: 1fr 350px; gap: 40px; }
@media(max-width:900px) { .service-detail-grid { grid-template-columns: 1fr; gap: 32px; } }

.service-main h3 { margin: 32px 0 16px; color: var(--dark); border-bottom: 2px solid var(--gold-pale); display: inline-block; padding-bottom: 4px; font-size: clamp(20px, 4vw, 24px); }
.service-main p { margin-bottom: 20px; color: var(--text); font-size: 16px; }

.list-check { list-style: none; margin-bottom: 24px; }
.list-check li { position: relative; padding-left: 28px; margin-bottom: 10px; font-size: 15px; }
.list-check li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

.list-step { list-style: none; counter-reset: step-counter; margin-bottom: 32px; }
.list-step li { position: relative; padding-left: 50px; margin-bottom: 20px; font-size: 15px; min-height: 40px; }
.list-step li::before { 
  content: counter(step-counter); 
  counter-increment: step-counter;
  position: absolute; left: 0; top: 0;
  width: 32px; height: 32px;
  background: var(--gold-pale); color: var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.list-step li strong { display: block; color: var(--dark); margin-bottom: 4px; }

.cta-card { position: sticky; top: 120px; }
.cta-card h4 { margin-bottom: 24px !important; }
.cta-card p { margin-bottom: 32px !important; }
