/* ============================================================
   MONBARI V2 — Light Premium & Bold
   Soft white surfaces · Emerald/Teal accents · Modern clean
   ============================================================ */

:root {
  --bg: #f5f8fc;
  --bg-2: #eef3f9;
  --surface: #ffffff;
  --surface-2: #f4f7fb;
  --border: rgba(20, 36, 58, 0.08);
  --border-strong: rgba(20, 36, 58, 0.16);

  --gold: #0d9488;
  --gold-2: #2dd4bf;
  --teal: #0ea5a4;
  --violet: #8b5cf6;

  --text: #16233a;
  --text-2: #51607a;
  --text-3: #8b96ab;

  --grad-gold: linear-gradient(135deg, #0d9488, #2dd4bf 55%, #14b8a6);
  --grad-teal: linear-gradient(135deg, #2dd4bf, #0ea5e9);

  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 18px 40px rgba(22, 35, 58, 0.12);
  --glow-gold: 0 8px 30px rgba(13, 148, 136, 0.22);
  --glow-teal: 0 8px 30px rgba(45, 212, 191, 0.18);

  --font-head: 'Space Grotesk', 'Hind Siliguri', sans-serif;
  --font-body: 'Inter', 'Hind Siliguri', sans-serif;
  --container: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

h2, h3, section[id] { scroll-margin-top: 96px; }

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, a, input, select, textarea { touch-action: manipulation; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* Decorative background glow */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(13, 148, 136, 0.06), transparent 60%),
    radial-gradient(700px 400px at -5% 40%, rgba(45, 212, 191, 0.05), transparent 60%),
    radial-gradient(600px 500px at 50% 110%, rgba(139, 92, 246, 0.05), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-2); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.25; font-weight: 700; color: var(--text); }

::selection { background: var(--gold); color: #16233a; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 1.5rem; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2rem;
  background: var(--grad-gold);
  color: #141004;
  font-weight: 700;
  font-family: var(--font-head);
  font-size: 1rem;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: var(--glow-gold);
  transition: transform .25s, box-shadow .25s, filter .25s;
}
.btn:hover { transform: translateY(-3px); filter: brightness(1.08); box-shadow: 0 0 55px rgba(13, 148, 136, 0.35); color: #141004; }
.btn:active { transform: translateY(-1px) scale(0.98); }

.btn-ghost {
  background: transparent;
  color: var(--text);
  box-shadow: inset 0 0 0 1.5px var(--border-strong);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--gold); color: var(--gold); background: rgba(13, 148, 136, 0.06); }

/* ============================================================
   Section headers
   ============================================================ */
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 3rem; padding-inline: 1rem; }

.sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.sec-head h2 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); letter-spacing: -0.5px; }
.sec-head h2 .gold { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sec-head p { color: var(--text-2); margin-top: 0.9rem; font-size: 1.05rem; }

/* ============================================================
   Navbar
   ============================================================ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s, background .3s;
}
.navbar.scrolled { background: rgba(255, 255, 255, 0.97); box-shadow: 0 6px 24px rgba(22, 35, 58, 0.08); }

.nav-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 1rem;
}

.brand { display: flex; align-items: center; gap: 0.75rem; }
.brand img { height: 44px; width: auto; border-radius: 10px; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--text); line-height: 1.25; letter-spacing: -0.3px; max-width: 320px; }

.nav-links { display: flex; align-items: center; gap: 0.4rem; list-style: none; }
.nav-links a {
  color: var(--text-2);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  transition: all .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--surface-2); }
.nav-links a.nav-cta { background: var(--grad-gold); color: #141004; font-weight: 700; }
.nav-links a.nav-cta:hover { filter: brightness(1.1); color: #141004; }
.nav-links a.nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  color: var(--text);
}
.nav-links a.nav-login:hover { border-color: var(--gold); color: var(--gold); }
.nav-toggle { display: none; background: none; border: 1px solid var(--border-strong); color: var(--text); font-size: 1.4rem; border-radius: 10px; width: 46px; height: 46px; cursor: pointer; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 3rem;
  max-width: var(--container);
  margin-inline: auto;
  padding: 4.5rem 1.5rem 5rem;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .55;
  pointer-events: none;
  animation: float 7s ease-in-out infinite;
  z-index: -1;
}
.orb-1 { width: 320px; height: 320px; background: rgba(13, 148, 136, 0.22); top: -40px; right: 6%; }
.orb-2 { width: 260px; height: 260px; background: rgba(45, 212, 191, 0.20); bottom: -30px; left: 2%; animation-delay: -2s; }
.orb-3 { width: 180px; height: 180px; background: rgba(139, 92, 246, 0.16); top: 30%; left: 38%; animation-delay: -4s; }
@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-24px) scale(1.06); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-2);
  margin-bottom: 1.4rem;
}
.hero-badge i { color: var(--gold); }

.hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); letter-spacing: -1px; line-height: 1.15; margin-bottom: 1.2rem; }
.hero h1 .gold { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { color: var(--text-2); font-size: 1.1rem; max-width: 560px; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-img { position: relative; }
.hero-img img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--border); }
.hero-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25), var(--glow-gold);
  pointer-events: none;
}

/* ============================================================
   Stats
   ============================================================ */
.stats-strip { border-block: 1px solid var(--border); background: var(--surface); }
.stats-strip .inner {
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2.5rem 1.5rem;
  gap: 2rem;
}
.stat-box { text-align: center; }
.stat-box .num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 700; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.stat-box .lbl { color: var(--text-2); font-size: 0.92rem; margin-top: 0.4rem; }

/* ============================================================
   About
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  max-width: var(--container);
  margin-inline: auto;
  padding: 5rem 1.5rem;
}
.about-img { position: relative; }
.about-img img { border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--border); width: 100%; }
.about-img .ring {
  position: absolute;
  inset: -18px;
  border: 1px dashed rgba(13, 148, 136, 0.35);
  border-radius: var(--radius-lg);
  z-index: -1;
}
.about-text h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 1.1rem; }
.about-text h2 .gold { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.about-text p { color: var(--text-2); margin-bottom: 1.1rem; }
.about-text .quote { border-left: 3px solid var(--gold); padding-left: 1.1rem; color: var(--text); font-style: italic; }
.about-features { list-style: none; display: grid; gap: 0.7rem; margin-top: 1.5rem; }
.about-features li { display: flex; align-items: center; gap: 0.7rem; color: var(--text-2); }
.about-features li i { color: var(--teal); }

/* ============================================================
   Services
   ============================================================ */
.services { padding: 5rem 1.5rem; background: var(--bg-2); }
.services-inner { max-width: var(--container); margin-inline: auto; }

.svc-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  margin-bottom: 1.75rem;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.svc-card:hover { transform: translateY(-5px); border-color: rgba(13, 148, 136, 0.4); box-shadow: var(--shadow), var(--glow-gold); }
.svc-card img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }

.svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 58px;
  border-radius: 16px;
  background: var(--grad-gold);
  color: #141004;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  box-shadow: var(--glow-gold);
}
.svc-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; }
.svc-card p { color: var(--text-2); margin-bottom: 1rem; }
.svc-list { list-style: none; display: grid; gap: 0.55rem; }
.svc-list li { position: relative; padding-left: 1.6rem; color: var(--text-2); font-size: 0.96rem; }
.svc-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ============================================================
   Features
   ============================================================ */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.feature-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.6rem;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.feature-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--grad-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(13, 148, 136, 0.3); }

.feature-card .f-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  background: var(--grad-gold);
  color: #16233a;
  box-shadow: var(--glow-gold);
}
.feature-card:nth-child(3n+2) .f-icon { background: var(--grad-teal); color: #fff; box-shadow: var(--glow-teal); }
.feature-card h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.feature-card p { color: var(--text-2); font-size: 0.94rem; }

/* ============================================================
   Process / steps
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }

.step-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem 1.8rem;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step-card::after {
  counter-increment: step;
  content: '0' counter(step);
  position: absolute;
  top: 1.1rem; right: 1.3rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: rgba(13, 148, 136, 0.14);
}
.step-card .s-icon {
  width: 64px; height: 64px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: var(--gold);
  transition: all .3s;
}
.step-card:hover .s-icon { background: var(--grad-gold); color: #16233a; border-color: transparent; box-shadow: var(--glow-gold); }
.step-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.step-card p { color: var(--text-2); font-size: 0.9rem; }

/* ============================================================
   Team
   ============================================================ */
.team { padding: 5rem 1.5rem; }
.team-inner { max-width: var(--container); margin-inline: auto; }
.docs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; }

.doc-card {
  position: relative;
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.7rem 1.35rem 1.5rem;
  text-align: center;
  overflow: hidden;
  transition: transform .35s, border-color .35s, box-shadow .35s;
}
.doc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-gold);
  opacity: 0;
  transition: opacity .35s;
}
.doc-card::after {
  content: '';
  position: absolute;
  top: -34px; right: -34px;
  width: 92px; height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.18), transparent 70%);
  pointer-events: none;
  transition: transform .35s;
}
.doc-card:hover { transform: translateY(-8px); border-color: rgba(13, 148, 136, 0.35); box-shadow: var(--shadow), var(--glow-teal); }
.doc-card:hover::before { opacity: 1; }
.doc-card:hover::after { transform: scale(1.25); }

.doc-card img {
  width: 124px; height: 124px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1.15rem;
  background: var(--surface-2);
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.22), 0 10px 26px rgba(22, 35, 58, 0.16);
  transition: transform .35s, box-shadow .35s;
}
.doc-card:hover img { transform: scale(1.05); box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.35), 0 12px 30px rgba(22, 35, 58, 0.2); }

.doc-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.4rem;
}
.doc-card h3::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-gold);
  transition: width .35s;
}
.doc-card:hover h3::after { width: 56%; }
.doc-card .role { color: var(--gold); font-size: 0.82rem; font-weight: 700; margin-bottom: 0.55rem; letter-spacing: 0.2px; }
.doc-card p { color: var(--text-3); font-size: 0.85rem; line-height: 1.5; }

/* ============================================================
   Testimonials
   ============================================================ */
.testi-wrap { position: relative; max-width: 860px; margin-inline: auto; }
.testi-track { overflow: hidden; border-radius: var(--radius-lg); }
.testi-slides { display: flex; transition: transform .5s cubic-bezier(0.4,0,0.2,1); }
.testi-slide {
  flex: 0 0 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2.5rem 2rem;
  text-align: center;
}
.testi-slide .t-quote { font-size: 2rem; color: var(--gold); margin-bottom: 0.5rem; }
.testi-slide p { color: var(--text-2); font-size: 1.05rem; font-style: italic; max-width: 640px; margin: 0 auto 1.4rem; }
.testi-slide .t-who { font-family: var(--font-head); font-weight: 700; color: var(--text); }
.testi-slide .t-role { color: var(--text-3); font-size: 0.85rem; }
.testi-dots { display: flex; justify-content: center; gap: 0.55rem; margin-top: 1.4rem; }
.testi-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: var(--border-strong); cursor: pointer; transition: all .3s; }
.testi-dots button.active { background: var(--gold); width: 26px; border-radius: 8px; }
.testi-nav { display: flex; justify-content: center; gap: 0.75rem; margin-top: 1rem; }
.testi-nav button {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--text);
  font-size: 1rem;
  cursor: pointer;
  transition: all .25s;
}
.testi-nav button:hover { background: var(--grad-gold); color: #16233a; border-color: transparent; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 0.9rem; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .3s; }
.faq-item.open { border-color: rgba(13, 148, 136, 0.4); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--text);
  text-align: left;
}
.faq-q i { color: var(--gold); transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a p { padding: 0 1.5rem 1.3rem; color: var(--text-2); font-size: 0.95rem; }

/* ============================================================
   CTA banner
   ============================================================ */
.cta-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #14243a, #1f3a5f);
  padding: 3.5rem 2.5rem;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 300px at 80% 0%, rgba(13, 148, 136, 0.25), transparent 60%),
              radial-gradient(400px 250px at 10% 100%, rgba(45, 212, 191, 0.2), transparent 60%);
}
.cta-banner > * { position: relative; }
.cta-banner h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); color: #fff; margin-bottom: 0.8rem; }
.cta-banner h2 .gold { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cta-banner p { color: rgba(255, 255, 255, 0.85); max-width: 560px; margin: 0 auto 1.8rem; }
.cta-banner .btn { box-shadow: 0 0 40px rgba(13, 148, 136, 0.4); }

/* ============================================================
   Contact
   ============================================================ */
.contact { padding: 5rem 1.5rem; background: var(--bg-2); }
.contact-inner { max-width: var(--container); margin-inline: auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: start; }

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: var(--shadow);
}
.contact-form h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 0.95rem 1.1rem;
  background: var(--bg);
  border: 1.5px solid var(--border-strong);
  border-radius: 12px;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--text-3); }

.contact-info-box {
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow);
}
.contact-info-box h3 { font-size: 1.4rem; margin-bottom: 1.4rem; }

.info-row { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.3rem; }
.info-row .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--bg); border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; }
.info-row .txt strong { display: block; color: var(--text); font-size: 0.95rem; }
.info-row .txt span { color: var(--text-2); font-size: 0.92rem; }

.map-frame { margin-top: 2.5rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); height: 320px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   Join us / social
   ============================================================ */
.join-social { display: flex; justify-content: center; gap: 1.25rem; flex-wrap: wrap; max-width: 640px; margin: 0 auto; }
.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 110px; height: 110px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 2rem;
  transition: all .3s;
}
.social-card span { font-size: 0.8rem; font-weight: 600; color: var(--text-2); }
.social-card:hover { transform: translateY(-6px); border-color: var(--gold); color: var(--gold); box-shadow: var(--glow-gold); }
.social-card:hover span { color: var(--text); }

/* ============================================================
   News
   ============================================================ */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.news-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  text-align: center;
  transition: transform .3s, border-color .3s;
}
.news-item:hover { transform: translateY(-4px); border-color: rgba(13, 148, 136, 0.35); }
.news-item img, .news-item video, .news-item iframe { width: 100%; border-radius: 12px; margin-bottom: 0.8rem; border: none; }
.news-item iframe, .news-item video { height: 230px; }
.news-date { color: var(--text-3); font-size: 0.82rem; }
.empty-state { text-align: center; color: var(--text-3); padding: 2rem; }

/* ============================================================
   Footer
   ============================================================ */
.footer { border-top: 1px solid rgba(255,255,255,0.08); background: #10182a; margin-top: auto; }
.footer-inner { max-width: var(--container); margin-inline: auto; padding: 3rem 1.5rem 2rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.footer h4 { font-size: 1.05rem; margin-bottom: 1rem; color: #ffffff; }
.footer p, .footer li { color: #aab6cc; font-size: 0.92rem; }
.footer ul { list-style: none; display: grid; gap: 0.55rem; }
.footer ul a { color: #aab6cc; }
.footer ul a:hover { color: var(--gold-2); }
.footer-brand img { height: 50px; border-radius: 10px; margin-bottom: 1rem; }
.footer-social { display: flex; gap: 0.75rem; margin-top: 1.2rem; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; color: #ffffff; transition: all .25s; }
.footer-social a:hover { background: var(--grad-gold); color: #16233a; border-color: transparent; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom .inner { max-width: var(--container); margin-inline: auto; padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #8b96ab; font-size: 0.85rem; flex-wrap: wrap; }
.footer-bottom .credit-link { display: inline-flex; align-items: center; gap: 0.45rem; color: #aab6cc; font-weight: 600; transition: color .25s; }
.footer-bottom .credit-link i { color: var(--glow-gold); }
.footer-bottom .credit-link:hover { color: #2dd4bf; }
.footer-bottom .credit-link:hover i { color: #2dd4bf; }

/* ============================================================
   WhatsApp float / back to top
   ============================================================ */
#waFloat {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 1000;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border-radius: 50%;
  width: 58px; height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  transition: transform .25s;
}
#waFloat:hover { transform: scale(1.1); color: #fff; }

#toTop {
  position: fixed;
  bottom: 96px; right: 24px;
  z-index: 1000;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  color: var(--text);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .3s ease;
}
#toTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#toTop:hover { background: var(--grad-gold); color: #16233a; border-color: transparent; }

/* ============================================================
   Login / admin
   ============================================================ */
.login-wrap { flex: 1; display: flex; align-items: center; justify-content: center; padding: 4rem 1.5rem; }
.login-card {
  width: 100%;
  max-width: 420px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.login-card h2 { text-align: center; margin-bottom: 0.4rem; }
.login-card .sub { text-align: center; color: var(--text-3); font-size: 0.9rem; margin-bottom: 1.8rem; }

.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-weight: 600; color: var(--text-2); font-size: 0.9rem; margin-bottom: 0.4rem; }
.form-group input {
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--bg);
  border: 1.5px solid var(--border-strong);
  border-radius: 12px;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12); }
.error { color: #ff6b6b; text-align: center; margin-bottom: 1rem; font-weight: 600; background: rgba(255, 107, 107, 0.08); border-radius: 10px; padding: 0.6rem; }

/* ============================================================
   Preloader & progress
   ============================================================ */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:
    radial-gradient(700px 420px at 20% -10%, rgba(13, 148, 136, 0.14), transparent 60%),
    radial-gradient(600px 400px at 90% 110%, rgba(45, 212, 191, 0.12), transparent 60%),
    var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  transition: opacity .6s ease, visibility .6s ease;
}
#preloader.hidden { opacity: 0; visibility: hidden; }
@media (prefers-reduced-motion: no-preference) {
  /* CSS-only safety net: force-hide preloader after 6s even if JS fails */
  #preloader { animation: preloaderAutoHide 1s ease 6s forwards; }
  @keyframes preloaderAutoHide { to { opacity: 0; visibility: hidden; } }
}

.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.loader-logo-box { position: relative; width: 108px; height: 108px; display: flex; align-items: center; justify-content: center; }
.loader-logo { height: 64px; width: auto; border-radius: 14px; position: relative; z-index: 2; animation: loaderFloat 2s ease-in-out infinite; }
.loader-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(13, 148, 136, 0.35);
  animation: loaderPulse 1.8s ease-out infinite;
}
.loader-brand {
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--text);
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}
.loader-sub { color: var(--text-3); font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 0.2rem; }

.loader-track {
  width: 230px;
  height: 6px;
  margin-top: 1.4rem;
  border-radius: 50px;
  background: rgba(13, 148, 136, 0.14);
  overflow: hidden;
}
.loader-bar {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  background: var(--grad-gold);
  box-shadow: 0 0 14px rgba(13, 148, 136, 0.55);
  transition: width .25s ease;
}
.loader-count {
  margin-top: 0.7rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 1px;
}

@keyframes loaderFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes loaderPulse {
  0% { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(1.35); opacity: 0; }
}

#scrollProgress {
  position: fixed;
  top: 0; left: 0;
  height: 4px;
  width: 0%;
  background: var(--grad-gold);
  z-index: 1001;
  box-shadow: 0 0 12px rgba(13, 148, 136, 0.6);
}

/* ============================================================
   Reveal animations
   ============================================================ */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s ease; }
.reveal-left { opacity: 0; transform: translateX(-44px); transition: opacity .7s ease, transform .7s ease; }
.reveal-right { opacity: 0; transform: translateX(44px); transition: opacity .7s ease, transform .7s ease; }
.reveal-zoom { opacity: 0; transform: scale(0.9); transition: opacity .7s ease, transform .7s ease; }
.reveal.in, .reveal-left.in, .reveal-right.in, .reveal-zoom.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .nav-inner { padding: 0 1.25rem; }
  .features-grid { gap: 1.25rem; }
  .docs-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding: 3rem 1.5rem 4rem; }
  .hero p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-actions .btn { flex: 0 1 auto; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { max-width: 520px; margin-inline: auto; }
  .svc-card { grid-template-columns: 1fr; }
  .svc-card img { max-width: 460px; margin-inline: auto; }
  .contact-inner { grid-template-columns: 1fr; }
  .stats-strip .inner { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-inner > *:first-child { grid-column: 1 / -1; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .services, .team, .contact { padding: 4rem 1.25rem; }
  .about-grid { padding: 4rem 1.25rem; }
  .cta-banner { padding: 3rem 2rem; }
  .sec-head h2 { font-size: clamp(1.6rem, 4.4vw, 2.3rem); }
}

@media (max-width: 780px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 74px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    background: rgba(255, 255, 255, 0.985);
    padding: 1rem 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    transform: translateY(-140%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links a { display: block; padding: 0.8rem 0.9rem; font-size: 1.05rem; }
  .nav-links a.nav-cta { text-align: center; }
  .nav-links a.nav-login { width: auto; height: auto; border-radius: 10px; justify-content: flex-start; gap: 0.6rem; padding: 0.8rem 0.9rem; }
  .nav-links a { -webkit-tap-highlight-color: transparent; }
  .orb { opacity: .4; }
  .feature-card { padding: 1.7rem 1.3rem; }
  .step-card { padding: 1.7rem 1.2rem 1.5rem; }
}

@media (max-width: 560px) {
  .docs-grid { grid-template-columns: 1fr 1fr; gap: 0.9rem; }
  .doc-card { padding: 1rem 0.9rem 1rem; }
  .doc-card img { width: 96px; height: 96px; margin-bottom: 0.9rem; }
  .doc-card h3 { font-size: 0.86rem; }
  .doc-card p { font-size: 0.75rem; }
  .svc-card { padding: 1.5rem; gap: 1.8rem; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .cta-banner { padding: 2.5rem 1.4rem; }
  .testi-slide { padding: 1.8rem 1.3rem 1.5rem; }
  .testi-slide p { font-size: 0.98rem; }
  .footer-bottom .inner { justify-content: center; text-align: center; }
  .social-card { width: 96px; height: 96px; }
  .brand img { height: 38px; }
  .brand-name { font-size: 0.78rem; max-width: 200px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > *:first-child { grid-column: auto; }
  #waFloat, #toTop { width: 50px; height: 50px; right: 16px; font-size: 1.4rem; }
  #toTop { bottom: 82px; }
  .sec-tag { font-size: 0.75rem; }
  .hero { padding: 2.5rem 1.25rem 3.5rem; }
  .stats-strip .inner { gap: 1.25rem; }
  .map-frame { height: 260px; }
}

@media (max-width: 400px) {
  .brand-name { display: none; }
  .hero h1 { font-size: clamp(1.7rem, 8vw, 2.2rem); }
  .hero-actions .btn { width: 100%; }
  .docs-grid { grid-template-columns: 1fr; }
  .join-social { gap: 0.9rem; }
  .social-card { width: 88px; height: 88px; font-size: 1.7rem; }
  .contact-form, .contact-info-box, .login-card { padding: 1.6rem; }
  .svc-card { padding: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
