/* ═══════════════════════════════════════
   FIGNOC SEARCH — Global Stylesheet v2
   fignocsearch.co.zw
   ═══════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,700;12..96,800&family=Lora:ital,wght@0,400;1,400;1,600&family=JetBrains+Mono:wght@300;400&display=swap');

:root {
  --black: #0a0a0a;
  --white: #fafaf8;
  --orange: #ff4d00;
  --green: #00e87a;
  --yellow: #ffe03a;
  --gray: #f2f0ec;
  --gray-mid: #d6d3cd;
  --gray-dark: #6b6860;
  --ink: #1a1917;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Bricolage Grotesque', sans-serif; background: var(--white); color: var(--ink); overflow-x: hidden; }

/* ── CURSOR (desktop only) ── */
.cursor { width: 12px; height: 12px; background: var(--orange); border-radius: 50%; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9000; transform: translate(-50%,-50%); transition: width .2s, height .2s; mix-blend-mode: multiply; }
.cursor.big { width: 38px; height: 38px; opacity: .3; }
@media (max-width: 900px) { .cursor { display: none; } }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 8000;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; box-shadow: 0 4px 20px rgba(37,211,102,.4);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: transform .2s, box-shadow .2s;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }
@keyframes wa-pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4);} 50%{box-shadow:0 4px 32px rgba(37,211,102,.7);} }
.wa-tooltip {
  position: absolute; right: 68px; background: var(--black); color: var(--white);
  font-size: .72rem; font-weight: 700; padding: .4rem .8rem; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.wa-float:hover .wa-tooltip { opacity: 1; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  background: var(--white); border-bottom: 1.5px solid var(--black);
  transition: box-shadow .3s;
}
nav.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,.08); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 5vw; max-width: 1400px; margin: 0 auto;
}
.logo { font-size: 1.2rem; font-weight: 800; letter-spacing: -.04em; color: var(--black); display: flex; align-items: center; gap: .4rem; text-decoration: none; }
.logo-badge { background: var(--orange); color: #fff; font-size: .55rem; font-weight: 700; letter-spacing: .1em; padding: .15rem .4rem; text-transform: uppercase; vertical-align: super; }
.nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
.nav-links a { font-size: .85rem; font-weight: 500; color: var(--ink); text-decoration: none; transition: color .2s; position: relative; }
.nav-links a:hover { color: var(--orange); }
.nav-links a.active { color: var(--orange); font-weight: 700; }
.nav-links a.active::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 2px; background: var(--orange); }
.nav-cta { background: var(--orange) !important; color: #fff !important; padding: .6rem 1.3rem; font-weight: 700 !important; transition: background .2s !important; }
.nav-cta:hover { background: var(--black) !important; }
.nav-cta.active::after { display: none !important; }

/* Hamburger */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .3rem; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: all .3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav-mobile {
  display: none; position: fixed; top: 63px; left: 0; right: 0; bottom: 0;
  background: var(--white); z-index: 490; padding: 2rem 5vw;
  flex-direction: column; gap: 0; border-top: 1.5px solid var(--black);
  overflow-y: auto;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  display: block; padding: 1.1rem 0; font-size: 1.2rem; font-weight: 700;
  letter-spacing: -.02em; color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--gray-mid); transition: color .2s;
}
.nav-mobile a:hover, .nav-mobile a.active { color: var(--orange); }
.nav-mobile .mobile-cta {
  margin-top: 2rem; background: var(--orange); color: #fff !important;
  text-align: center; padding: 1.1rem !important; font-size: 1rem !important;
  border-bottom: none !important; border: none;
}
.nav-mobile-contact { margin-top: 2rem; padding-top: 1.5rem; border-top: 1.5px solid var(--black); }
.nav-mobile-contact p { font-size: .82rem; color: var(--gray-dark); margin-bottom: .5rem; }
.nav-mobile-contact a { font-size: .88rem !important; font-weight: 500 !important; padding: .3rem 0 !important; border-bottom: none !important; color: var(--gray-dark) !important; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--black); padding: 120px 5vw 70px; position: relative; overflow: hidden; border-bottom: 1.5px solid rgba(255,255,255,.1); }
.page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 48px 48px; pointer-events: none; }
.page-hero-glow { position: absolute; width: 500px; height: 500px; background: radial-gradient(circle,rgba(255,77,0,.18) 0%,transparent 70%); top: -80px; right: -80px; pointer-events: none; }
.page-hero-eyebrow { display: inline-flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .4rem 1rem; margin-bottom: 1.5rem; width: fit-content; }
.page-hero h1 { font-size: clamp(2.2rem,4.5vw,4.5rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.0; color: var(--white); margin-bottom: 1rem; }
.page-hero h1 .italic { font-family: 'Lora',serif; font-style: italic; font-weight: 400; }
.page-hero h1 .orange { color: var(--orange); }
.page-hero-sub { font-size: 1rem; line-height: 1.75; color: rgba(250,250,248,.6); max-width: 560px; }
.page-hero-sub strong { color: var(--white); }

/* ── SECTIONS ── */
.section { padding: 6rem 5vw; }
.section-alt { background: var(--gray); }
.eyebrow { font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 1rem; display: flex; align-items: center; gap: .6rem; }
.eyebrow::before { content: ''; width: 2rem; height: 2px; background: var(--orange); flex-shrink: 0; }
.section-h2 { font-size: clamp(2rem,3.8vw,3.4rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 1.2rem; }
.section-h2 .italic { font-family: 'Lora',serif; font-style: italic; font-weight: 400; }
.section-lead { font-size: .98rem; line-height: 1.8; color: var(--gray-dark); max-width: 580px; margin-bottom: 3rem; }

/* ── BUTTONS ── */
.btn-primary { background: var(--orange); color: #fff; padding: .9rem 2rem; font-size: .95rem; font-weight: 700; text-decoration: none; border: 2px solid var(--orange); display: inline-flex; align-items: center; gap: .5rem; transition: all .2s; cursor: pointer; font-family: 'Bricolage Grotesque',sans-serif; }
.btn-primary:hover { background: var(--black); border-color: var(--black); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); padding: .9rem 2rem; font-size: .95rem; font-weight: 700; text-decoration: none; border: 2px solid var(--ink); display: inline-flex; align-items: center; gap: .5rem; transition: all .2s; }
.btn-outline:hover { background: var(--orange); color: #fff; border-color: var(--orange); transform: translateY(-2px); }

/* ── AI STRIP ── */
.ai-strip { background: var(--yellow); border-top: 2px solid var(--black); border-bottom: 2px solid var(--black); padding: 1rem 5vw; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.ai-strip-label { font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; flex-shrink: 0; display: flex; align-items: center; gap: .4rem; }
.ai-strip-label::after { content: '→'; }
.ai-badges { display: flex; gap: .6rem; flex-wrap: wrap; }
.ai-badge { background: var(--black); color: var(--yellow); font-size: .7rem; font-weight: 700; letter-spacing: .08em; padding: .35rem .8rem; text-transform: uppercase; }

/* ── FOOTER ── */
.site-footer { background: var(--black); border-top: 1.5px solid rgba(255,255,255,.08); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding: 5rem 5vw 3rem; max-width: 1400px; margin: 0 auto; }
.footer-brand-col .logo { color: var(--white); margin-bottom: 1rem; display: inline-flex; }
.footer-tagline { font-size: .84rem; line-height: 1.75; color: rgba(250,250,248,.45); max-width: 260px; margin-bottom: 1.5rem; }
.footer-gift { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; }
.footer-gift-img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; object-position: center top; border: 2px solid var(--orange); flex-shrink: 0; }
.footer-gift-name { font-size: .82rem; font-weight: 700; color: var(--white); }
.footer-gift-title { font-size: .7rem; color: rgba(250,250,248,.4); }
.footer-socials { display: flex; gap: .6rem; margin-top: 1rem; }
.footer-social { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,.5); font-size: .75rem; transition: background .2s, color .2s; }
.footer-social:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.footer-col h4 { font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(250,250,248,.35); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.footer-col ul a { font-size: .84rem; color: rgba(250,250,248,.5); text-decoration: none; transition: color .2s; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.5rem 5vw; display: flex; justify-content: space-between; align-items: center; font-size: .72rem; color: rgba(250,250,248,.3); flex-wrap: wrap; gap: .8rem; max-width: 1400px; margin: 0 auto; }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }

/* ── GLOBAL RESPONSIVE ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .section { padding: 4rem 5vw; }
  .page-hero { padding: 100px 5vw 50px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .ai-strip { gap: .8rem; }
}
@media (max-width: 580px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
