/* ── CURSOR ── */
*, *::before, *::after { cursor: none !important; }
a, button, [onclick], label, select, input, textarea { cursor: none !important; }

#cursor-dot { position: fixed; width: 8px; height: 8px; background: #c5a059; border-radius: 50%; pointer-events: none; z-index: 99999; transform: translate(-50%, -50%); transition: transform 0.08s ease, background 0.2s; }
#cursor-ring { position: fixed; width: 36px; height: 36px; border: 1.5px solid rgba(197,160,89,0.6); border-radius: 50%; pointer-events: none; z-index: 99998; transform: translate(-50%, -50%); transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, transform 0.12s ease; }
#cursor-ring::before, #cursor-ring::after { content: ''; position: absolute; background: rgba(197,160,89,0.5); }
#cursor-ring::before { width: 1px; height: 10px; left: 50%; top: -6px; transform: translateX(-50%); box-shadow: 0 32px 0 rgba(197,160,89,0.5); }
#cursor-ring::after { width: 10px; height: 1px; top: 50%; left: -6px; transform: translateY(-50%); box-shadow: 32px 0 0 rgba(197,160,89,0.5); }
body.cursor-hover #cursor-ring { width: 52px; height: 52px; border-color: rgba(197,160,89,0.9); }
body.cursor-hover #cursor-dot  { background: #fff; transform: translate(-50%, -50%) scale(1.4); }
body.cursor-click #cursor-ring { width: 24px; height: 24px; border-color: #c5a059; }
body.cursor-click #cursor-dot  { transform: translate(-50%, -50%) scale(0.6); }

@media(max-width: 1024px) {
  #cursor-dot, #cursor-ring { display: none; }
  *, *::before, *::after { cursor: auto !important; }
  a, button, [onclick], label, select, input, textarea { cursor: pointer !important; }
}

/* ── RESET ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background: #e8eef2; overflow-x: hidden; }

/* ── BACKGROUND ── */
#bg-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 0; pointer-events: none; }

.orb { position: fixed; border-radius: 50%; pointer-events: none; z-index: 1; animation: orbDrift 10s ease-in-out infinite alternate; }
.orb-1 { width: 220px; height: 220px; top: -60px; left: -60px; background: radial-gradient(circle at 50% 50%, rgba(200,248,255,1) 0%, rgba(140,235,252,0.95) 28%, rgba(80,215,245,0.65) 55%, rgba(40,190,235,0.18) 80%, transparent 100%); filter: blur(6px) drop-shadow(0 0 24px rgba(140,235,255,0.95)); animation-duration: 11s; }
.orb-2 { width: 200px; height: 200px; top: -55px; right: -55px; background: radial-gradient(circle at 50% 50%, rgba(255,235,150,1) 0%, rgba(240,205,110,0.9) 32%, rgba(210,170,70,0.6) 58%, rgba(190,145,50,0.18) 80%, transparent 100%); filter: blur(6px) drop-shadow(0 0 22px rgba(255,200,60,0.85)); animation-duration: 14s; animation-delay: -3s; }
.orb-3 { width: 160px; height: 160px; bottom: 12%; left: 2%; background: radial-gradient(circle at 50% 50%, rgba(210,250,255,0.98) 0%, rgba(150,238,252,0.82) 32%, rgba(90,218,248,0.42) 60%, transparent 100%); filter: blur(5px) drop-shadow(0 0 18px rgba(160,240,255,0.85)); animation-duration: 16s; animation-delay: -6s; }
.orb-4 { width: 150px; height: 150px; bottom: 8%; right: 3%; background: radial-gradient(circle at 50% 50%, rgba(252,230,140,0.95) 0%, rgba(230,195,90,0.72) 34%, rgba(200,160,55,0.32) 62%, transparent 100%); filter: blur(5px) drop-shadow(0 0 16px rgba(240,190,60,0.7)); animation-duration: 13s; animation-delay: -9s; }
@keyframes orbDrift { 0% { transform: translate(0,0) scale(1); } 25% { transform: translate(14px,10px) scale(1.06); } 55% { transform: translate(-8px,18px) scale(0.95); } 100% { transform: translate(10px,-14px) scale(1.04); } }

/* ── HEADER ── */
header { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); color-scheme: light; border-bottom: 3px solid #c5a059; display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 4%; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.logo img { height: 52px; width: auto; }

/* ── NAV ── */
nav ul { list-style: none; display: flex; gap: 2rem; align-items: center; }
nav a { text-decoration: none; color: #7ab8c0; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.7px; transition: color 0.2s; }
nav a:hover { color: #c5a059; }
nav li:first-child a { color: #c5a059; }
.dropdown { position: relative; }
.dd-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 180px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); border-top: 2px solid #c5a059; z-index: 2000; }
.dd-menu a { display: block; padding: 12px 18px; border-bottom: 1px solid #eee; color: #333; font-size: 0.8rem; font-weight: 600; }
.dd-menu a:hover { color: #c5a059; }
.dropdown:hover .dd-menu { display: block; }

/* ── CONSULT BUTTON ── */
.consult-btn { background: linear-gradient(135deg, #c5a059, #e8c87a 50%, #c5a059); background-size: 200% auto; color: #0c182d; border: none; padding: 0.62rem 1.3rem; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.4px; border-radius: 4px; cursor: none !important; transition: all 0.4s; box-shadow: 0 0 0 1px rgba(197,160,89,0.6), 0 0 18px rgba(0,210,255,0.5); display: inline-block; text-decoration: none; }
.consult-btn:hover { background-position: right; box-shadow: 0 0 0 1px #c5a059, 0 0 28px rgba(0,210,255,0.8); }

/* ── HAMBURGER ── */
.mobile-consult { display: none !important; }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: none !important; padding: 6px; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: #c5a059; border-radius: 2px; transition: all 0.3s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ── FOOTER ── */
footer { background: rgba(255,255,255,0.9); color: #333; padding: 4rem 4% 2rem; border-top: 3px solid #c5a059; position: relative; z-index: 100; margin-top: 4rem; }
.ft-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3rem; max-width: 1200px; margin: 0 auto 3rem; }
.ft-col { flex: 1; min-width: 220px; }
.ft-col h4 { color: #c5a059; font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem; margin-bottom: 1.2rem; }
.ft-col p, .ft-col a { font-size: 0.84rem; color: #b8a898; line-height: 1.9; text-decoration: none; display: block; transition: color 0.3s; }
.ft-col a:hover { color: #c5a059; }
.ft-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; border-top: 1px solid rgba(0,0,0,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.ft-bottom p { font-size: 0.72rem; color: #b8a898; }

/* ── RESPONSIVE NAV ── */
@media(max-width: 1024px) {
  .desktop-only { display: none !important; }
  .hamburger { display: flex; }
  #main-nav { display: none; position: fixed; top: 62px; left: 0; right: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); border-bottom: 3px solid #c5a059; z-index: 999; padding: 1.5rem 0; }
  #main-nav.open { display: block; }
  #main-nav ul { flex-direction: column; gap: 0; display: flex; }
  #main-nav ul li { width: 100%; }
  #main-nav ul li a { display: block; padding: 0.9rem 5%; font-size: 0.9rem; border-bottom: 1px solid rgba(197,160,89,0.15); width: 100%; }
  #main-nav ul li:first-child a { color: #c5a059; }
  .dd-menu { position: static; box-shadow: none; border-top: none; background: rgba(197,160,89,0.06); }
  .dropdown:hover .dd-menu { display: flex; flex-direction: column; }
  .mobile-consult { display: block !important; margin: 1rem 5%; text-align: center; padding: 0.8rem; background: linear-gradient(135deg, #c5a059, #e8c87a 50%, #c5a059); color: #0c182d; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; border-radius: 4px; text-decoration: none; letter-spacing: 0.4px; }
}
