/* ============================================
   UniqueServices – Global Styles
   ============================================ */

:root {
  --navy: #0a1628;
  --navy-mid: #132240;
  --gold: #c9a84c;
  --gold-light: #e8c76a;
  --cream: #f8f4ec;
  --white: #ffffff;
  --text-muted: #8a9ab5;
  --green: #2a7d5f;
  --red-light: #f5ede0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--navy);
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 70px;
  border-bottom: 1px solid rgba(201,168,76,0.25);
}
.logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--white); text-decoration: none; }
.logo span { color: var(--gold); }
nav ul { list-style: none; display: flex; gap: 2rem; }
nav ul a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
nav ul a:hover, nav ul a.active { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 0.5rem 1.2rem; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-right { display: flex; align-items: center; gap: 0.75rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: 0.3s; }

/* LANGUAGE TOGGLE */
.lang-toggle { background: none; border: 1px solid rgba(201,168,76,0.35); color: rgba(255,255,255,0.6); padding: 0.28rem 0.65rem; border-radius: 4px; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 500; display: flex; align-items: center; gap: 0.2rem; transition: all 0.2s; white-space: nowrap; }
.lang-toggle:hover { border-color: var(--gold); color: var(--white); }
.lang-toggle .active-lang { color: var(--gold); font-weight: 700; }
.lt-sep { opacity: 0.4; }

/* Hide Google Translate toolbar */
.goog-te-banner-frame, .goog-te-gadget, .goog-te-balloon-frame { display: none !important; }
.skiptranslate { display: none !important; }
body { top: 0 !important; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--navy); padding: 0.85rem 2rem; border-radius: 5px; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: all 0.25s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }
.btn-outline { border: 1px solid rgba(255,255,255,0.3); color: var(--white); padding: 0.85rem 2rem; border-radius: 5px; font-weight: 500; font-size: 0.95rem; text-decoration: none; transition: all 0.25s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* SECTIONS */
section { padding: 6rem 5%; }
.section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-title.white { color: var(--white); }
.section-sub { color: #4a5568; font-size: 1rem; line-height: 1.7; max-width: 520px; font-weight: 300; }
.section-sub.white { color: rgba(255,255,255,0.65); }

/* TRUST BAR */
.trust-bar { background: var(--gold); padding: 1rem 5%; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; color: var(--navy); font-weight: 600; font-size: 0.88rem; }

/* PAGE HEADER */
.page-header { background: var(--navy); padding: 120px 5% 60px; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.08), transparent 65%); }
.page-header > * { position: relative; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.breadcrumb a { color: var(--gold); text-decoration: none; }

/* FOOTER */
footer { background: #070e1c; padding: 3rem 5% 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo { display: block; margin-bottom: 1rem; }
.footer-brand p { color: rgba(255,255,255,0.45); font-size: 0.85rem; line-height: 1.7; }
.footer-col h5 { color: var(--white); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul a, .footer-col ul span { color: rgba(255,255,255,0.45); font-size: 0.85rem; text-decoration: none; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.8rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,0.3); font-size: 0.8rem; text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }

/* WHATSAPP */
.whatsapp-float { position: fixed; bottom: 5rem; right: 2rem; width: 56px; height: 56px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 6px 24px rgba(37,211,102,0.4); z-index: 998; text-decoration: none; transition: transform 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); }

/* MOBILE CTA BAR */
.mobile-cta-bar { display: none; }
@media (max-width: 768px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 997;
    background: var(--navy);
    border-top: 1px solid rgba(201,168,76,0.25);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  }
  .mobile-cta-bar a {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    padding: 0.9rem 0.5rem; text-decoration: none; font-size: 0.9rem; font-weight: 600;
    transition: background 0.2s;
  }
  .mobile-cta-bar .bar-call { color: var(--white); border-right: 1px solid rgba(255,255,255,0.1); }
  .mobile-cta-bar .bar-call:hover { background: rgba(255,255,255,0.06); }
  .mobile-cta-bar .bar-wa { background: #25d366; color: #fff; }
  .mobile-cta-bar .bar-wa:hover { background: #20bd5a; }
  /* Push page content up so bar doesn't cover footer */
  body { padding-bottom: 56px; }
  /* Hide floating WhatsApp button — bar replaces it */
  .whatsapp-float { display: none; }
}

/* SCROLL ARROW */
.scroll-arrow {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.4); font-size: 1.5rem; text-decoration: none;
  display: flex; flex-direction: column; align-items: center; gap: 0.25rem;
  transition: color 0.2s;
  animation: bounce 2s infinite;
}
.scroll-arrow:hover { color: var(--gold); }
.scroll-arrow svg { width: 24px; height: 24px; }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* FAQ ACCORDION */
#faq { background: var(--cream); }
.faq-header { text-align: center; margin-bottom: 3.5rem; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid rgba(10,22,40,0.08); border-radius: 12px; margin-bottom: 0.75rem; overflow: hidden; }
.faq-q {
  width: 100%; background: none; border: none; padding: 1.4rem 1.75rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  cursor: pointer; text-align: left; font-family: 'DM Sans', sans-serif;
  font-size: 0.97rem; font-weight: 600; color: var(--navy); transition: background 0.2s;
}
.faq-q:hover { background: rgba(201,168,76,0.05); }
.faq-icon { width: 28px; height: 28px; flex-shrink: 0; background: rgba(201,168,76,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; font-weight: 700; transition: transform 0.3s, background 0.2s; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gold); color: var(--navy); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; }
.faq-a-inner { padding: 0 1.75rem 1.4rem; color: #4a5568; font-size: 0.92rem; line-height: 1.75; }
.faq-item.open .faq-a { max-height: 300px; }

/* TESTIMONIALS — mobile scroll-snap */
@media (max-width: 768px) {
  .testi-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin: 0 -5%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .testi-grid::-webkit-scrollbar { display: none; }
  .testi-card { flex: 0 0 85%; scroll-snap-align: start; }
  .testi-dots { display: flex !important; }
}
.testi-dots {
  display: none;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.testi-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(10,22,40,0.15); border: none; cursor: pointer; padding: 0; transition: background 0.2s;
}
.testi-dot.active { background: var(--gold); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; }
.fade-up.visible { animation: fadeUp 0.7s ease both; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 5rem 5%; }
}
@media (max-width: 768px) {
  nav ul { display: none; }
  nav ul.open { display: flex; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: var(--navy); padding: 1.5rem 5%; border-bottom: 1px solid rgba(201,168,76,0.2); gap: 1.2rem; z-index: 998; }
  .hamburger { display: flex; }
  .lang-toggle { font-size: 0.72rem; padding: 0.25rem 0.55rem; }
  .trust-bar { gap: 1rem; padding: 0.85rem 5%; }
  .trust-item { font-size: 0.82rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .footer-legal { flex-wrap: wrap; justify-content: center; gap: 1rem; }
  .scroll-arrow { display: none; }
  section { padding: 3.5rem 5%; }
  .page-header { padding: 90px 5% 40px; }
}
@media (max-width: 480px) {
  section { padding: 3rem 5%; }
  .page-header { padding: 80px 5% 35px; }
  .trust-bar { gap: 0.75rem 1.5rem; }
  .footer-legal { gap: 0.75rem; }
  .btn-primary, .btn-outline { padding: 0.75rem 1.4rem; font-size: 0.9rem; }
  .logo { font-size: 1.25rem; }
}
