/* ═══════════════════════════════════════════════════════
   NextInRaushan Pro — Design v5.3 CLEAN
   Simple · Professional · Readable · Beautiful
   Philosophy: White & light body, ONE dark hero, clean cards
════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

/* ── Tokens ── */
:root {
  --p:      #6c5ce7;
  --p2:     #a29bfe;
  --p-bg:   #f0eeff;
  --pink:   #e84393;
  --green:  #00b894;
  --gold:   #fdcb6e;
  --ink:    #1a1a2e;
  --ink2:   #2d2d4e;
  --body:   #4a4a6a;
  --light:  #f8f8fe;
  --border: #e8e8f0;
  --white:  #ffffff;
  --wa:     #25d366;
  --r:      12px;
  --r-lg:   20px;
  --shadow: 0 2px 20px rgba(108,92,231,.08);
  --shadow-hover: 0 12px 40px rgba(108,92,231,.15);
  --font:   'Plus Jakarta Sans', 'Poppins', sans-serif;
}

/* ── Base ── */
body { font-family: var(--font); background: #fff; -webkit-font-smoothing: antialiased; color: var(--ink); }
h1,h2,h3,h4 { font-family: var(--font); letter-spacing: -.02em; color: var(--ink); }
p { color: var(--body); line-height: 1.7; }
::selection { background: var(--p-bg); color: var(--p); }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--p2); border-radius: 10px; }

/* ═══════════════════════════════
   OFFER STRIP
═══════════════════════════════ */
.nir-offer-strip {
  background: linear-gradient(90deg, #4c1d95, #6c5ce7, #e84393, #6c5ce7, #4c1d95);
  background-size: 300% 100%;
  animation: strip-anim 8s linear infinite;
  color: #fff; padding: .45rem 1rem; text-align: center;
  font-size: .8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  position: relative; z-index: 9001; flex-wrap: wrap;
}
@keyframes strip-anim { to { background-position: 300% 50%; } }
.nir-offer-strip a { color: #fff; text-decoration: underline; white-space: nowrap; }
.nir-offer-strip-close { position: absolute; right: .75rem; background: none; border: none; color: rgba(255,255,255,.7); font-size: .95rem; cursor: pointer; padding: .2rem .4rem; top: 50%; transform: translateY(-50%); }
.nir-offer-timer { background: rgba(0,0,0,.18); border-radius: 20px; padding: .12rem .65rem; font-size: .73rem; font-weight: 800; white-space: nowrap; }

/* ═══════════════════════════════
   HEADER
═══════════════════════════════ */
.nir-header {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.nir-header.nir-header-sticky { box-shadow: 0 2px 20px rgba(108,92,231,.1); }
.nir-logo-text {
  font-weight: 900; font-size: 1.2rem;
  background: linear-gradient(135deg, var(--p), var(--pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nir-nav-list li a { font-weight: 500; font-size: .88rem; color: var(--ink2); border-radius: 8px; padding: .45rem .85rem; transition: all .2s; }
.nir-nav-list li a:hover { background: var(--p-bg); color: var(--p); }

/* Buttons */
.nir-btn { font-family: var(--font); font-weight: 700; transition: all .22s; }
.nir-btn-primary { background: var(--p); color: #fff; border-radius: 10px; border: none; box-shadow: 0 4px 14px rgba(108,92,231,.3); }
.nir-btn-primary:hover { background: #5a4ed1; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(108,92,231,.38); color: #fff; }
.nir-btn-wa { background: var(--wa); color: #fff; border-radius: 10px; border: none; box-shadow: 0 4px 14px rgba(37,211,102,.25); }
.nir-btn-wa:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.32); color: #fff; }
.nir-btn-outline { border: 2px solid var(--border); color: var(--ink2); background: #fff; border-radius: 10px; }
.nir-btn-outline:hover { border-color: var(--p); color: var(--p); background: var(--p-bg); transform: translateY(-2px); }
.nir-btn-lg { padding: .95rem 2.1rem; font-size: .98rem; border-radius: 12px; }
.nir-btn-sm { padding: .4rem .95rem; font-size: .8rem; border-radius: 8px; }

/* ═══════════════════════════════
   HERO — dark section only
═══════════════════════════════ */
.nir-hero {
  background: var(--ink);
  padding: 6rem 0 5rem;
  position: relative; overflow: hidden;
}
.nir-hero::before {
  content: ''; position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(108,92,231,.2) 0%, transparent 65%);
  top: -150px; left: -100px; pointer-events: none;
}
.nir-hero::after {
  content: ''; position: absolute;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,67,147,.14) 0%, transparent 65%);
  bottom: -100px; right: 5%; pointer-events: none;
}
.nir-hero-inner { position: relative; z-index: 1; }
.nir-hero-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(108,92,231,.18); border: 1px solid rgba(108,92,231,.3);
  color: var(--p2); border-radius: 100px; padding: .35rem 1rem;
  font-size: .77rem; font-weight: 700; margin-bottom: 1.5rem;
}
.nir-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900; line-height: 1.1;
  color: #fff; margin-bottom: 1.25rem; letter-spacing: -.03em;
}
.nir-hero h1 span {
  background: linear-gradient(135deg, var(--p2), var(--pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nir-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.65); line-height: 1.75; max-width: 500px; margin-bottom: 2.25rem; }
.nir-hero-trust span { font-size: .8rem; color: rgba(255,255,255,.5); }
.nir-hero-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); transition: all .25s; }
.nir-hero-card:hover { background: rgba(108,92,231,.12); border-color: rgba(108,92,231,.3); transform: translateY(-4px); }
.nir-hero-card strong { color: #fff; font-size: 1.6rem; font-weight: 900; }
.nir-hero-card span { color: rgba(255,255,255,.5); font-size: .76rem; }

/* ═══════════════════════════════
   TRUST BAR
═══════════════════════════════ */
.nir-trust-bar { background: var(--ink2); border: none; padding: .85rem 0; }
.nir-trust-item { color: rgba(255,255,255,.55); font-size: .82rem; font-weight: 600; }

/* ═══════════════════════════════
   SECTIONS — clean light backgrounds
═══════════════════════════════ */
.nir-section { padding: 5rem 0; background: #fff; }
section[style*="background:#f9fafb"], section[style*="background: #f9fafb"] { background: var(--light) !important; }
.nir-section-title { margin-bottom: 2.75rem; }
.nir-section-title h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900; color: var(--ink); margin-bottom: .65rem; }
.nir-section-title p { color: var(--body); font-size: 1rem; }
.nir-badge-label { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: .32rem .9rem; border-radius: 100px; background: var(--p-bg); color: var(--p); border: 1px solid rgba(108,92,231,.18); display: inline-block; }

/* ═══════════════════════════════
   SERVICE CARDS
═══════════════════════════════ */
.nir-services-grid { gap: 1.1rem; }
.nir-service-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg);
  padding: 2rem 1.75rem; transition: all .25s; position: relative; overflow: hidden;
}
.nir-service-card:hover { border-color: var(--p); transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.nir-service-card:hover .nir-service-icon { transform: scale(1.08); }
.nir-service-icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: var(--p-bg); border: 1px solid rgba(108,92,231,.14);
  font-size: 1.5rem; margin-bottom: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s;
}
.nir-service-card h3 { font-size: 1rem; font-weight: 800; color: var(--ink); margin-bottom: .45rem; }
.nir-service-card p { font-size: .87rem; color: var(--body); line-height: 1.65; margin-bottom: .85rem; }
.nir-service-price { font-weight: 800; color: var(--p); font-size: .9rem; }

/* ═══════════════════════════════
   STATS BAR
═══════════════════════════════ */
.nir-stats-bar { background: var(--p); }
.nir-stats-bar::before { display: none; }
.nir-stat-item strong {
  font-size: 2.6rem; font-weight: 900; color: #fff;
  background: none; -webkit-text-fill-color: #fff;
}
.nir-stat-item span { color: rgba(255,255,255,.65); font-size: .82rem; }

/* ═══════════════════════════════
   PORTFOLIO CARDS
═══════════════════════════════ */
.nir-portfolio-grid { gap: 1.1rem; }
.nir-port-card {
  border-radius: var(--r-lg); border: 1.5px solid var(--border);
  box-shadow: var(--shadow); overflow: hidden; transition: all .25s; background: #fff;
}
.nir-port-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(108,92,231,.2); }
.nir-port-mock { height: 200px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 0; }
.nir-port-mock svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.nir-port-mock::after {
  content: 'View Demo →'; position: absolute; inset: 0;
  background: rgba(26,26,46,.75);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .85rem; font-weight: 700; opacity: 0; transition: .25s;
  backdrop-filter: blur(3px);
}
.nir-port-card:hover .nir-port-mock::after { opacity: 1; }
.nir-port-body { padding: 1.2rem; }
.nir-port-body h3 { font-size: .95rem; font-weight: 800; color: var(--ink); margin-bottom: .45rem; }
.nir-port-tech { background: var(--p-bg); color: var(--p); border-radius: 100px; font-size: .7rem; font-weight: 700; padding: .18rem .65rem; }
.nir-port-price { color: var(--green); font-weight: 800; font-size: .84rem; }

/* ═══════════════════════════════
   PRICING
═══════════════════════════════ */
.nir-pricing-grid { gap: 1.1rem; }
.nir-pricing-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg);
  padding: 2.25rem 1.85rem; transition: all .25s; position: relative;
}
.nir-pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(108,92,231,.25); }
.nir-pricing-card.nir-popular {
  border-color: var(--p); background: var(--p-bg);
  box-shadow: 0 8px 40px rgba(108,92,231,.15); transform: scale(1.03);
}
.nir-pricing-card.nir-popular:hover { transform: scale(1.03) translateY(-6px); }
.nir-popular-badge { background: var(--p); font-weight: 800; font-size: .72rem; border-radius: 100px; }
.nir-pricing-name { font-weight: 800; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--p); margin-bottom: .6rem; }
.nir-pricing-price strong { font-size: 3rem; font-weight: 900; color: var(--ink); }
.nir-pricing-delivery { background: rgba(0,184,148,.1); color: #00a882; border: 1px solid rgba(0,184,148,.2); border-radius: 100px; font-weight: 700; font-size: .76rem; }
.nir-pricing-features li { font-size: .87rem; color: var(--body); border-bottom-color: var(--border); padding: .4rem 0; }
.nir-pricing-features li::before { content: '✓'; color: var(--green); font-weight: 900; }

/* ═══════════════════════════════
   TESTIMONIALS
═══════════════════════════════ */
.nir-testi-grid { gap: 1.1rem; }
.nir-testi-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg);
  padding: 1.75rem; border-left: 4px solid var(--p);
  box-shadow: var(--shadow); transition: all .25s;
}
.nir-testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.nir-testi-stars { color: var(--gold); font-size: 1rem; }
.nir-testi-text { font-size: .88rem; line-height: 1.7; color: #3d3d5c; font-style: normal; }
.nir-testi-avatar { background: linear-gradient(135deg, var(--p), var(--pink)); font-weight: 800; }
.nir-testi-info strong { font-weight: 800; font-size: .88rem; color: var(--ink); }
.nir-testi-info span { font-size: .76rem; color: #9ca3af; }

/* ═══════════════════════════════
   PROCESS STEPS
═══════════════════════════════ */
.nir-process-grid::before { display: none; }
.nir-process-step {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-lg);
  padding: 2rem 1.5rem; text-align: center; transition: all .25s;
}
.nir-process-step:hover { border-color: var(--p); transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.nir-step-num { background: var(--p); box-shadow: 0 6px 20px rgba(108,92,231,.3); width: 52px; height: 52px; font-size: 1.2rem; }
.nir-process-step h3 { font-weight: 800; font-size: 1rem; color: var(--ink); }
.nir-process-step p { font-size: .86rem; color: var(--body); }

/* ═══════════════════════════════
   FAQ
═══════════════════════════════ */
.nir-faq-item { border: 1.5px solid var(--border); border-radius: var(--r); margin-bottom: .55rem; }
.nir-faq-item.open { border-color: rgba(108,92,231,.3); box-shadow: 0 2px 16px rgba(108,92,231,.07); }
.nir-faq-q { font-weight: 700; font-size: .93rem; color: var(--ink); padding: 1.2rem 1.4rem; }
.nir-faq-q:hover { background: var(--light); }
.nir-faq-icon { width: 26px; height: 26px; border-radius: 50%; background: var(--p-bg); color: var(--p); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; }
.nir-faq-item.open .nir-faq-icon { background: var(--p); color: #fff; transform: rotate(45deg); }
.nir-faq-a p { font-size: .9rem; color: var(--body); line-height: 1.75; }

/* ═══════════════════════════════
   BLOG CARDS
═══════════════════════════════ */
.nir-blog-grid { gap: 1.4rem; }
.nir-blog-card { border-radius: var(--r-lg); border: 1.5px solid var(--border); box-shadow: var(--shadow); overflow: hidden; transition: all .25s; background: #fff; }
.nir-blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(108,92,231,.2); }
.nir-blog-thumb-placeholder { height: 200px; background: linear-gradient(135deg, var(--ink) 0%, #2d1b6e 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.nir-blog-body { padding: 1.4rem; background: #fff; }
.nir-blog-body span { font-size: .76rem; color: #9ca3af; font-weight: 600; }
.nir-blog-body h2 { font-weight: 800; font-size: 1.02rem; margin: .4rem 0 .5rem; color: var(--ink); }
.nir-blog-body h2 a:hover { color: var(--p); }
.nir-blog-body p { font-size: .87rem; color: var(--body); line-height: 1.62; }

/* ═══════════════════════════════
   CTA SECTION
═══════════════════════════════ */
.nir-cta { background: linear-gradient(135deg, var(--ink) 0%, #2d1b6e 100%); position: relative; overflow: hidden; }
.nir-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 30% 50%, rgba(108,92,231,.2), transparent); }
.nir-cta h2 { font-size: clamp(1.7rem, 3.5vw, 2.8rem); font-weight: 900; position: relative; z-index: 1; }
.nir-cta p { position: relative; z-index: 1; }
.nir-cta-actions { position: relative; z-index: 1; }
.nir-cta .nir-btn-outline { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.08); }
.nir-cta .nir-btn-outline:hover { background: rgba(255,255,255,.16); color: #fff; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
.nir-footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,.07); }
.nir-footer-logo { font-weight: 900; color: #fff; }
.nir-footer-col h4 { font-weight: 800; color: #fff; }
.nir-footer-col li a:hover { color: var(--p2) !important; opacity: 1; }
.nir-footer-brand p { color: rgba(255,255,255,.45); font-size: .86rem; line-height: 1.7; }

/* ═══════════════════════════════
   GAME SECTION
═══════════════════════════════ */
section#game { background: #0a0a1a !important; }
section#game .nir-section-title h2 { color: #fff !important; -webkit-text-fill-color: #fff !important; background: none !important; }
section#game .nir-section-title p { color: rgba(255,255,255,.55) !important; }

/* ═══════════════════════════════
   WA FLOAT + CHATBOT
═══════════════════════════════ */
.nir-wa-float { background: var(--wa); box-shadow: 0 6px 24px rgba(37,211,102,.38); width: 56px; height: 56px; animation: wa-pulse 3s ease-in-out infinite; }
@keyframes wa-pulse { 0%,100%{ box-shadow: 0 6px 24px rgba(37,211,102,.38),0 0 0 0 rgba(37,211,102,.25); } 50%{ box-shadow: 0 6px 24px rgba(37,211,102,.38),0 0 0 10px rgba(37,211,102,0); } }
.nir-wa-float:hover { transform: scale(1.1); animation: none; }
.nir-chat-btn { background: linear-gradient(135deg, var(--p), var(--pink)); box-shadow: 0 6px 24px rgba(108,92,231,.4); }

/* ═══════════════════════════════
   MOBILE BOTTOM NAV
═══════════════════════════════ */
.nir-bottom-nav {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9900;
  background: rgba(255,255,255,.97); backdrop-filter: blur(16px);
  border-top: 1px solid var(--border); box-shadow: 0 -2px 20px rgba(0,0,0,.08);
  padding: .4rem 0 max(.4rem, env(safe-area-inset-bottom));
  grid-template-columns: repeat(5,1fr);
}
@media(max-width:768px) {
  .nir-bottom-nav { display: grid; }
  body { padding-bottom: 68px; }
  .nir-sticky-bar { display: none !important; }
}
.nir-bn-item {
  display: flex; flex-direction: column; align-items: center;
  gap: .18rem; padding: .45rem .2rem;
  text-decoration: none; color: #9ca3af;
  font-size: .58rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  transition: color .2s; border: none; background: none; cursor: pointer;
  font-family: var(--font);
}
.nir-bn-item svg { width: 21px; height: 21px; transition: transform .2s; }
.nir-bn-item:hover, .nir-bn-item.active { color: var(--p); }
.nir-bn-item:hover svg, .nir-bn-item.active svg { transform: translateY(-2px); }
.nir-bn-wa {
  background: var(--wa); color: #fff; border-radius: 50%;
  width: 50px; height: 50px; margin-top: -12px;
  box-shadow: 0 4px 18px rgba(37,211,102,.38);
  font-size: .55rem;
}
.nir-bn-wa svg { fill: #fff; stroke: none; }
.nir-bn-wa:hover { color: #fff; transform: scale(1.06); }
.nir-bn-wa:hover svg { transform: none; }

/* ═══════════════════════════════
   MOBILE LAYOUT FIXES
═══════════════════════════════ */
@media(max-width:768px) {
  .nir-container { padding: 0 1rem; }
  .nir-section { padding: 3.25rem 0; }
  .nir-section-title { margin-bottom: 2rem; }

  /* Hero */
  .nir-hero { padding: 4rem 0 3.25rem; }
  .nir-hero h1 { font-size: clamp(1.85rem, 7.5vw, 2.6rem); }
  .nir-hero-sub { font-size: .92rem; }
  .nir-hero-actions { flex-direction: column; gap: .65rem; }
  .nir-hero-actions .nir-btn { width: 100%; justify-content: center; }
  .nir-hero-visual { display: none; }
  .nir-hero-trust { gap: .9rem; justify-content: center; }

  /* Trust bar scroll */
  .nir-trust-items { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding: 0 1rem; scrollbar-width: none; gap: 1.75rem; }
  .nir-trust-items::-webkit-scrollbar { display: none; }
  .nir-trust-item { flex-shrink: 0; }

  /* Services horizontal scroll */
  .nir-services-grid { grid-template-columns: repeat(6, 250px); overflow-x: auto; scrollbar-width: none; gap: .85rem; padding-bottom: .5rem; }
  .nir-services-grid::-webkit-scrollbar { display: none; }

  /* Stats */
  .nir-stats-grid { grid-template-columns: repeat(3,1fr); gap: .85rem; }
  .nir-stat-item strong { font-size: 1.9rem; }

  /* Portfolio */
  .nir-portfolio-grid { grid-template-columns: repeat(2,1fr); gap: .85rem; }
  .nir-port-mock { height: 145px; }

  /* Pricing single col */
  .nir-pricing-grid { grid-template-columns: 1fr; gap: .85rem; }
  .nir-pricing-card.nir-popular { transform: none; }
  .nir-pricing-card.nir-popular:hover { transform: translateY(-6px); }

  /* Testimonials */
  .nir-testi-grid { grid-template-columns: 1fr; }

  /* Process */
  .nir-process-grid { grid-template-columns: repeat(2,1fr); gap: .85rem; }
  .nir-process-step { padding: 1.4rem 1rem; }

  /* Blog */
  .nir-blog-grid { grid-template-columns: 1fr; gap: 1rem; }

  /* CTA */
  .nir-cta h2 { font-size: 1.65rem; }
  .nir-cta-actions { flex-direction: column; align-items: center; }
  .nir-cta-actions .nir-btn { width: 100%; justify-content: center; max-width: 360px; }

  /* Footer */
  .nir-footer-grid { grid-template-columns: 1fr 1fr; }
  .nir-footer-brand { grid-column: span 2; }

  /* Reposition float buttons */
  .nir-chatbot { bottom: 78px; right: 14px; }
  .nir-wa-float { bottom: 78px; right: 14px; }
}

@media(max-width:480px) {
  .nir-hero h1 { font-size: 1.8rem; }
  .nir-portfolio-grid { grid-template-columns: 1fr; }
  .nir-process-grid { grid-template-columns: 1fr; }
  .nir-footer-grid { grid-template-columns: 1fr; }
  .nir-footer-brand { grid-column: 1; }
  .nir-stats-grid { grid-template-columns: repeat(2,1fr); }
}

/* ═══════════════════════════════
   FORMS
═══════════════════════════════ */
.nir-form-inp, .nir-field, .nir-audit-inp, input[type=text], input[type=email], input[type=tel], select, textarea {
  border-radius: 10px !important; border: 1.5px solid var(--border) !important;
  font-family: var(--font) !important; color: var(--ink) !important;
  transition: border-color .2s, box-shadow .2s !important;
}
.nir-form-inp:focus, .nir-field:focus, .nir-audit-inp:focus, input:focus, select:focus, textarea:focus {
  border-color: var(--p) !important;
  box-shadow: 0 0 0 3px rgba(108,92,231,.1) !important;
  outline: none !important;
}

/* ═══════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════ */
.nir-animate { opacity: 0; transform: translateY(24px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
.nir-visible { opacity: 1; transform: translateY(0); }

/* Show/hide mobile helpers */
.nir-show-mobile { display: none; }
@media(max-width:768px) { .nir-show-mobile { display: inline; } .nir-hide-mobile { display: none; } }

/* ═══════════════════════════════
   BLOG — Animated cards
═══════════════════════════════ */
.nir-blog-card .nir-blog-thumb-placeholder,
.nir-blog-card img {
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.nir-blog-card:hover .nir-blog-thumb-placeholder,
.nir-blog-card:hover img {
  transform: scale(1.05);
}
.nir-blog-card { overflow: hidden; }
.nir-blog-body .nir-btn {
  opacity: 0; transform: translateY(6px);
  transition: opacity .25s, transform .25s;
}
.nir-blog-card:hover .nir-blog-body .nir-btn {
  opacity: 1; transform: translateY(0);
}

/* Portfolio card image hover zoom */
.nir-port-mock, .nir-pm-wrap {
  overflow: hidden;
}
.nir-port-mock > *, .nir-pm-wrap > div:first-child {
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.nir-port-card:hover .nir-port-mock > *,
.nir-nf-card:hover .nir-pm-wrap > div:first-child {
  transform: scale(1.04);
}

/* ═══════════════════════════════
   WA FLOAT — remove overlap with chatbot
═══════════════════════════════ */
.nir-wa-float { bottom: 100px !important; right: 28px !important; }
@media(max-width:768px){ .nir-wa-float { bottom: 155px !important; right: 14px !important; } }
