/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONTACT PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* ══════════════════════════════════════════════
   CONTACT PAGE — Premium Light Theme
   SMS Franchise PH
══════════════════════════════════════════════ */

/* ── Page BG ── */
body {
  background: #f8f9fc;
}

/* ── Hero Banner ── */
.contact-hero {
  background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
  padding: 72px 0 56px;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.07) 0%, transparent 70%);
  top: -180px;
  right: -120px;
  pointer-events: none;
}

.contact-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.06) 0%, transparent 70%);
  bottom: -100px;
  left: -60px;
  pointer-events: none;
}

.contact-hero .container {
  position: relative;
  z-index: 1;
}

.hero-kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 82, 240, 0.08);
  border: 1px solid rgba(0, 82, 240, 0.18);
  color: #003BB0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.hero-kicker-pill span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052F0;
  display: inline-block;
  animation: blink 1.6s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.3
  }
}

.contact-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.contact-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #0052F0, #003BB0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero p {
  font-size: 17px;
  color: #6b7280;
  max-width: 560px;
  line-height: 1.7;
}

/* ── Quick-contact top strip ── */
.contact-strip {
  background: #fff;
  border-bottom: 1px solid #e8ecf4;
  padding: 0;
}

.contact-strip-inner {
  display: flex;
  align-items: stretch;
  border-left: 1px solid #e8ecf4;
  border-right: 1px solid #e8ecf4;
  overflow: hidden;
}

.strip-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid #e8ecf4;
  text-decoration: none;
  transition: background 0.2s;
  background: #fff;
}

.strip-item:last-child {
  border-right: none;
}

.strip-item:hover {
  background: #fff8f8;
}

.strip-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.strip-icon.red {
  background: rgba(0, 56, 168, 0.08);
  color: var(--ph-blue);
}

.strip-icon.blue {
  background: rgba(0, 86, 251, 0.08);
  color: var(--ph-blue-light);
}

.strip-icon.green {
  background: rgba(34, 197, 94, 0.08);
}

.strip-icon.purple {
  background: rgba(139, 92, 246, 0.08);
}

.strip-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #9ca3af;
  margin-bottom: 3px;
}

.strip-value {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* ── Main section ── */
.contact-main {
  padding: 60px 0 80px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 32px;
  align-items: start;
}

/* ── Form Card ── */
.contact-form-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.form-card-header {
  padding: 28px 32px 0;
}

.form-card-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
}

.form-card-header p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
}

.form-card-body {
  padding: 24px 32px 32px;
}

/* ── Topic tabs ── */
.topic-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.topic-tab {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.topic-tab:hover {
  border-color: var(--ph-blue);
  color: var(--ph-blue);
  background: rgba(0, 56, 168, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 56, 168, 0.08);
}

.topic-tab.active {
  background: var(--ph-blue);
  color: #fff;
  border-color: var(--ph-blue);
  box-shadow: 0 8px 20px rgba(0, 56, 168, 0.25);
}

/* ── Form fields ── */
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field-wrap {
  margin-bottom: 18px;
}

.field-label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 7px;
  letter-spacing: 0.2px;
}

.field-label span {
  color: #0052F0;
}

.input-shell {
  position: relative;
}

.input-shell .fi {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  pointer-events: none;
  color: #9ca3af;
}

.input-shell.textarea-shell .fi {
  top: 14px;
  transform: none;
}

.field-input {
  width: 100%;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 14px 11px 42px;
  font-family: inherit;
  font-size: 14px;
  color: #111827;
  outline: none;
  transition: all 0.2s;
  appearance: none;
}

.field-input::placeholder {
  color: #c4c9d4;
}

.field-input:focus {
  border-color: #0052F0;
  box-shadow: 0 0 0 3px rgba(0, 82, 240, 0.1);
  background: #fff;
}

.field-input:focus+.focus-line {
  transform: scaleX(1);
}

textarea.field-input {
  resize: vertical;
  min-height: 130px;
  padding-top: 11px;
  line-height: 1.6;
}

/* Input validation states */
.field-input.valid {
  border-color: #22c55e;
}

.field-input.error {
  border-color: #ef4444;
}

.field-hint {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 5px;
}

.field-hint.error {
  color: #ef4444;
}

/* ── Submit Button ── */
.btn-contact-submit {
  width: 100%;
  background: linear-gradient(135deg, #0052F0 0%, #003BB0 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 82, 240, 0.28);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2px;
}

.btn-contact-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.btn-contact-submit:hover::before {
  transform: translateX(100%);
}

.btn-contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 82, 240, 0.35);
}

.btn-contact-submit:active {
  transform: translateY(0);
}

.form-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 12.5px;
  color: #9ca3af;
  justify-content: center;
}

.form-meta svg {
  flex-shrink: 0;
  color: #22c55e;
}

/* ── Sidebar ── */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Info card */
.info-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.info-card-header {
  background: var(--primary-gradient);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.info-card-header::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 82, 240, 0.15);
  top: -60px;
  right: -60px;
}

.info-card-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  position: relative;
}

.info-card-header p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
}

.info-card-body {
  padding: 20px;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f3f4f6;
  text-decoration: none;
  transition: all 0.15s;
}

.contact-detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-detail:hover .cd-label {
  color: #0052F0;
}

.cd-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.cd-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin-bottom: 3px;
  transition: color 0.15s;
}

.cd-value {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.cd-sub {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

/* Social card */
.social-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.social-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.social-card p {
  font-size: 12.5px;
  color: #9ca3af;
  margin-bottom: 16px;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1.5px solid #e5e7eb;
  text-decoration: none;
  transition: all 0.18s;
  font-size: 13.5px;
  font-weight: 600;
  color: #374151;
  background: #f9fafb;
}

.social-btn:hover {
  border-color: #0052F0;
  color: #0052F0;
  background: rgba(0, 82, 240, 0.04);
  transform: translateX(4px);
}

.social-btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.social-btn-icon.fb {
  background: #e9efff;
}

.social-btn-icon.ig {
  background: #fff0f5;
}

.social-btn-icon.li {
  background: #e8f4fd;
}

.social-btn span.social-follower {
  margin-left: auto;
  font-size: 11.5px;
  color: #9ca3af;
  font-weight: 500;
}

/* Hours card */
.hours-card {
  background: linear-gradient(135deg, rgba(0, 82, 240, 0.04), rgba(0, 82, 240, 0.01));
  border: 1.5px solid rgba(0, 82, 240, 0.12);
  border-radius: 16px;
  padding: 20px;
}

.hours-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 82, 240, 0.08);
  font-size: 13px;
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-day {
  color: #374151;
  font-weight: 600;
}

.hours-time {
  color: #6b7280;
}

.hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #16a34a;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
}

.hours-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}

/* ── Map Section ── */
.contact-map-section {
  padding: 0 0 72px;
}

.map-wrap {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.map-header {
  padding: 22px 28px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.map-header a {
  font-size: 13px;
  color: #0052F0;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.map-header a:hover {
  text-decoration: underline;
}

.map-iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: none;
}

/* ── FAQ Section ── */
.faq-section {
  padding: 0 0 80px;
}

.faq-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  text-align: center;
  margin-bottom: 6px;
}

.faq-section .faq-sub {
  text-align: center;
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 36px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.2s;
}

.faq-item:hover {
  border-color: rgba(0, 82, 240, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 0.15s;
}

.faq-q:hover {
  color: #0052F0;
}

.faq-arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  transition: all 0.25s;
}

.faq-item.open .faq-arrow {
  background: #0052F0;
  color: #fff;
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.2s;
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
}

.faq-item.open .faq-a {
  max-height: 200px;
  padding: 0 20px 18px;
}

/* ── CTA Banner ── */
.contact-cta {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.contact-cta::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.2), transparent 70%);
  top: -150px;
  right: -100px;
}

.contact-cta::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04), transparent 70%);
  bottom: -80px;
  left: -80px;
}

.contact-cta h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.contact-cta p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
  position: relative;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.btn-cta-white {
  background: #fff;
  color: #111827;
  border: none;
  border-radius: 10px;
  padding: 12px 26px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-cta-white:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}

.btn-cta-blue {
  background: var(--primary-gradient);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 56, 168, 0.3);
}

.btn-cta-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 56, 168, 0.4);
  filter: brightness(1.1);
}

/* ── Success Toast ── */
.c-toast {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: #fff;
  border: 1px solid #e5e9f4;
  border-left: 4px solid #22c55e;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 280px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-toast.show {
  transform: translateX(0);
}

.c-toast-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.c-toast-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.c-toast-msg {
  font-size: 12.5px;
  color: #6b7280;
  margin-top: 3px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .contact-strip-inner {
    flex-direction: column;
  }

  .strip-item {
    border-right: none;
    border-bottom: 1px solid #e8ecf4;
  }

  .strip-item:last-child {
    border-bottom: none;
  }

  .contact-cta {
    padding: 36px 24px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    padding: 48px 0 40px;
  }

  .form-card-header,
  .form-card-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* ══════════════════════════════════════════════
   ABOUT PAGE — Premium Light Theme
   SMS Franchise PH
══════════════════════════════════════════════ */

body {
  background: #f8f9fc;
}

/* ── Hero ── */
.about-hero {
  background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
  padding: 80px 0 64px;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.07) 0%, transparent 65%);
  top: -200px;
  right: -150px;
  pointer-events: none;
}

.about-hero::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.06) 0%, transparent 70%);
  bottom: -120px;
  left: -80px;
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 82, 240, 0.08);
  border: 1px solid rgba(0, 82, 240, 0.18);
  color: #003BB0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052F0;
  animation: blink 1.6s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.3
  }
}

.about-hero h1 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.about-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #0052F0, #003BB0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero p.lead {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 13px 28px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(0, 82, 240, 0.28);
  transition: all 0.2s;
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 82, 240, 0.35);
}

.btn-hero-outline {
  background: #fff;
  color: #374151;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-hero-outline:hover {
  border-color: #0052F0;
  color: #0052F0;
}

/* Hero Stats Box */
.hero-stats-box {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
}

.hero-stats-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 82, 240, 0.03), transparent);
  pointer-events: none;
}

.stat-item {
  text-align: center;
}

.stat-num {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #111827, #374151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-num span {
  color: #0052F0;
  -webkit-text-fill-color: #0052F0;
}

.stat-label {
  font-size: 12.5px;
  color: #9ca3af;
  font-weight: 600;
}

.stat-divider {
  grid-column: span 2;
  height: 1px;
  background: #f3f4f6;
}

/* ── Stats Strip ── */
.stats-strip {
  background: #fff;
  border-bottom: 1px solid #e8ecf4;
}

.stats-strip-inner {
  display: flex;
  align-items: stretch;
  border-left: 1px solid #e8ecf4;
  border-right: 1px solid #e8ecf4;
}

.sstrip-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-right: 1px solid #e8ecf4;
  transition: background 0.2s;
}

.sstrip-item:last-child {
  border-right: none;
}

.sstrip-item:hover {
  background: #fff8f8;
}

.sstrip-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.sstrip-icon.red {
  background: rgba(0, 82, 240, 0.1);
}

.sstrip-icon.blue {
  background: rgba(59, 130, 246, 0.1);
}

.sstrip-icon.green {
  background: rgba(34, 197, 94, 0.1);
}

.sstrip-icon.purple {
  background: rgba(139, 92, 246, 0.1);
}

.sstrip-num {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 4px;
}

.sstrip-lbl {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.sstrip-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 8px;
  padding: 2px 7px;
  margin-top: 3px;
}

/* ── Sections general ── */
.about-section {
  padding: 72px 0;
}

.about-section-alt {
  padding: 72px 0;
  background: #fff;
  border-top: 1px solid #e8ecf4;
  border-bottom: 1px solid #e8ecf4;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 16px;
  margin-bottom: 14px;
}

.about-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.about-section p.section-lead,
.about-section-alt p.section-lead {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.75;
  max-width: 600px;
}

.centered {
  text-align: center;
}

.centered p.section-lead {
  margin: 0 auto;
}

/* ── Mission Cards ── */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.mission-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 18px;
  padding: 28px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0052F0, #4d88ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 82, 240, 0.15);
}

.mission-card:hover::before {
  transform: scaleX(1);
}

.mission-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  transition: transform 0.2s;
}

.mission-card:hover .mission-icon {
  transform: scale(1.08);
}

.mc-red {
  background: rgba(0, 82, 240, 0.1);
}

.mc-blue {
  background: rgba(59, 130, 246, 0.1);
}

.mc-green {
  background: rgba(34, 197, 94, 0.1);
}

.mc-purple {
  background: rgba(139, 92, 246, 0.1);
}

.mc-orange {
  background: rgba(245, 158, 11, 0.1);
}

.mc-teal {
  background: rgba(20, 184, 166, 0.1);
}

.mission-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.mission-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── Story / Split Layout ── */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.story-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.story-image-bg {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  border-radius: 20px;
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.story-image-bg::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.25), transparent 70%);
  top: -80px;
  right: -60px;
}

.story-image-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.story-big-num {
  font-size: 96px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 24px;
}

.story-card-float {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 20px;
  backdrop-filter: blur(10px);
}

.story-card-float h4 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.story-card-float p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.story-badges {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}

.story-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.story-badge .sb-num {
  font-size: 20px;
  display: block;
  font-weight: 900;
  margin-bottom: 1px;
}

.story-content .section-pill {
  margin-bottom: 16px;
}

.story-content h2 {
  margin-bottom: 16px;
}

.story-content p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 16px;
}

.story-milestones {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.milestone {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
  position: relative;
}

.milestone:last-child {
  border-bottom: none;
}

.milestone-year {
  width: 54px;
  font-size: 13px;
  font-weight: 800;
  color: #0052F0;
  flex-shrink: 0;
  padding-top: 2px;
}

.milestone-text {
  font-size: 13.5px;
  color: #374151;
  line-height: 1.6;
}

.milestone-text strong {
  color: #111827;
  display: block;
  margin-bottom: 2px;
}

/* ── Values ── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.value-card {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px;
  transition: all 0.2s;
}

.value-card:hover {
  background: #fff;
  border-color: rgba(0, 82, 240, 0.2);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.value-emoji {
  font-size: 28px;
  margin-bottom: 12px;
}

.value-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── Team ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.team-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.2s;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 82, 240, 0.15);
}

.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0052F0, #003BB0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 14px;
  box-shadow: 0 4px 16px rgba(0, 82, 240, 0.25);
}

.team-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.team-card .team-role {
  font-size: 12.5px;
  color: #0052F0;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-card .team-bio {
  font-size: 12.5px;
  color: #9ca3af;
  line-height: 1.6;
}

.team-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.team-social-link {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.15s;
}

.team-social-link:hover {
  background: rgba(0, 82, 240, 0.08);
  border-color: rgba(0, 82, 240, 0.2);
}

/* ── Partners ── */
.partners-strip {
  padding: 52px 0;
  background: #fff;
  border-top: 1px solid #e8ecf4;
  border-bottom: 1px solid #e8ecf4;
}

.partners-label {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #9ca3af;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.partner-chip {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  transition: all 0.2s;
  cursor: default;
}

.partner-chip:hover {
  border-color: rgba(0, 82, 240, 0.25);
  color: #0052F0;
  background: rgba(0, 82, 240, 0.04);
  transform: translateY(-1px);
}

/* ── Process / How We Work ── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 14px);
  right: calc(12.5% + 14px);
  height: 2px;
  background: linear-gradient(90deg, #0052F0, rgba(0, 82, 240, 0.2));
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0052F0, #003BB0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 18px;
  box-shadow: 0 4px 16px rgba(0, 82, 240, 0.25);
}

.process-step h4 {
  font-size: 14.5px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── CTA Banner ── */
.about-cta {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  border-radius: 24px;
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}

.about-cta::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.2), transparent 70%);
  top: -200px;
  right: -100px;
}

.about-cta::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04), transparent 70%);
  bottom: -100px;
  left: -60px;
}

.about-cta h2 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}

.about-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 32px;
  position: relative;
}

.cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.btn-cta-w {
  background: #fff;
  color: #111827;
  border: none;
  border-radius: 10px;
  padding: 13px 28px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-cta-w:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}

.btn-cta-r {
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 13px 28px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(0, 82, 240, 0.4);
  transition: all 0.2s;
}

.btn-cta-r:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0, 82, 240, 0.45);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .about-hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-stats-box {
    display: none;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mission-grid,
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats-strip-inner {
    flex-direction: column;
  }

  .sstrip-item {
    border-right: none;
    border-bottom: 1px solid #e8ecf4;
  }
}

@media (max-width: 640px) {
  .about-cta {
    padding: 36px 24px;
  }

  .mission-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .cta-btns {
    flex-direction: column;
    align-items: center;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INSIGHTS PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

body {
  background: #f8f9fc;
}

/* ── INSIGHTS PAGE ── */
.ins-hero {
  background: linear-gradient(135deg, #fff, #f0f4ff);
  padding: 80px 0 64px;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}

.ins-hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.08), transparent 65%);
  top: -200px;
  right: -150px;
  pointer-events: none;
}

.ins-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.9px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.ins-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #0052F0, #003BB0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ins-hero p {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 0;
}

.ins-cat-bar {
  background: #fff;
  border-bottom: 1px solid #e8ecf4;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.ins-cats {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 4px 0;
}

.ins-cats::-webkit-scrollbar {
  display: none;
}

.ins-cat {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  color: #4b5563;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  text-decoration: none;
}

.ins-cat:hover {
  border-color: #0052F0;
  color: #0052F0;
  background: rgba(0, 82, 240, 0.04);
}

.ins-cat.active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.ins-main {
  padding: 56px 0 92px;
  background: #fcfdfe;
}

.ins-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* Featured Card */
.ins-featured {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ins-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 82, 240, 0.2);
}

.ins-featured-visual {
  background: #111827;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ins-featured:hover .ins-featured-visual {
  transform: scale(1.02);
}

.ins-feat-emoji {
  font-size: 100px;
  z-index: 2;
  position: relative;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}

.ins-feat-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(0, 82, 240, 0.95);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.ins-featured-body {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ins-featured-body h3 {
  font-size: 26px;
  font-weight: 900;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 16px;
}

.ins-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 24px;
}

.ins-meta-sep {
  opacity: 0.3;
}

/* Article Card */
.ins-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ins-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
  overflow: hidden;
}

.ins-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 82, 240, 0.25);
}

.ins-card-top {
  position: relative;
  background: #f9fafb;
  padding: 48px 24px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ins-card:hover .ins-card-top {
  background: rgba(0, 82, 240, 0.03);
  transform: scale(1.05);
}

.ins-card-emoji {
  font-size: 48px;
}

.ins-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ins-card-body h3 {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  line-height: 1.45;
  margin-bottom: 12px;
  cursor: pointer;
}

.ins-card-body p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.ins-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

/* Horizontal Banner */
.ins-horizontal-banner {
  background: #111827;
  border-radius: 24px;
  padding: 48px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.ins-horizontal-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 82, 240, 0.15), transparent);
  pointer-events: none;
}

.banner-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ins-horizontal-banner h2 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.2;
  position: relative;
}

.ins-horizontal-banner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
  line-height: 1.7;
  max-width: 540px;
  position: relative;
}

.banner-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.banner-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.banner-visual {
  font-size: 120px;
  opacity: 0.1;
  position: absolute;
  right: 10px;
  bottom: -20px;
  pointer-events: none;
}

/* Sidebar Widgets */
.ins-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ins-side-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.ins-side-header {
  padding: 24px 28px;
  border-bottom: 1px solid #f3f4f6;
}

.ins-side-header h4 {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
}

.ins-side-header p {
  font-size: 12.5px;
  color: #9ca3af;
  margin-top: 3px;
}

.ins-side-body {
  padding: 14px 24px;
}

.topic-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  margin: 4px 0;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}

.topic-item:hover {
  background: rgba(0, 82, 240, 0.05);
}

.topic-item.active {
  background: rgba(0, 82, 240, 0.08);
}

.topic-item.active .topic-name {
  color: #0052F0;
  font-weight: 700;
}

.topic-name {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 12px;
}

.topic-count {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 700;
  background: #f3f4f6;
  padding: 3px 9px;
  border-radius: 8px;
}

.ins-nl-card {
  background: linear-gradient(135deg, #111827, #1f2937);
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ins-nl-card h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ins-nl-card p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
  line-height: 1.6;
}

.ins-nl-input {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0 16px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 12px;
  outline: none;
  transition: all 0.2s;
}

.ins-nl-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #0052F0;
}

.ins-nl-btn {
  width: 100%;
  height: 48px;
  background: #0052F0;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s;
}

.ins-nl-btn:hover {
  background: #0045cc;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 82, 240, 0.4);
}

.side-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin: 6px 0;
  border-radius: 12px;
  text-decoration: none;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
}

.side-link:hover {
  background: #fff;
  color: #0052F0;
  border-color: #0052F0;
  box-shadow: 0 4px 12px rgba(0, 82, 240, 0.08);
  transform: translateX(4px);
}

.side-link .link-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.2s;
}

.side-link:hover .link-icon {
  background: #0052F0;
  color: #fff;
}

.link-arrow {
  margin-left: auto;
  opacity: 0.3;
  transition: transform 0.2s;
}

.side-link:hover .link-arrow {
  opacity: 1;
  transform: translateX(3px);
}

@media(max-width:1024px) {
  .ins-grid {
    grid-template-columns: 1fr;
  }

  .ins-sidebar {
    order: 2;
  }

  .ins-content {
    order: 1;
  }
}

@media(max-width:768px) {
  .ins-featured {
    grid-template-columns: 1fr;
  }

  .ins-cards {
    grid-template-columns: 1fr;
  }

  .ins-horizontal-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px;
  }

  .banner-visual {
    display: none;
  }

  .banner-actions {
    justify-content: center;
    flex-direction: column;
  }
}

@media(max-width:640px) {
  .ins-cards {
    grid-template-columns: 1fr;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   EVENTS PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

body {
  background: #f8f9fc;
}

.ev-hero {
  background: linear-gradient(135deg, #fff, #f0f4ff);
  padding: 72px 0 56px;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}

.ev-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.07), transparent 65%);
  top: -200px;
  right: -120px;
  pointer-events: none;
}

.ev-hero-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 82, 240, 0.08);
  border: 1px solid rgba(0, 82, 240, 0.18);
  color: #003BB0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052F0;
  animation: blink 1.6s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.ev-hero h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #111827;
  letter-spacing: -.4px;
  margin-bottom: 14px;
}

.ev-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #0052F0, #003BB0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ev-hero p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ev-hero-actions {
  display: flex;
  gap: 10px;
}

.btn-ev-primary {
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 4px 16px rgba(0, 82, 240, .28);
  transition: all .2s;
}

.btn-ev-primary:hover {
  transform: translateY(-2px);
}

.btn-ev-outline {
  background: #fff;
  color: #374151;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 22px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all .2s;
}

.btn-ev-outline:hover {
  border-color: #0052F0;
  color: #0052F0;
}

/* Next event box */
.next-event-box {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, .08);
}

.neb-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.neb-badge {
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
  color: #15803d;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
}

.article-body {
  font-size: 19px;
  line-height: 1.8;
  color: #374151;
  font-weight: 400;
}

.article-body p {
  margin-bottom: 28px;
}

.article-body h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
  margin: 56px 0 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.article-body h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 40px 0 20px;
  line-height: 1.3;
}

.article-body ul,
.article-body ol {
  margin-bottom: 28px;
  padding-left: 24px;
}

.article-body li {
  margin-bottom: 12px;
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 40px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.article-body blockquote {
  border-left: 5px solid var(--primary);
  padding: 24px 40px;
  margin: 48px 0;
  background: #f8fafc;
  font-style: italic;
  color: #1e293b;
  border-radius: 0 16px 16px 0;
  font-size: 22px;
  line-height: 1.6;
}

.article-body blockquote p:last-child {
  margin-bottom: 0;
}

.neb-label {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
}

.neb-date {
  font-size: 28px;
  font-weight: 900;
  color: #111827;
  margin-bottom: 4px;
}

.neb-name {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.neb-venue {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.neb-progress {
  margin-bottom: 12px;
}

.neb-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 5px;
}

.neb-bar {
  height: 6px;
  background: #f3f4f6;
  border-radius: 3px;
  overflow: hidden;
}

.neb-fill {
  height: 100%;
  background: linear-gradient(90deg, #0052F0, #4d88ff);
  border-radius: 3px;
  width: 68%;
}

/* Stats strip */
.ev-strip {
  background: #fff;
  border-bottom: 1px solid #e8ecf4;
}

.ev-strip-inner {
  display: flex;
  border-left: 1px solid #e8ecf4;
  border-right: 1px solid #e8ecf4;
}

.ev-strip-item {
  flex: 1;
  padding: 22px 24px;
  border-right: 1px solid #e8ecf4;
}

.ev-strip-item:last-child {
  border-right: none;
}

.ev-strip-num {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
}

.ev-strip-lbl {
  font-size: 12.5px;
  color: #6b7280;
  margin-top: 2px;
}

/* Main grid */
.ev-section {
  padding: 60px 0 80px;
}

.ev-section h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.ev-section .ev-sub {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 40px;
}

.ev-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

.ev-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ev-card {
  background: #fff;
  border: 1.5px solid #e5e9f4;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all .2s;
  text-decoration: none;
}

.ev-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .07);
  border-color: rgba(0, 82, 240, .18);
}

.ev-date-box {
  text-align: center;
  min-width: 64px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #0052F0, #003BB0);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 3px 12px rgba(0, 82, 240, .25);
}

.ev-date-month {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .8px;
  text-transform: uppercase;
}

.ev-date-day {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.ev-date-year {
  font-size: 10px;
  color: rgba(255, 255, 255, .7);
}

.ev-card-body {
  flex: 1;
}

.ev-card-tags {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.ev-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 8px;
}

.tag-open {
  background: rgba(34, 197, 94, .1);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, .2);
}

.tag-limited {
  background: rgba(245, 158, 11, .1);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, .2);
}

.tag-soon {
  background: rgba(99, 102, 241, .1);
  color: #4338ca;
  border: 1px solid rgba(99, 102, 241, .2);
}

.tag-early {
  background: rgba(20, 184, 166, .1);
  color: #0f766e;
  border: 1px solid rgba(20, 184, 166, .2);
}

.tag-tba {
  background: #f3f4f6;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.tag-regional {
  background: rgba(59, 130, 246, .1);
  color: #1d4ed8;
  border: 1px solid rgba(59, 130, 246, .2);
}

.ev-card-name {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 5px;
}

.ev-card-venue {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ev-card-actions {
  display: flex;
  gap: 8px;
}

.btn-ev-register {
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 9px 18px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}

.btn-ev-register:hover {
  box-shadow: 0 4px 14px rgba(0, 82, 240, .32);
}

.btn-ev-notify {
  background: #f9fafb;
  color: #374151;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .18s;
}

.btn-ev-notify:hover {
  border-color: #0052F0;
  color: #0052F0;
}

/* Sidebar */
.ev-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ev-side-card {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.ev-side-card-header {
  background: linear-gradient(135deg, #111827, #1f2937);
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}

.ev-side-card-header::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(0, 82, 240, .18);
  top: -50px;
  right: -40px;
}

.ev-side-card-header h3 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  position: relative;
}

.ev-side-card-header p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .55);
  position: relative;
}

.ev-side-card-body {
  padding: 18px;
}

/* Newsletter card */
.nl-card {
  background: linear-gradient(135deg, rgba(0, 82, 240, .04), rgba(0, 82, 240, .01));
  border: 1.5px solid rgba(0, 82, 240, .12);
  border-radius: 16px;
  padding: 22px;
}

.nl-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.nl-card p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 14px;
}

.nl-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nl-input {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 13.5px;
  color: #111827;
  outline: none;
}

.nl-input:focus {
  border-color: #0052F0;
}

.nl-btn {
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 11px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}

.nl-btn:hover {
  box-shadow: 0 4px 14px rgba(0, 82, 240, .28);
}

.nl-meta {
  font-size: 11.5px;
  color: #9ca3af;
  margin-top: 8px;
  text-align: center;
}

/* Past events */
.past-ev-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}

.past-ev-item:last-child {
  border-bottom: none;
}

.past-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.past-name {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
}

.past-date {
  font-size: 11.5px;
  color: #9ca3af;
}

.past-att {
  font-size: 12px;
  font-weight: 700;
  color: #22c55e;
  margin-left: auto;
}

@media(max-width:900px) {
  .ev-hero-inner {
    grid-template-columns: 1fr;
  }

  .next-event-box {
    display: none;
  }

  .ev-grid {
    grid-template-columns: 1fr;
  }

  .ev-strip-inner {
    flex-wrap: wrap;
  }

  .ev-strip-item {
    flex: 0 0 50%;
    border-bottom: 1px solid #e8ecf4;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OPPORTUNITIES PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

body {
  background: #f8f9fc;
}

/* ── Hero ── */
.opp-hero {
  background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
  padding: 64px 0 48px;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}

.opp-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, 0.07), transparent 65%);
  top: -180px;
  right: -100px;
  pointer-events: none;
}

.opp-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.05), transparent 70%);
  bottom: -100px;
  left: -60px;
  pointer-events: none;
}

.opp-hero .container {
  position: relative;
  z-index: 1;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 82, 240, 0.08);
  border: 1px solid rgba(0, 82, 240, 0.18);
  color: #003BB0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052F0;
  animation: blink 1.6s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.opp-hero h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #111827;
  letter-spacing: -.4px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.opp-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #0052F0, #003BB0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.opp-hero p {
  font-size: 16px;
  color: #6b7280;
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.hero-quick-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.hqs-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
}

.hqs-num {
  font-size: 18px;
  font-weight: 800;
  color: #0052F0;
}

/* ── Sticky Filter Bar ── */
.filter-bar {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 12px 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

.filter-bar-inner {
  padding: 12px 0;
}

.filter-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.filter-fld {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-lbl {
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-left: 4px;
}

.filter-input,
.filter-select {
  background: #ffffff;
  border: 1.5px solid #f1f5f9;
  border-radius: 12px;
  padding: 11px 34px 11px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  outline: none;
  transition: all .2s;
  appearance: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px;
}

.filter-select option {
  background: #ffffff;
  color: #1e293b;
  padding: 12px;
}

.filter-input:focus,
.filter-select:focus {
  border-color: var(--ph-blue);
  background-color: #ffffff;
  /* Prevents dark background from global styles */
  box-shadow: 0 0 0 3px rgba(0, 56, 168, 0.1);
}

.filter-search-wrap {
  position: relative;
  flex: 1;
  min-width: 220px;
}

.filter-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

.filter-input.search-input {
  padding-left: 38px;
  width: 100%;
}

.filter-clear {
  background: none;
  border: none;
  color: var(--ph-blue);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 10px;
  transition: all .18s;
  white-space: nowrap;
  font-family: inherit;
}

.filter-clear:hover {
  background: rgba(0, 56, 168, 0.06);
}

.filter-count {
  font-size: 13px;
  color: #9ca3af;
  margin-left: auto;
  white-space: nowrap;
}

.filter-count strong {
  color: #111827;
}

/* Category tabs */
.cat-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: none;
}

.cat-tabs::-webkit-scrollbar {
  display: none;
}

.cat-tab {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: #6b7280;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .18s;
  border: 1.5px solid transparent;
}

.cat-tab:hover {
  color: #0052F0;
  background: rgba(0, 82, 240, .05);
  border-color: rgba(0, 82, 240, .12);
}

.cat-tab.active {
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(0, 82, 240, .25);
}

/* ── Grid ── */
.opp-section {
  padding: 48px 0 72px;
}

.opp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

/* ── Card ── */
.opp-card {
  background: #fff;
  border: 1.5px solid #e5e9f4;
  border-radius: 18px;
  overflow: hidden;
  transition: all .22s;
  display: flex;
  flex-direction: column;
  position: relative;
}

.opp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 82, 240, .2);
}

.card-badge-wrap {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 5px;
  z-index: 1;
}

.card-badge {
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 10px;
}

.badge-featured {
  background: rgba(0, 82, 240, .1);
  color: #003BB0;
  border: 1px solid rgba(0, 82, 240, .2);
}

.badge-hot {
  background: rgba(245, 158, 11, .1);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, .2);
}

.badge-new {
  background: rgba(34, 197, 94, .1);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, .2);
}

.badge-international {
  background: rgba(99, 102, 241, .1);
  color: #4338ca;
  border: 1px solid rgba(99, 102, 241, .2);
}

.card-top {
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #e8ecf4;
}

.card-emoji {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.card-brand-name {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 4px;
}

.card-category-label {
  font-size: 12px;
  color: #0052F0;
  font-weight: 600;
}

.card-body {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #f9fafb;
}

.card-stat-row:last-of-type {
  border-bottom: none;
}

.csr-label {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}

.csr-value {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.card-invest {
  font-size: 15px;
  font-weight: 800;
  color: #0052F0;
  background: rgba(0, 82, 240, .06);
  border: 1px solid rgba(0, 82, 240, .12);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  margin-top: 4px;
}

.card-cta {
  display: block;
  text-align: center;
  padding: 11px;
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 12px;
  margin-top: auto;
  transition: all .2s;
  box-shadow: 0 2px 10px rgba(0, 82, 240, .2);
}

.card-cta:hover {
  box-shadow: 0 6px 20px rgba(0, 82, 240, .35);
}

/* ── Empty State ── */
.opp-empty {
  text-align: center;
  padding: 72px 0;
  display: none;
}

.opp-empty-icon {
  font-size: 56px;
  margin-bottom: 14px;
}

.opp-empty h3 {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.opp-empty p {
  color: #9ca3af;
  font-size: 15px;
}

.opp-empty button {
  margin-top: 16px;
  background: #0052F0;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@media(max-width:640px) {
  .opp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .filter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-count {
    margin-left: 0;
  }
}

@media(max-width:420px) {
  .opp-grid {
    grid-template-columns: 1fr;
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OPPORTUNITY-DETAIL PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

body {
  background: #f8f9fc;
}

/* ── Breadcrumb ── */
.detail-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e8ecf4;
  padding: 12px 0;
}

.detail-breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #9ca3af;
}

.detail-breadcrumb-inner a {
  color: #9ca3af;
  text-decoration: none;
  transition: color .15s;
}

.detail-breadcrumb-inner a:hover {
  color: #0052F0;
}

.detail-breadcrumb-inner span {
  color: #374151;
  font-weight: 600;
}

/* ── Hero Banner ── */
.detail-hero {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  padding: 48px 0;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
  overflow: hidden;
}

.detail-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 240, .22), transparent 65%);
  top: -180px;
  right: -100px;
}

.detail-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .04), transparent 70%);
  bottom: -80px;
  left: -60px;
}

.detail-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.detail-brand-logo {
  flex-shrink: 0;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-brand-logo img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .detail-hero-inner {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
  }

  .detail-brand-logo {
    width: 120px;
    height: 120px;
    padding: 8px;
  }

  .detail-brand-logo img {
    width: 104px;
    height: 104px;
  }

  .detail-brand-logo {
    margin: 0 auto !important;
  }

  .detail-hero-badges {
    justify-content: center !important;
  }
}

.detail-brand-info {
  flex: 1;
}

.detail-brand-logo {
  margin: 0;
}

.detail-hero-badges {
  justify-content: flex-start;
}

.detail-brand-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  border: 1.5px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
}

.detail-brand-info {
  flex: 1;
}

.detail-category-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.detail-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -.4px;
}

.detail-hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dhb {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 10px;
}

.dhb-featured {
  background: rgba(0, 82, 240, .2);
  border: 1px solid rgba(0, 82, 240, .3);
  color: #7aa8ff;
}

.dhb-outlets {
  background: rgba(34, 197, 94, .15);
  border: 1px solid rgba(34, 197, 94, .25);
  color: #6ee7b7;
}

.dhb-location {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .8);
}

/* ── Quick Stats bar ── */
.detail-stats-bar {
  background: #fff;
  border-bottom: 2px solid #e8ecf4;
}

.detail-stats-inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .ds-item {
    flex: 0 0 33.333%;
    border-bottom: 1px solid #e8ecf4;
  }

  .ds-item:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .ds-item {
    flex: 0 0 50%;
  }

  .ds-item:nth-child(2n) {
    border-right: none;
  }

  .ds-item:nth-child(3n) {
    border-right: 1px solid #e8ecf4;
  }
}

.ds-item {
  flex: 1;
  text-align: center;
  padding: 20px 12px;
  border-right: 1px solid #e8ecf4;
  transition: background .15s;
}

.ds-item:last-child {
  border-right: none;
}

.ds-item:hover {
  background: #fff8f8;
}

.ds-num {
  font-size: 20px;
  font-weight: 800;
  color: #0052F0;
  margin-bottom: 3px;
}

.ds-lbl {
  font-size: 11.5px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
}

/* ── Main layout ── */
.detail-main {
  padding: 48px 0 80px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}

@media (max-width: 1199px) {
  .detail-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
}

/* ── Content ── */
.detail-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dc-card {
  background: #fff;
  border: 1.5px solid #e5e9f4;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.dc-card-header {
  padding: 20px 24px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dc-card-header h2 {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
}

.dc-card-body {
  padding: 20px 24px;
}

.dc-card-body p {
  font-size: 15px;
  color: #374151;
  line-height: 1.8;
}

/* Spec grid */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.spec-item {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  transition: all .18s;
}

.spec-item:hover {
  border-color: rgba(0, 82, 240, .2);
  background: rgba(0, 82, 240, .03);
}

.spec-label {
  font-size: 10.5px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 5px;
}

.spec-value {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
}

.spec-value.highlight {
  color: #0052F0;
}

/* Two column list */
.two-col-lists {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.list-section h3 {
  font-size: 14.5px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.check-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: #374151;
  line-height: 1.55;
}

.check-list li::before {
  content: "✓";
  color: #22c55e;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Tabs for additional info */
.dc-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #f3f4f6;
  overflow-x: auto;
  scrollbar-width: none;
}

.dc-tab {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: #9ca3af;
  padding: 12px 20px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all .18s;
}

.dc-tab.active,
.dc-tab:hover {
  color: #0052F0;
  border-bottom-color: #0052F0;
}

.dc-tab-content {
  display: none;
  padding: 20px 0;
}

.dc-tab-content.active {
  display: block;
}

/* Similar cards */
.similar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.sim-card {
  background: #fff;
  border: 1.5px solid #e5e9f4;
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: all .2s;
  text-decoration: none;
}

.sim-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  border-color: rgba(0, 82, 240, .18);
}

.sim-emoji {
  font-size: 28px;
  margin-bottom: 8px;
}

.sim-name {
  font-size: 13.5px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 3px;
}

.sim-range {
  font-size: 12px;
  color: #0052F0;
  font-weight: 600;
}

/* ── Inquiry sidebar ── */
.inquiry-card {
  background: #fff;
  border: 1.5px solid #e5e9f4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(0, 0, 0, .08);
  position: sticky;
  top: 90px;
}

.inquiry-header {
  background: linear-gradient(135deg, #111827, #1f2937);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.inquiry-header::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(0, 82, 240, .2);
  top: -50px;
  right: -40px;
}

.inquiry-header h2 {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
}

.inquiry-header p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  position: relative;
}

.inquiry-body {
  padding: 22px;
}

.iq-field {
  margin-bottom: 14px;
}

.iq-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
  letter-spacing: .2px;
}

.iq-input {
  width: 100%;
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 13.5px;
  color: #111827;
  outline: none;
  transition: all .2s;
  appearance: none;
  box-sizing: border-box;
}

.iq-input:focus {
  border-color: #0052F0;
  box-shadow: 0 0 0 3px rgba(0, 82, 240, .09);
  background: #fff;
}

.iq-btn {
  width: 100%;
  background: linear-gradient(135deg, #0052F0, #003BB0);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 6px;
  transition: all .2s;
  box-shadow: 0 4px 16px rgba(0, 82, 240, .28);
}

.iq-btn:hover {
  box-shadow: 0 8px 28px rgba(0, 82, 240, .38);
  transform: translateY(-1px);
}

.iq-privacy {
  font-size: 11.5px;
  color: #9ca3af;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}

.iq-privacy a {
  color: #9ca3af;
}

/* Trust badges */
.trust-badges {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.trust-badge {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 11.5px;
  color: #374151;
  font-weight: 600;
}

/* Share bar */
.share-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-top: 1px solid #f3f4f6;
  background: #fafafa;
}

.share-label {
  font-size: 12.5px;
  color: #9ca3af;
  font-weight: 600;
}

.share-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-btn {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .18s;
  text-decoration: none;
}

.share-btn:hover {
  border-color: #0052F0;
  transform: scale(1.1);
}

@media(max-width:960px) {
  .detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .similar-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .inquiry-card {
    position: static;
  }
}

@media(max-width:640px) {
  .spec-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .two-col-lists {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-stats-inner {
    flex-wrap: wrap;
  }

  .ds-item {
    flex: 0 0 50%;
    border-bottom: 1px solid #e8ecf4;
  }
}

/* ══════════════════════════════════════════════
   INSIGHT DETAIL (ARTICLE VIEW)
══════════════════════════════════════════════ */
.insight-detail {
  background: #fff;
  padding: 80px 0;
  min-height: 100vh;
}

.article-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-header {
  text-align: center;
  margin-bottom: 48px;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  margin-bottom: 24px;
}

.article-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s;
}

.article-breadcrumb a:hover {
  color: var(--primary);
}

.article-breadcrumb .sep {
  font-size: 10px;
  opacity: 0.5;
}

.article-title {
  font-size: 48px;
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f1f5f9;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
  font-weight: 500;
}

.article-breadcrumb i {
  font-size: 11px;
  margin-right: 4px;
  opacity: 0.8;
}

.article-breadcrumb .meta-cat i {
  color: var(--primary);
}

.meta-item .icon {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}

.meta-item i {
  color: var(--primary);
}

.meta-item.cat {
  color: var(--primary);
}

.article-featured {
  margin: 48px 0;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.article-featured img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.article-featured:hover img {
  transform: scale(1.02);
}

.article-body {
  font-size: 19px;
  line-height: 1.8;
  color: #374151;
  font-weight: 400;
  text-align: left;
}

.article-body p {
  margin-bottom: 28px;
}

.article-body h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111827;
  margin: 56px 0 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.article-body h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 40px 0 20px;
  line-height: 1.3;
}

.article-body ul,
.article-body ol {
  margin-bottom: 28px;
  padding-left: 24px;
}

.article-body li {
  margin-bottom: 12px;
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 40px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.article-body blockquote {
  border-left: 5px solid var(--primary);
  padding: 24px 40px;
  margin: 48px 0;
  background: #f8fafc;
  font-style: italic;
  color: #1e293b;
  border-radius: 0 16px 16px 0;
  font-size: 22px;
  line-height: 1.6;
}

.article-body blockquote p:last-child {
  margin-bottom: 0;
}

.article-footer {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid #f1f5f9;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.share-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
}

.share-btns {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 16px;
}

.share-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 82, 240, 0.2);
}

.article-nav {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .article-title {
    font-size: 32px;
  }

  .article-meta {
    flex-direction: column;
    gap: 12px;
  }

  .insight-detail {
    padding: 40px 0;
  }
}

/* Event Alerts */
.alert-ev {
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  text-align: left;
}

.alert-ev.success {
  background: #f0fdf4;
  color: #166534;
  border-color: #bbf7d0;
}

.alert-ev.error {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

/* Similar Opportunities Cards */
.sim-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}

.sim-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-color: var(--primary);
}

.sim-emoji {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.sim-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 4px;
}

.sim-range {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
}

/* ── Social Share Buttons ── */
.share-bar,
.article-share {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #f1f4f9;
}

.share-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

.share-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.share-btn.fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.share-btn.tw:hover {
  background: #1da1f2;
  border-color: #1da1f2;
}

.share-btn.wa:hover {
  background: #25d366;
  border-color: #25d366;
}

.share-btn.li:hover {
  background: #0077b5;
  border-color: #0077b5;
}

.share-btn.copy:hover {
  background: #0038a8;
  border-color: #0038a8;
}

.share-box {
  background: #ffffff;
  border: 1.5px solid #e5e9f4;
  border-radius: 20px;
  padding: 18px 24px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 56, 168, 0.04);
}

.share-label {
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ── Brand Gallery ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 10px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e9f4;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 56, 168, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 20px;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Lightbox */
.lb-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 24, 39, 0.95);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 40px;
}

.lb-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.lb-img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.lb-wrap.active .lb-img {
  transform: scale(1);
}

.lb-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s;
}

.lb-close:hover {
  background: #e01e2e;
  transform: rotate(90deg);
}