/* ═══════════════════════════════════════════════════════
   MNBDS – Shared Stylesheet
   Colors: Bangladesh Green #006A4E · Red #F42A41
            Minnesota Blue #003865 · Gold #FFC72C
═══════════════════════════════════════════════════════ */

/* ── Variables ─────────────────────────────────────── */
:root {
  --bd-green:   #006A4E;
  --bd-red:     #F42A41;
  --mn-blue:    #003865;
  --mn-gold:    #FFC72C;
  --white:      #FFFFFF;
  --off-white:  #F8F7F2;
  --gray-light: #EEF0F3;
  --gray:       #6B7280;
  --dark:       #0D1B2A;
  --radius:     12px;
  --shadow:     0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:  0 12px 48px rgba(0,0,0,0.18);
}

/* ── Reset ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--dark); line-height: 1.6; overflow-x: hidden; }
img  { display: block; max-width: 100%; }
a    { text-decoration: none; color: inherit; }

/* ── Utility ───────────────────────────────────────── */
.container    { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section      { padding: 68px 0; }
.section-title { font-family: 'Fraunces', serif; font-size: clamp(2rem,4vw,3rem); font-weight: 900; line-height: 1.15; }
.section-sub   { font-size: 1rem; color: var(--gray); margin-top: 12px; max-width: 560px; }
.text-center   { text-align: center; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }

.tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 14px; border-radius: 999px; }
.tag-green { background: rgba(0,106,78,0.12);  color: var(--bd-green); }
.tag-red   { background: rgba(244,42,65,0.12); color: var(--bd-red); }
.tag-blue  { background: rgba(0,56,101,0.12);  color: var(--mn-blue); }
.tag-gold  { background: rgba(255,199,44,0.22); color: #7A5A00; }
.tag-white { background: rgba(255,255,255,0.18); color: var(--white); }

/* ── Modern section label pill ─────────────────────── */
.sec-label {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px 6px 10px; border-radius: 999px;
  border: 1px solid currentColor;
}
.sec-label svg { width: 13px; height: 13px; flex-shrink: 0; stroke-width: 2; }
.sl-green  { background: rgba(0,106,78,0.08);  color: #006A4E; border-color: rgba(0,106,78,0.25); }
.sl-blue   { background: rgba(0,56,101,0.08);  color: #003865; border-color: rgba(0,56,101,0.25); }
.sl-gold   { background: rgba(255,199,44,0.12); color: #7a5800; border-color: rgba(255,199,44,0.4); }
.sl-red    { background: rgba(244,42,65,0.08);  color: #c41e36; border-color: rgba(244,42,65,0.25); }
.sl-white  { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.25); }

.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.92rem; padding: 14px 28px; border-radius: 999px; cursor: pointer; border: none; font-family: 'Plus Jakarta Sans', sans-serif; transition: transform 0.18s, box-shadow 0.18s, opacity 0.18s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.btn-primary { background: var(--bd-red);   color: var(--white); }
.btn-outline  { background: transparent;    border: 2px solid var(--white); color: var(--white); }
.btn-gold     { background: var(--mn-gold); color: var(--mn-blue); }
.btn-green    { background: var(--bd-green); color: var(--white); }
.btn-dark     { background: var(--mn-blue); color: var(--white); }
.btn-sm       { padding: 10px 20px; font-size: 0.84rem; }

/* ── Topbar ────────────────────────────────────────── */
.topbar { background: var(--mn-blue); color: var(--mn-gold); font-size: 0.8rem; font-weight: 600; padding: 8px 0; text-align: center; letter-spacing: 0.04em; }
.topbar a { color: var(--mn-gold); border-bottom: 1px solid rgba(255,199,44,0.4); }

/* ── Navbar ────────────────────────────────────────── */
nav { position: sticky; top: 0; z-index: 999; background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-logo-ring {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bd-green) 50%, var(--bd-red) 50%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 900; color: var(--white); flex-shrink: 0;
}
.nav-logo-img {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.nav-brand-text { line-height: 1.2; }
.nav-brand-text strong { display: block; font-size: 1.05rem; font-weight: 800; color: var(--mn-blue); }
.nav-brand-text span   { font-size: 0.72rem; color: var(--gray); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { font-size: 0.88rem; font-weight: 600; color: var(--mn-blue); padding: 8px 14px; border-radius: 8px; transition: background 0.15s, color 0.15s; }
.nav-links a:hover { background: var(--gray-light); color: var(--bd-green); }
.nav-links a.active { color: var(--bd-green); background: rgba(0,106,78,0.08); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 26px; height: 2.5px; background: var(--mn-blue); border-radius: 2px; transition: all 0.2s; }

/* ── Mobile Nav ────────────────────────────────────── */
.mobile-nav { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000; }
.mobile-nav.open { display: flex; }
.mobile-nav-panel { background: var(--white); width: 280px; height: 100%; padding: 28px 24px; display: flex; flex-direction: column; gap: 6px; }
.mobile-nav-close { align-self: flex-end; font-size: 1.5rem; cursor: pointer; color: var(--gray); margin-bottom: 16px; }
.mobile-nav-panel a { display: block; padding: 12px 16px; border-radius: 10px; font-weight: 600; color: var(--mn-blue); font-size: 1rem; }
.mobile-nav-panel a:hover, .mobile-nav-panel a.active { background: var(--gray-light); color: var(--bd-green); }

/* ── Divider Strip ─────────────────────────────────── */
.divider-strip { height: 6px; background: linear-gradient(90deg, var(--mn-blue) 0%, var(--bd-green) 33%, var(--bd-red) 66%, var(--mn-gold) 100%); }

/* ── Page Hero (inner pages) ───────────────────────── */
.page-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--mn-blue) 0%, #004466 40%, var(--bd-green) 100%);
}
.page-hero-bg::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,42,65,0.15) 0%, transparent 70%);
  top: -100px; right: -80px;
}
.page-hero-bg::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,199,44,0.12) 0%, transparent 70%);
  bottom: -60px; left: 60px;
}
.page-hero-pattern {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='0' cy='0' r='40' fill='none' stroke='%23ffffff' stroke-width='0.7' stroke-opacity='0.06'/%3E%3Ccircle cx='80' cy='0' r='40' fill='none' stroke='%23ffffff' stroke-width='0.7' stroke-opacity='0.06'/%3E%3Ccircle cx='0' cy='80' r='40' fill='none' stroke='%23ffffff' stroke-width='0.7' stroke-opacity='0.06'/%3E%3Ccircle cx='80' cy='80' r='40' fill='none' stroke='%23ffffff' stroke-width='0.7' stroke-opacity='0.06'/%3E%3Ccircle cx='40' cy='40' r='40' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.04'/%3E%3Cpolygon points='40,33.5 41.1,37.4 44.6,35.4 42.6,38.9 46.5,40 42.6,41.1 44.6,44.6 41.1,42.6 40,46.5 38.9,42.6 35.4,44.6 37.4,41.1 33.5,40 37.4,38.9 35.4,35.4 38.9,37.4' fill='%23ffffff' fill-opacity='0.045' stroke='%23ffffff' stroke-width='0.4' stroke-opacity='0.07'/%3E%3C/svg%3E");
  background-size: 80px 80px;
}
.page-hero-content { position: relative; z-index: 2; color: var(--white); }
.page-hero-content .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.page-hero-content .breadcrumb a { color: rgba(255,255,255,0.6); }
.page-hero-content .breadcrumb a:hover { color: var(--mn-gold); }
.page-hero-content .breadcrumb span { color: var(--mn-gold); }
.page-hero-content h1 { font-family: 'Fraunces', serif; font-size: clamp(2.2rem,5vw,3.6rem); font-weight: 900; line-height: 1.1; margin-bottom: 14px; }
.page-hero-content p  { font-size: 1.05rem; color: rgba(255,255,255,0.8); max-width: 540px; }
.page-hero-flag { display: flex; gap: 10px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.flag-pill {
  display: inline-flex; align-items: center;
  background: none;
  border: none;
  padding: 0;
}
.flag-svg {
  width: 44px; height: 28px; border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  display: block; flex-shrink: 0;
}
/* retained for footer-flag / flag-strip usage */
.fbd-g { width: 20px; background: var(--bd-green); }
.fbd-r { width: 9px;  background: var(--bd-red); }
.fmn-b { width: 20px; background: rgba(255,255,255,0.5); margin-left: 8px; }
.fmn-g { width: 9px;  background: var(--mn-gold); }

/* ── Event Cards ───────────────────────────────────── */
.events-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.event-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform 0.22s, box-shadow 0.22s; }
.event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.event-card-img { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; position: relative; overflow: hidden; }
.ec-1 { background: linear-gradient(135deg, #006A4E 0%, #00a374 100%); }
.ec-2 { background: linear-gradient(135deg, #003865 0%, #0063b2 100%); }
.ec-3 { background: linear-gradient(135deg, #7A0020 0%, var(--bd-red) 100%); }
.ec-4 { background: linear-gradient(135deg, #5a3e00 0%, var(--mn-gold) 100%); }
.ec-5 { background: linear-gradient(135deg, #2e004a 0%, #8B5CF6 100%); }
.ec-6 { background: linear-gradient(135deg, #003865 0%, var(--bd-green) 100%); }
.ec-7 { background: linear-gradient(135deg, #004d3a 0%, #006A4E 100%); }
.ec-8 { background: linear-gradient(135deg, #1a0033 0%, #6D28D9 100%); }
.event-card-body { padding: 22px 24px 28px; }
.event-card-body .tag { margin-bottom: 10px; }
.event-card-body h3 { font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 700; color: var(--mn-blue); margin-bottom: 8px; }
.event-card-body p  { font-size: 0.88rem; color: var(--gray); margin-bottom: 16px; }
.event-card-meta { display: flex; gap: 14px; font-size: 0.8rem; font-weight: 600; color: var(--bd-green); margin-bottom: 18px; flex-wrap: wrap; }
.event-card-meta span { display: flex; align-items: center; gap: 5px; }
.event-card-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--gray-light); padding-top: 16px; }
.event-price { font-size: 1.1rem; font-weight: 800; color: var(--mn-blue); }
.event-price small { font-size: 0.72rem; font-weight: 500; color: var(--gray); display: block; }

.event-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.5fr; }
.event-card.featured .event-card-img { height: 100%; min-height: 280px; font-size: 5rem; }
.event-card.featured .event-card-body { padding: 36px 40px; display: flex; flex-direction: column; justify-content: center; }
.event-card.featured h3 { font-size: 1.8rem; }
.featured-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--mn-gold); color: var(--mn-blue); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; margin-bottom: 16px; width: fit-content; }

/* ── Sponsors ──────────────────────────────────────── */
.sponsors-section { background: var(--white); padding: 64px 0; }
.sponsors-title { text-align: center; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); margin-bottom: 36px; }
.sponsors-row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.sponsor-logo { height: 44px; background: var(--gray-light); border-radius: 8px; padding: 8px 20px; display: flex; align-items: center; font-size: 0.82rem; font-weight: 700; color: var(--gray); letter-spacing: 0.04em; transition: opacity 0.2s; }
.sponsor-logo:hover { opacity: 0.7; }

/* ── Newsletter ────────────────────────────────────── */
.newsletter { background: var(--mn-gold); padding: 64px 0; }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.newsletter-text h3 { font-family: 'Fraunces', serif; font-size: 1.8rem; font-weight: 900; color: var(--mn-blue); }
.newsletter-text p  { font-size: 0.95rem; color: rgba(0,56,101,0.75); margin-top: 6px; }
.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input { padding: 14px 20px; border-radius: 999px; border: 2px solid rgba(0,56,101,0.2); font-size: 0.92rem; outline: none; min-width: 280px; font-family: 'Plus Jakarta Sans', sans-serif; }
.newsletter-form input:focus { border-color: var(--mn-blue); }

/* ── Footer ────────────────────────────────────────── */
footer { background: #1c1f23; border-top: 1px solid rgba(255,255,255,0.08); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand .nav-logo-ring { width: 52px; height: 52px; font-size: 1.2rem; margin-bottom: 16px; }
.footer-brand .nav-logo-img  { width: 64px; height: 64px; margin-bottom: 16px; }
.footer-brand h3 { font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.footer-brand p  { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 280px; }
.footer-col h4   { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mn-gold); margin-bottom: 20px; }
.footer-col ul   { list-style: none; }
.footer-col li   { margin-bottom: 10px; }
.footer-col a    { font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; font-size: 0.8rem; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 12px; }
.footer-flag   { display: flex; align-items: center; gap: 10px; }
.flag-strip    { display: flex; gap: 4px; align-items: center; }
.flag-strip .fbd-g { width: 20px; height: 13px; border-radius: 2px; background: var(--bd-green); }
.flag-strip .fbd-r { width: 9px;  height: 13px; border-radius: 2px; background: var(--bd-red); }
.flag-strip .fmn-b { width: 20px; height: 13px; border-radius: 2px; background: rgba(255,255,255,0.25); margin-left: 8px; }
.flag-strip .fmn-g { width: 9px;  height: 13px; border-radius: 2px; background: var(--mn-gold); }

.social-links { display: flex; gap: 12px; margin-top: 20px; }
.social-btn { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--white); transition: background 0.2s, transform 0.2s; cursor: pointer; }
.social-btn:hover { background: var(--mn-gold); color: var(--mn-blue); transform: translateY(-2px); }

/* ── Scroll-to-top ─────────────────────────────────── */
.scroll-top { position: fixed; bottom: 28px; right: 28px; z-index: 998; width: 48px; height: 48px; background: var(--bd-red); color: var(--white); border-radius: 50%; display: none; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: var(--shadow-lg); cursor: pointer; transition: transform 0.2s; }
.scroll-top:hover { transform: translateY(-3px); }

/* ── Animations ────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-up    { animation: fadeUp 0.6s ease both; }
.delay-1    { animation-delay: 0.1s; }
.delay-2    { animation-delay: 0.2s; }
.delay-3    { animation-delay: 0.3s; }

/* ── Responsive ────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .event-card.featured { grid-template-columns: 1fr; }
  .event-card.featured .event-card-img { height: 220px; }
  .event-card.featured .event-card-body { padding: 28px 28px 32px; }
}
@media (max-width: 768px) {
  .section { padding: 48px 0; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .newsletter-inner { flex-direction: column; align-items: flex-start; }
  .newsletter-form input { min-width: 240px; }
  .page-hero { min-height: 240px; }
}


/* ── Liquid Metal Button (from buttonborder.txt) ───── */
.btn-metal {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 13px 28px;
  border-radius: 100px;
  background: linear-gradient(180deg, #202020 0%, #080808 100%);
  color: rgba(210,210,210,0.92);
  font-size: 0.92rem;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08),
    0 9px 9px rgba(0,0,0,0.12),
    0 20px 12px rgba(0,0,0,0.08),
    0 36px 14px rgba(0,0,0,0.02);
  transition: box-shadow 0.18s, transform 0.25s cubic-bezier(0.34,1.56,0.64,1), color 0.2s;
  z-index: 0;
}
/* Animated shimmer border ring */
.btn-metal::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 100px;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(255,255,255,0.6) 60deg,
    rgba(200,200,200,0.4) 120deg,
    transparent 180deg,
    rgba(160,160,160,0.3) 240deg,
    rgba(255,255,255,0.5) 300deg,
    transparent 360deg
  );
  animation: metalSpin 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.btn-metal:hover::before { opacity: 1; }
/* Inner mask to keep the dark background showing */
.btn-metal::after {
  content: '';
  position: absolute;
  inset: 1.5px;
  border-radius: 100px;
  background: linear-gradient(180deg, #202020 0%, #080808 100%);
  z-index: -1;
}
@keyframes metalSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.btn-metal:hover {
  color: rgba(230,230,230,1);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12),
    0 12px 6px rgba(0,0,0,0.05),
    0 8px 5px rgba(0,0,0,0.1),
    0 4px 4px rgba(0,0,0,0.15),
    0 2px 20px rgba(255,255,255,0.04);
  transform: translateY(-2px);
}
.btn-metal:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.4);
}
.btn-metal .metal-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px; height: 20px;
  background: radial-gradient(circle, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
  animation: metalRipple 0.65s ease-out forwards;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
}
@keyframes metalRipple {
  to { transform: translate(-50%, -50%) scale(5); opacity: 0; }
}

/* ── Animated State Icons (from stateicon.txt) ──────── */
/* Hamburger → X animation */
.nav-hamburger span {
  transition: transform 0.32s cubic-bezier(0.32,0.72,0,1), opacity 0.2s, background 0.2s;
  transform-origin: center;
}
.nav-hamburger.nav-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-hamburger.nav-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.nav-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Send icon fly-off animation */
@keyframes sendFly {
  0%   { transform: translate(0,0) scale(1); opacity: 1; }
  60%  { transform: translate(14px,-14px) scale(0.5); opacity: 0; }
  61%  { transform: translate(-6px,6px) scale(0); opacity: 0; }
  100% { transform: translate(0,0) scale(1); opacity: 1; }
}
#submitIcon.sending { animation: sendFly 1.4s cubic-bezier(0.32,0.72,0,1) forwards; }

/* Success checkmark draw */
@keyframes drawCheck { from { stroke-dashoffset: 30; } to { stroke-dashoffset: 0; } }

/* Heart fill bounce */
@keyframes heartBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.3); }
  70%  { transform: scale(0.92); }
  100% { transform: scale(1); }
}

/* Notification bell ring */
@keyframes bellRing {
  0%,100% { transform: rotate(0); }
  20%     { transform: rotate(8deg); }
  40%     { transform: rotate(-8deg); }
  60%     { transform: rotate(6deg); }
  80%     { transform: rotate(-3deg); }
}
