:root {
  --blue:        #2563a8;
  --blue-mid:    #3b7dd8;
  --blue-light:  #e8f0fb;
  --blue-xlight: #f0f5fd;
  --wiki-blue:   #1e4a8a;
  --ink:         #1a1f2e;
  --ink-mid:     #3d4558;
  --muted:       #6b7a96;
  --border:      #dce4ef;
  --bg:          #f7f9fc;
  --gold:        #c08a20;
}

body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--bg); color: var(--ink); overflow-x: hidden; }

/* â”€â”€â”€ NAVBAR â”€â”€â”€ */
.navbar { background: rgba(255,255,255,0.96) !important; backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); box-shadow: 0 1px 18px rgba(37,99,168,0.06); padding: 0.75rem 0; }
.navbar-brand { font-family: 'Lora', serif; font-weight: 700; color: var(--wiki-blue) !important; font-size: 1.05rem; display: flex; align-items: center; gap: 9px; }
.navbar-brand img {width: 200px;height: 50px;object-fit: contain;}
.nav-link { font-size: 0.875rem; font-weight: 500; color: var(--ink-mid) !important; padding: 0.4rem 0.85rem !important; transition: color 0.2s; }
.nav-link:hover { color: var(--blue) !important; }
.btn-nav-cta { background: var(--blue); color: #fff !important; border-radius: 6px; padding: 0.48rem 1.35rem !important; font-weight: 600 !important; font-size: 0.875rem; transition: background 0.2s; }
.btn-nav-cta:hover { background: var(--wiki-blue); }

/* â”€â”€â”€ DROPDOWN hover on desktop â”€â”€â”€ */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto;
  }
}
/* â”€â”€â”€ DROPDOWN â”€â”€â”€ */
.navbar .dropdown-menu {
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(37,99,168,0.12);
  padding: 0.5rem 0;
  min-width: 220px;
  margin-top: -0.5rem;
}
.navbar .dropdown-item {
  font-size: 0.855rem;
  font-weight: 500;
  color: var(--ink-mid);
  padding: 0.55rem 1.1rem;
  transition: background 0.18s, color 0.18s;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  background: var(--blue-light);
  color: var(--blue);
}
.navbar .dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.18em;
}

/* â”€â”€â”€ BUTTONS â”€â”€â”€ */
.btn-wiki-primary { background: var(--blue); color: #fff; border: none; border-radius: 6px; padding: 0.8rem 2rem; font-weight: 600; font-size: 0.9rem; transition: background 0.2s, transform 0.15s; display: inline-block; text-decoration: none; }
.btn-wiki-primary:hover { background: var(--wiki-blue); color: #fff; transform: translateY(-1px); }
.btn-wiki-outline { background: transparent; color: var(--blue); border: 1.5px solid var(--blue); border-radius: 6px; padding: 0.8rem 2rem; font-weight: 500; font-size: 0.9rem; transition: background 0.2s; display: inline-block; text-decoration: none; }
.btn-wiki-outline:hover { background: var(--blue-light); color: var(--blue); }

/* â”€â”€â”€ LABELS â”€â”€â”€ */
.section-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); font-weight: 600; display: block; margin-bottom: 0.5rem; }
.section-title { font-family: 'Lora', serif; font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 1rem; }
.section-desc { font-size: 0.97rem; color: var(--muted); line-height: 1.85; font-weight: 300; }

/* â”€â”€â”€ HERO â”€â”€â”€ */
.hero-section { background: #fff; border-bottom: 1px solid var(--border); padding: 7rem 0 4rem; }


.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-light); border: 1px solid rgba(37,99,168,0.2); border-radius: 999px; padding: 0.35rem 1rem; font-size: 0.73rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--blue); margin-bottom: 1.6rem; }
.badge-dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; animation: pulse 2s infinite; }
.hero-title { font-family: 'Lora', serif; font-size: clamp(2.4rem, 5vw, 3.7rem); font-weight: 700; line-height: 1.12; color: var(--ink); margin-bottom: 1.3rem; }
.hero-title em { font-style: italic; color: var(--blue); }
.hero-sub { font-size: 1rem; color: var(--muted); line-height: 1.85; font-weight: 300; margin-bottom: 2.2rem; }

/* Globe ring */
.globe-ring-wrap { position: relative; width: 420px; height: 420px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.globe-ring-wrap::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid rgba(37,99,168,0.12); animation: spin-slow 30s linear infinite; }
.globe-ring-wrap::after { content: ''; position: absolute; inset: 24px; border-radius: 50%; border: 1px dashed rgba(37,99,168,0.09); }
.globe-main-img { width: 270px; height: 270px; object-fit: contain; filter: drop-shadow(0 14px 40px rgba(37,99,168,0.18)); animation: float-globe 6s ease-in-out infinite; position: relative; z-index: 2; }
.globe-chip { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 0.45rem 0.8rem; font-size: 0.73rem; font-weight: 600; color: var(--ink); box-shadow: 0 4px 16px rgba(37,99,168,0.1); display: flex; align-items: center; gap: 6px; z-index: 3; animation: chip-float 5s ease-in-out infinite; white-space: nowrap; }
.globe-chip:nth-child(2) { top: 10%; right: 0; animation-delay: -1s; }
.globe-chip:nth-child(3) { bottom: 14%; right: 2%; animation-delay: -2.5s; }
.globe-chip:nth-child(4) { top: 32%; left: 0; animation-delay: -4s; }
.globe-chip:nth-child(5) { bottom: 8%; left: 8%; animation-delay: -1.5s; }
.chip-dot { width: 8px; height: 8px; border-radius: 50%; }
.chip-dot.green { background: #22c55e; }
.chip-dot.blue { background: var(--blue); }
.chip-dot.amber { background: #f59e0b; }

/* â”€â”€â”€ STATS â”€â”€â”€ */
.stats-bar { background: var(--wiki-blue); padding: 2rem 0; }
.stat-num { font-family: 'Lora', serif; font-size: 2.2rem; font-weight: 700; color: #fff; display: block; line-height: 1; margin-bottom: 0.35rem; }
.stat-label { font-size: 0.76rem; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 500; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.12); align-self: stretch; display: block; }

/* â”€â”€â”€ SERVICES â”€â”€â”€ */
.services-section { background: #fff; padding: 5.5rem 0; }
.service-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 2rem 1.75rem; position: relative; overflow: hidden; transition: box-shadow 0.3s, transform 0.25s, border-color 0.25s; height: 100%; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.service-card:hover { box-shadow: 0 8px 32px rgba(37,99,168,0.12); transform: translateY(-3px); border-color: rgba(37,99,168,0.25); }
.service-card:hover::after { transform: scaleX(1); }
.service-num { font-size: 0.7rem; letter-spacing: 0.1em; color: rgba(37,99,168,0.3); font-weight: 600; text-transform: uppercase; margin-bottom: 1rem; display: block; }
.service-icon-box { width: 50px; height: 50px; background: var(--blue-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; font-size: 1.35rem; transition: background 0.25s; }
.service-card:hover .service-icon-box { background: rgba(37,99,168,0.12); }
.service-title { font-family: 'Lora', serif; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 0.6rem; }
.service-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.8; font-weight: 300; margin: 0; }

/* â”€â”€â”€ PROFILES / SLICK â”€â”€â”€ */
.profiles-section { background: var(--blue-xlight); padding: 5.5rem 0; }

/* Slick overrides */
.profile-slider { margin-top: 2.5rem; }
.slick-slide { outline: none; }
.slick-slide > div { padding: 0 8px; }

/* Custom prev/next arrows */
.slick-prev, .slick-next { width: 46px; height: 46px; z-index: 10; }
.slick-prev:before, .slick-next:before { display: none; }
.slick-arrow-btn { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--border); background: #fff; color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; cursor: pointer; transition: background 0.2s, border-color 0.2s; box-shadow: 0 2px 10px rgba(37,99,168,0.1); }
.slick-arrow-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Slider nav row */
.slider-controls { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.slider-tab-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.slider-pill { border: 1.5px solid var(--border); background: #fff; border-radius: 999px; padding: 0.42rem 1.1rem; font-size: 0.78rem; font-weight: 600; color: var(--muted); cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.slider-pill:hover { border-color: var(--blue); color: var(--blue); }
.slider-pill.slick-active-pill, .slider-pill.active-pill { background: var(--blue); border-color: var(--blue); color: #fff; }
.slider-arrows { display: flex; gap: 0.6rem; }

/* Slide card */
.slide-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(37,99,168,0.08); }
.slide-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; }
.slide-left { padding: 3rem 3rem 3rem 3rem; display: flex; flex-direction: column; justify-content: center; }
.slide-right { background: var(--bg); border-left: 1px solid var(--border); padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }

.profile-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: var(--blue-light); border: 1px solid rgba(37,99,168,0.18); border-radius: 999px; padding: 0.28rem 0.9rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--blue); margin-bottom: 1.1rem; }
.slide-title { font-family: 'Lora', serif; font-size: clamp(1.45rem, 2.5vw, 1.9rem); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 0.9rem; }
.slide-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.85; font-weight: 300; margin-bottom: 1.4rem; }
.slide-bullets { list-style: none; padding: 0; margin: 0 0 1.8rem; display: flex; flex-direction: column; gap: 0.65rem; }
.slide-bullet { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.84rem; color: var(--ink-mid); }
.bullet-tick { width: 20px; height: 20px; min-width: 20px; background: var(--blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.63rem; color: var(--blue); font-weight: 800; margin-top: 1px; }

/* Wiki article mockup */
.wac { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 18px rgba(37,99,168,0.09); position: relative; }
.wac-bar { background: #f6f8fa; border-bottom: 1px solid var(--border); padding: 0.5rem 0.9rem; display: flex; align-items: center; gap: 7px; }
.wac-dot { width: 9px; height: 9px; border-radius: 50%; }
.wac-dot.r { background: #ff5f57; }
.wac-dot.y { background: #ffbd2e; }
.wac-dot.g { background: #28c840; }
.wac-url { flex: 1; background: #eaecef; border-radius: 3px; padding: 0.2rem 0.6rem; font-size: 0.68rem; color: var(--muted); font-family: monospace; }
.wac-body { padding: 1.2rem 1.3rem 1.4rem; }
.wac-top { display: flex; gap: 0.85rem; align-items: flex-start; margin-bottom: 1rem; padding-bottom: 0.8rem; border-bottom: 1px solid #eaecef; }
.wac-avatar { width: 46px; height: 46px; min-width: 46px; border-radius: 8px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.wac-meta h5 { font-family: 'Lora', serif; font-size: 0.9rem; font-weight: 600; color: var(--ink); margin: 0 0 2px; }
.wac-meta p { font-size: 0.7rem; color: var(--blue); margin: 0 0 1px; font-weight: 500; }
.wac-meta small { font-size: 0.67rem; color: var(--muted); }
.wac-globe-sm { width: 30px; height: 30px; object-fit: contain; opacity: 0.5; margin-left: auto; }
.wl { height: 9px; border-radius: 4px; background: #f0f2f5; margin-bottom: 7px; }
.wl.f { width: 100%; }
.wl.m { width: 72%; }
.wl.s { width: 42%; }
.wl.t { height: 13px; width: 55%; background: #e0e6f0; }
.wl.lk { width: 50%; background: #d0e2f9; }
.wac-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.9rem; }
.wac-tag { background: var(--blue-light); color: var(--blue); border: 1px solid rgba(37,99,168,0.15); border-radius: 4px; padding: 0.18rem 0.55rem; font-size: 0.65rem; font-weight: 600; }
.wac-globe-corner { position: absolute; bottom: -18px; right: -18px; width: 80px; object-fit: contain; opacity: 0.06; pointer-events: none; }
.wac-live-badge { position: absolute; top: -13px; right: 16px; background: #22c55e; color: #fff; border-radius: 999px; padding: 0.28rem 0.8rem; font-size: 0.7rem; font-weight: 700; box-shadow: 0 3px 10px rgba(34,197,94,0.28); display: flex; align-items: center; gap: 5px; }

/* Slick dots custom */
.slick-dots { bottom: -2rem; }
.slick-dots li button:before { font-size: 9px; color: var(--blue); }
.slick-dots li.slick-active button:before { color: var(--wiki-blue); }

/* â”€â”€â”€ WHY US â”€â”€â”€ */
.why-section { background: #fff; padding: 5.5rem 0; }
.why-mockup { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 40px rgba(37,99,168,0.1); position: relative; }
.why-mock-bar { background: #f6f8fa; border-bottom: 1px solid var(--border); padding: 0.55rem 1rem; display: flex; align-items: center; gap: 8px; }
.wm-url { flex: 1; background: #eaecef; border-radius: 4px; padding: 0.22rem 0.65rem; font-size: 0.7rem; color: var(--muted); font-family: monospace; }
.why-mock-body { padding: 1.4rem 1.5rem 1.75rem; }
.why-mock-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; padding-bottom: 0.8rem; border-bottom: 1px solid #eaecef; }
.why-mock-header img { width: 42px; height: 42px; object-fit: contain; }
.why-mock-header h4 { font-family: 'Lora', serif; font-size: 0.95rem; font-weight: 600; color: var(--ink); margin: 0 0 2px; }
.why-mock-header p { font-size: 0.68rem; color: var(--muted); margin: 0; }
.why-mockup-badge { position: absolute; top: -15px; right: 18px; background: var(--blue); color: #fff; border-radius: 8px; padding: 0.45rem 0.95rem; font-size: 0.75rem; font-weight: 600; box-shadow: 0 4px 14px rgba(37,99,168,0.25); display: flex; align-items: center; gap: 6px; }
.wiki-tag-sm { background: var(--blue-light); color: var(--blue); border: 1px solid rgba(37,99,168,0.18); border-radius: 4px; padding: 0.22rem 0.62rem; font-size: 0.67rem; font-weight: 600; }
.feature-check-circle { width: 26px; height: 26px; min-width: 26px; background: var(--blue-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; color: var(--blue); font-weight: 800; margin-top: 2px; }

/* â”€â”€â”€ GLOBE BAND â”€â”€â”€ */
.globe-band {
  position: relative;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 3.5rem 0;
  overflow: hidden;
}
/* Background image */
.globe-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/world-globe-computer-keyboard.jpg') center center / cover no-repeat;
  opacity: 0.18;
  z-index: 0;
}
/* Colour tint overlay on top of image */
.globe-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(240 245 253 / 0%) 0%, rgb(232 240 251 / 54%) 100%);
  z-index: 1;
}
/* Keep content above both layers */
.globe-band .container {
  position: relative;
  z-index: 2;
}
.globe-band h3 { font-family: 'Lora', serif; font-size: 1.65rem; font-weight: 700; color: var(--wiki-blue); margin-bottom: 0.5rem; }
.globe-float { animation: float-globe 6s ease-in-out infinite; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(37,99,168,0.15)); }

/* â”€â”€â”€ PROCESS â”€â”€â”€ */
.process-section { background: #fff; padding: 5.5rem 0; }
.step-circle { width: 56px; height: 56px; background: #fff; border: 2px solid var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Lora', serif; font-size: 1.2rem; font-weight: 700; color: var(--blue); margin: 0 auto 1.3rem; box-shadow: 0 4px 16px rgba(37,99,168,0.12); }
.step-connector { position: absolute; top: 28px; left: calc(50% + 28px); right: calc(-50% + 28px); height: 2px; background: linear-gradient(90deg, var(--blue), rgba(37,99,168,0.15)); }
.step-wrap { position: relative; }
.step-title { font-weight: 600; color: var(--ink); font-size: 0.92rem; margin-bottom: 0.45rem; }
.step-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.72; font-weight: 300; margin: 0; }

/* â”€â”€â”€ TESTIMONIAL â”€â”€â”€ */
.testimonial-section { background: var(--wiki-blue); padding: 5rem 0; position: relative; overflow: hidden; }
.test-globe-bg { position: absolute; right: -40px; bottom: -40px; width: 240px; opacity: 0.07; pointer-events: none; object-fit: contain; }
.test-globe-bg2 { position: absolute; left: -30px; top: -30px; width: 180px; opacity: 0.06; pointer-events: none; object-fit: contain; }
.testimonial-quote { font-family: 'Lora', serif; font-size: clamp(1.1rem, 2.2vw, 1.55rem); font-style: italic; font-weight: 400; color: #fff; line-height: 1.7; }
.testimonial-quote::before { content: '\201C'; color: rgba(255,255,255,0.4); font-size: 1.5em; }
.testimonial-quote::after  { content: '\201D'; color: rgba(255,255,255,0.4); font-size: 1.5em; }
.testimonial-author { font-size: 0.83rem; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; }
.testimonial-author strong { color: rgba(255,255,255,0.9); }

/* â”€â”€â”€ CTA â”€â”€â”€ */
.cta-section { background: var(--bg); padding: 6rem 0; text-align: center; }
.cta-globe { width: 76px; height: 76px; object-fit: contain; margin: 0 auto 1.4rem; display: block; filter: drop-shadow(0 4px 16px rgba(37,99,168,0.18)); }
.cta-title { font-family: 'Lora', serif; font-size: clamp(1.9rem, 3.5vw, 2.7rem); font-weight: 700; color: var(--ink); margin-bottom: 1rem; }
.cta-desc { color: var(--muted); font-size: 1rem; line-height: 1.85; font-weight: 300; max-width: 520px; margin: 0 auto 2.4rem; }

/* â”€â”€â”€ FOOTER â”€â”€â”€ */
footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.07); padding: 2.5rem 0; }
.footer-logo { font-family: 'Lora', serif; font-size: 0.95rem; color: #fff; font-weight: 700; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-logo img { width: 200px; height: 50px; object-fit: contain; opacity: 0.9; }
.footer-link { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-link:hover { color: rgba(255,255,255,0.85); }
.footer-copy { color: rgba(255,255,255,0.25); font-size: 0.76rem; margin: 0; }

/* â”€â”€â”€ ANIMATIONS â”€â”€â”€ */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes float-globe { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes chip-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* â”€â”€â”€ POPUP / MODAL â”€â”€â”€ */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-box {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 480px;
  padding: 2.5rem 2.25rem 2rem;
  position: relative;
  box-shadow: 0 24px 64px rgba(37, 99, 168, 0.18);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.popup-overlay.active .popup-box {
  transform: translateY(0) scale(1);
}

.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--bg);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  line-height: 1;
}
.popup-close:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.popup-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.popup-logo img {
    width: 100%;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(37, 99, 168, 0.2));
}

.popup-tagline {
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.35rem;
  line-height: 1.25;
}
.popup-tagline em {
  font-style: italic;
  color: var(--blue);
}

.popup-sub {
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 1.6rem;
}

.popup-form .form-group {
  margin-bottom: 0.9rem;
}
.popup-form .form-control {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0.65rem 0.95rem;
  font-size: 0.875rem;
  color: var(--ink);
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.popup-form .form-control:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 168, 0.1);
  background: #fff;
}
.popup-form .form-control::placeholder {
  color: var(--muted);
  font-weight: 300;
}
.popup-form textarea.form-control {
  resize: none;
  min-height: 90px;
}

.popup-submit {
  width: 100%;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.4rem;
}
.popup-submit:hover {
  background: var(--wiki-blue);
  transform: translateY(-1px);
}

.popup-divider {
  height: 1px;
  background: var(--border);
  margin: 1.4rem 0 1rem;
}
.popup-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.popup-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
}
.popup-trust-item i {
  color: var(--blue);
  font-size: 0.8rem;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* â”€â”€â”€ STATS COUNTER â”€â”€â”€ */
.stat-num {
  display: block;
  transition: transform 0.15s ease;
}
.stat-num.counting {
  animation: stat-pop 0.25s ease forwards;
}
@keyframes stat-pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* â”€â”€â”€ BACK TO TOP â”€â”€â”€ */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(37, 99, 168, 0.35);
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--wiki-blue);
  transform: translateY(-3px);
}
