.nav-bar-wrap {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.nav-bar {
  width: 100%;
  padding: 0 32px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 0;
  background: transparent;
  border: none;
  position: relative;
}
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f172a;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.nav-hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-bar .logo {
  color: #0f172a;
  font-family: 'Baloo Bhaijaan 2', cursive;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.5px;
  direction: ltr;
  text-decoration: none;
  transition: color 0.3s ease;
  flex-shrink: 0;
}
.nav-links-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.nav-links-pill a {
  color: #0f172a;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  transition: all 0.2s;
  text-decoration: none;
}
.nav-links-pill .btn-outline {
  background: none; border: none;
  color: #0f172a;
  padding: 6px 16px; font-size: 13px; font-weight: 700;
  border-radius: 8px;
  font-family: sans-serif; cursor: pointer;
  margin-right: 650px;
}
.nav-links-pill .btn-primary {
  background: #D4FC4B; color: #0f172a;
  padding: 6px 18px; font-size: 13px; font-weight: 700;
  border-radius: 8px; border: 1px solid rgba(212, 252, 75, 0.4);
  font-family: sans-serif; cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.nav-links-pill a:hover { background: rgba(0,0,0,0.05); color: #0f172a; }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav-actions .btn-outline {
  background: none; border: 1px solid rgba(0,0,0,0.2);
  color: #0f172a;
  padding: 6px 16px; font-size: 13px; font-weight: 700;
  border-radius: 8px;
  font-family: sans-serif; cursor: pointer;
  text-decoration: none;
}
.nav-actions .btn-primary {
  background: #D4FC4B; color: #0f172a;
  padding: 6px 18px; font-size: 13px; font-weight: 700;
  border-radius: 8px; border: 1px solid rgba(212, 252, 75, 0.4);
  font-family: sans-serif; cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.nav-actions .btn-outline {
  background: none; border: 1px solid rgba(0,0,0,0.2);
  color: #0f172a;
  padding: 8px 18px; font-size: 13px; font-weight: 700;
  border-radius: 999px;
  font-family: sans-serif; cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.nav-actions .btn-outline:hover { border-color: #0f172a; color: #0f172a; background: rgba(0,0,0,0.03); }
.nav-actions .btn-primary {
  background: #D4FC4B; color: #0f172a;
  padding: 8px 22px; font-size: 13px; font-weight: 700;
  border-radius: 999px; border: 1px solid #D4FC4B;
  font-family: sans-serif; cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}
.nav-actions .btn-primary:hover { background: #c8f03e; border-color: #c8f03e; }





section { padding: 96px 20px; background: #030712; color: #fff; }
.container { max-width: 1100px; margin: 0 auto; }
.section-title {
  text-align: center; font-size: 32px; font-weight: 700; margin-bottom: 12px;
  color: #ffffff;
}
.section-sub {
  text-align: center; color: rgba(255,255,255,0.5); font-size: 17px;
  margin-bottom: 56px; max-width: 580px;
  margin-left: auto; margin-right: auto; line-height: 1.7;
}
:root {
  --bg: #030712;
  --page-cream: #F6F4F2;
  --text-primary: #ffffff;
  --text-secondary: rgba(255,255,255,0.5);
  --border: rgba(255,255,255,0.08);
  --accent: #D4FC4B;
  --accent-dim: rgba(212, 252, 75, 0.12);
}
.features-section {
  background: #030712;
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}
.features-glow {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.features-glow-2 {
  height: 500px;
  bottom: 0;
  background: linear-gradient(to top, rgba(212, 252, 75, 0.03), transparent);
}
.features-container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.features-header {
  text-align: center;
  margin-bottom: 80px;
}
.features-title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 16px 0;
}
.features-subtitle {
  font-family: sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}
.features-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.features-right {
  display: flex;
  flex-direction: column;
}
.features-left {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 16px;
}
.feature-card {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: right;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.feature-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(212, 252, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon svg {
  width: 28px;
  height: 28px;
  stroke: #D4FC4B;
}
.feature-card h3 {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.feature-card p {
  font-family: sans-serif;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.7;
  margin: 0;
}
.feature-card-with-img {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.feature-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: #eff6ff;
  flex: 1;
}
.feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card-content {
  padding: 24px 32px 32px;
  text-align: right;
}
.feature-card-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.feature-card-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #6B7280;
}
@media (max-width: 768px) {
  .features-section { padding: 60px 16px; }
  .features-title { font-size: 32px; }
  .features-layout { grid-template-columns: 1fr; }
  .features-left { grid-template-rows: auto; }
  .feature-card { padding: 28px 24px; }
}

#how { background: #030712; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.step-card {
  text-align: center;
  padding: 32px 16px;
  position: relative;
}
.step-card:nth-child(2)::before,
.step-card:nth-child(3)::before {
  content: '←';
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 24px;
  color: #D4FC4B;
  opacity: 0.5;
  transform: translateY(-50%);
}
.step-watermark {
  font-size: 80px;
  font-weight: 700;
  color: #D4FC4B;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
  pointer-events: none;
}
.step-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #ffffff;
}
.step-card p {
  font-size: 15px;
  color: #6B7280;
  position: relative;
  z-index: 2;
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.7;
}

#categories {
  background: #030712;
  overflow: hidden;
  padding: 96px 20px;
}
.categories-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.categories-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-height: 500px;
}
.categories-images-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-card-tall {
  aspect-ratio: 4/5;
  max-height: 280px;
}
.category-card-short {
  aspect-ratio: 4/3;
  max-height: 200px;
}
.category-card-overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.category-card h4 {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  font-family: 'Tajawal', sans-serif;
}
.categories-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 16px;
}
.categories-label {
  font-size: 14px;
  color: #D4FC4B;
  font-family: 'Tajawal', sans-serif;
}
.categories-text h2 {
  font-family: 'Tajawal', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-top: 8px;
  letter-spacing: -0.5px;
}
.categories-tags {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.categories-tag-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
}
.categories-tag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: rgba(255,255,255,0.6);
}
.categories-bottom {
  margin-top: 40px;
}
.categories-bottom-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Tajawal', sans-serif;
}
.categories-bottom-desc {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  font-family: 'Tajawal', sans-serif;
}
.categories-cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 9999px;
  background: #D4FC4B;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
  font-family: 'Tajawal', sans-serif;
}
.categories-cta:hover {
  background: #c8f03e;
}
.categories-cta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f172a;
}
.category-card-tag {
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  font-size: 11px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.1);
  font-family: 'Tajawal', sans-serif;
}
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
  .categories-text h2 {
    font-size: 28px;
  }
  #categories {
    padding: 60px 16px;
  }
  .categories-container {
    padding: 20px;
  }
}

.stats-section { background: #030712; color: #fff; }
.stats-section .section-sub { color: rgba(255,255,255,0.5); }
.stats-grid { display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-item strong { display: block; font-size: 40px; color: #D4FC4B; font-weight: 700; }
.stat-item span { font-size: 15px; color: rgba(255,255,255,0.5); }

.testimonials { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.testimonial-card { background: #f9f9f9; border-radius: 16px; padding: 32px 28px; }
.testimonial-card .stars { color: #D4FC4B; font-size: 16px; margin-bottom: 12px; }
.testimonial-card blockquote {
  font-size: 15px; line-height: 1.8; color: #374151; margin-bottom: 16px;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: #D4FC4B; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; color: #0f172a;
}
.testimonial-author strong { font-size: 14px; color: #0f172a; }
.testimonial-author span { font-size: 12px; color: #6B7280; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

#pricing { background: #030712; position: relative; z-index: 1; }

.pricing-card {
  background: #f9f9f9; border: 1px solid rgba(0,0,0,0.06); border-radius: 16px;
  padding: 40px 30px; text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

.pricing-card h3 {
  font-size: 26px; font-weight: 700; margin-bottom: 8px; text-align: right;
  letter-spacing: -0.5px; color: #0f172a;
}

.pricing-card .price { font-size: 42px; font-weight: 700; margin: 16px 0 8px; color: #0f172a; }
.pricing-card .price span { font-size: 16px; font-weight: 700; color: #6B7280; }
.pricing-card .desc { color: #6B7280; font-size: 14px; margin-bottom: 24px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 32px; text-align: right; }
.pricing-card li {
  padding: 8px 0; font-size: 14px; color: #374151;
  display: flex; align-items: center; gap: 8px;
}
.pricing-card li::before { content: '✓'; color: #D4FC4B; font-weight: 700; }
.pricing-card .btn {
  display: inline-block; padding: 12px 36px; border-radius: 999px;
  font-size: 15px; font-weight: 700; border: none; cursor: pointer; transition: all 0.2s;
  width: 100%; text-align: center;
}
.pricing-card .btn-outline-pricing { background: none; border: 1px solid #d1d5db; color: #1a1a1a; }
.pricing-card .btn-outline-pricing:hover { border-color: #D4FC4B; color: #D4FC4B; }
.pricing-card.featured { border-color: #D4FC4B; position: relative; }
.pricing-card.featured .btn { background: #D4FC4B; color: #0f172a; }
.pricing-card.featured .btn:hover { background: #c8f03e; }

.cta { background: linear-gradient(180deg, #030712 0%, #0a0f1a 50%, #030712 100%); color: white; text-align: center; padding: 0 20px 80px; position: relative; overflow: hidden; }
.cta-container {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cta-beams {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cta-beams-radial {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  mask-image: radial-gradient(65% 65% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(65% 65% at 50% 50%, black, transparent);
  background: radial-gradient(1200px 400px at 50% -10%, rgba(212, 252, 75, 0.25), transparent), radial-gradient(1200px 600px at 50% 120%, rgba(16, 185, 129, 0.2), transparent);
}
.cta-beams-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mask-image: radial-gradient(80% 80% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 50%, black, transparent);
  background-image: linear-gradient(to right, rgba(255,255,255,0.7) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.7) 1px, transparent 1px);
  background-size: 28px 28px;
}
.cta-beams-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent, rgba(0,0,0,0.8));
}
.cta-content {
  min-height: 450px;
  max-height: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  position: relative;
  z-index: 1;
}
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #D4FC4B;
  background: rgba(212, 252, 75, 0.1);
  border-radius: 999px;
  border: 1px solid rgba(212, 252, 75, 0.25);
  padding: 6px 14px;
  text-decoration: none;
  transition: background 0.3s;
  animation: fadeSlideIn 0.8s ease-out 0.3s both;
}
.cta-badge:hover { background: rgba(212, 252, 75, 0.15); }
.cta-badge-new {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: rgba(212, 252, 75, 0.9);
}
.cta-badge-arrow { width: 16px; height: 16px; }
.cta-title {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 600px;
  margin-top: 20px;
  line-height: 1.1;
  animation: fadeSlideIn 0.8s ease-out 0.4s both;
}
.cta-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  margin-top: 16px;
  line-height: 1.7;
  animation: fadeSlideIn 0.8s ease-out 0.5s both;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeSlideIn 0.8s ease-out 0.6s both;
}
.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  background: #D4FC4B;
  border: 1px solid #D4FC4B;
  border-radius: 12px;
  text-decoration: none;
  font-family: sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn-primary:hover {
  background: #c8f03e;
  box-shadow: 0 0 5px #D4FC4B, 0 0 20px #D4FC4B, 0 0 50px rgba(212, 252, 75, 0.5);
}
.cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 12px;
  text-decoration: none;
  font-family: sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn-secondary:hover {
  background: rgba(212, 252, 75, 0.1);
  border-color: #D4FC4B;
  color: #D4FC4B;
}

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .cta-content { min-height: auto; max-height: none; padding: 50px 16px; }
  .cta-buttons { flex-direction: column; width: 100%; }
  .cta-btn-primary, .cta-btn-secondary { width: 100%; }
}

/* ── Scroll Animations ── */
.anim { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
.anim.visible { opacity: 1; transform: translateY(0) !important; }
.anim-up { transform: translateY(40px); }
.anim-down { transform: translateY(-40px); }
.anim-left { transform: translateX(-40px); }
.anim-right { transform: translateX(40px); }
.anim-scale { transform: scale(0.9); }
.anim-fade { transform: none; }

.anim-d1 { transition-delay: 0.1s; }
.anim-d2 { transition-delay: 0.2s; }
.anim-d3 { transition-delay: 0.3s; }
.anim-d4 { transition-delay: 0.4s; }
.anim-d5 { transition-delay: 0.5s; }

.footer { background: #111; padding: 48px 20px 32px; border-radius: 40px 40px 0 0; }
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
}
.footer-brand .logo {
  color: #fff; font-family: 'Baloo Bhaijaan 2', cursive;
  font-size: 24px; font-weight: 700; direction: ltr; display: block; margin-bottom: 12px;
}
.footer-brand p { color: rgba(255,255,255,0.4); font-size: 14px; line-height: 1.7; max-width: 260px; }
.footer-col h4 { color: #fff; font-size: 14px; margin-bottom: 16px; }
.footer-col a {
  display: block; color: rgba(255,255,255,0.4);
  font-size: 13px; margin-bottom: 10px; text-decoration: none; transition: color 0.2s;
}
.footer-col a:hover { color: #D4FC4B; }
.footer-bottom {
  max-width: 1100px; margin: 32px auto 0;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center; color: rgba(255,255,255,0.3); font-size: 13px;
}

@media (max-width: 768px) {
  .nav-bar-wrap { padding: 0; }
  .nav-bar { padding: 0 16px; height: 56px; gap: 8px; }
  .nav-bar .logo { font-size: 22px; }
  .nav-links-pill { padding: 4px 12px; }
  .nav-links-pill a { padding: 4px 10px; font-size: 13px; }
  .nav-actions { gap: 12px; }
  .nav-actions .btn-primary { padding: 8px 18px; font-size: 13px; }
  .nav-actions .btn-primary { padding: 8px 16px; font-size: 13px; }
  .steps, .categories, .pricing-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 32px; }
  .stats-grid .stat-item strong { font-size: 32px; }
  section { padding: 56px 16px; }
  .section-title { font-size: 26px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ══════ Dashboard Preview ══════ */
.dp-scene {
  position: relative;
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  perspective: 1200px;
}
.dp-ambient-glow {
  display: none;
}

.dashboard-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--page-cream);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.06),
    0 4px 6px rgba(0,0,0,0.02),
    0 20px 60px rgba(0,0,0,0.1);
  transform: translateY(50px) scale(0.95) rotateX(4deg);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.dp-scene.visible .dashboard-preview {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0deg);
}
.dp-scene.visible {
  opacity: 1;
  transform: translateY(0) !important;
}

/* Browser chrome */
.dp-browser-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #eeede9;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dp-browser-dots {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.dp-browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dp-browser-dots span:nth-child(1) { background: #ff5f57; }
.dp-browser-dots span:nth-child(2) { background: #febc2e; }
.dp-browser-dots span:nth-child(3) { background: #28c840; }
.dp-browser-url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 5px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #999;
  direction: ltr;
  text-align: left;
}
.dp-browser-url svg {
  width: 11px;
  height: 11px;
  stroke: #bbb;
  flex-shrink: 0;
}
.dp-live-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #16a34a;
  background: rgba(22, 163, 74, 0.08);
  padding: 4px 10px;
  border-radius: 100px;
  flex-shrink: 0;
}
.dp-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
  animation: dpLivePulse 2s ease-in-out infinite;
}
@keyframes dpLivePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4); }
  50% { opacity: 0.7; box-shadow: 0 0 0 4px rgba(22, 163, 74, 0); }
}

.dp-body {
  display: flex;
  height: 560px;
}

/* Sidebar */
.dp-sidebar {
  width: 210px;
  background: #eeede9;
  border-left: 1px solid rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  padding: 18px 12px;
  flex-shrink: 0;
}
.dp-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Baloo Bhaijaan 2', cursive;
  font-weight: 700;
  font-size: 17px;
  color: #0f172a;
  direction: ltr;
  padding: 2px 6px;
  margin-bottom: 20px;
}
.dp-logo-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(212, 252, 75, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dp-logo-icon svg {
  width: 16px;
  height: 16px;
  stroke: #9ab800;
}
.dp-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
.dp-nav-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-radius: 10px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-decoration: none;
  cursor: default;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}
.dp-nav-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.dp-nav-item.active {
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), inset 0 0 0 1px rgba(0,0,0,0.06);
}
.dp-nav-badge {
  margin-right: auto;
  background: #D4FC4B;
  color: #0f172a;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dp-nav-badge.dp-badge-pop {
  animation: dpBadgePop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.dp-sidebar-footer {
  margin-top: auto;
  padding-top: 12px;
}
.dp-sidebar-upgrade {
  background: rgba(0,0,0,0.03);
  border-radius: 10px;
  padding: 10px;
}
.dp-sidebar-upgrade span {
  font-family: sans-serif;
  font-size: 9px;
  color: #999;
  display: block;
  margin-bottom: 6px;
}
.dp-upgrade-bar {
  height: 4px;
  background: rgba(0,0,0,0.06);
  border-radius: 100px;
  overflow: hidden;
}
.dp-upgrade-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #D4FC4B, #e8ff7a);
  border-radius: 100px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.dp-scene.dp-animated .dp-upgrade-fill {
  width: 72%;
}

/* Main */
.dp-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--page-cream);
  overflow: hidden;
  min-width: 0;
}
.dp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dp-greeting {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dp-page-title {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.dp-page-sub {
  font-family: sans-serif;
  font-size: 10px;
  color: #aaa;
}
.dp-topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dp-search {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border-radius: 8px;
  padding: 6px 12px;
  font-family: sans-serif;
  font-size: 10px;
  color: #bbb;
}
.dp-search svg {
  width: 13px;
  height: 13px;
  stroke: #ccc;
}
.dp-notif {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dp-notif svg {
  width: 15px;
  height: 15px;
  stroke: #888;
}
.dp-notif-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  border: 2px solid #fff;
  animation: dpNotifBounce 2s ease-in-out infinite;
}
.dp-notif.dp-notif-shake {
  animation: dpBellShake 0.6s ease;
}
@keyframes dpNotifBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.dp-avatar {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #D4FC4B, #b8e035);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(212, 252, 75, 0.3);
}

/* Stats */
.dp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 22px 10px;
}
.dp-stat-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.dp-stat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.7) 50%, transparent 60%);
  transform: translateX(-120%);
  pointer-events: none;
}
.dp-stat-card.dp-shimmer::after {
  animation: dpShimmer 0.9s ease;
}
.dp-scene.dp-animated .dp-stat-card {
  animation: dpFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.dp-stat-1 { animation-delay: 0.15s !important; }
.dp-stat-2 { animation-delay: 0.3s !important; }
.dp-stat-3 { animation-delay: 0.45s !important; }
.dp-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.dp-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dp-stat-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dp-stat-icon-green { background: rgba(212, 252, 75, 0.15); }
.dp-stat-icon-green svg { stroke: #9ab800; }
.dp-stat-icon-blue { background: rgba(59, 130, 246, 0.1); }
.dp-stat-icon-blue svg { stroke: #3b82f6; }
.dp-stat-icon-gold { background: rgba(245, 158, 11, 0.1); }
.dp-stat-icon-gold svg { stroke: #f59e0b; }
.dp-stat-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke-width: 2;
}
.dp-stat-trend {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  direction: ltr;
}
.dp-trend-up {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.1);
}
.dp-stat-info {
  display: flex;
  flex-direction: column;
}
.dp-stat-value {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}
.dp-stat-value.dp-num-pulse {
  transform: scale(1.05);
  color: #9ab800;
}
.dp-stat-label {
  font-family: sans-serif;
  font-size: 10px;
  color: #aaa;
  margin-top: 3px;
}
.dp-stat-sparkline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28px;
  opacity: 0.25;
  overflow: hidden;
}
.dp-stat-sparkline svg {
  width: 100%;
  height: 100%;
}
.dp-spark-line {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
}
.dp-scene.dp-animated .dp-spark-line {
  animation: dpSparkDraw 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.dp-stat-1 .dp-spark-line { animation-delay: 0.9s; }
.dp-stat-2 .dp-spark-line { animation-delay: 1.05s; }
.dp-stat-3 .dp-spark-line { animation-delay: 1.2s; }
.dp-spark-replay .dp-spark-line {
  animation: dpSparkReplay 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.dp-stat-1 .dp-stat-sparkline { color: #9ab800; }
.dp-stat-2 .dp-stat-sparkline { color: #3b82f6; }
.dp-stat-3 .dp-stat-sparkline { color: #f59e0b; }

/* Content row */
.dp-content-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 14px;
  padding: 12px 22px 18px;
  flex: 1;
  min-height: 0;
  align-items: stretch;
}
.dp-chart-card,
.dp-table-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 14px;
  padding: 14px;
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}
.dp-scene.dp-animated .dp-chart-card {
  animation: dpFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.55s;
}
.dp-scene.dp-animated .dp-table-card {
  animation: dpFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.7s;
}

/* Chart */
.dp-chart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.dp-chart-header h4 {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.dp-chart-total {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.dp-chart-total-num {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.dp-live-num.dp-num-pulse {
  transform: scale(1.06);
  color: #9ab800;
}
.dp-chart-total-label {
  font-family: sans-serif;
  font-size: 9px;
  color: #aaa;
}
.dp-chart-change {
  font-family: sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: #16a34a;
  background: rgba(22, 163, 74, 0.08);
  padding: 2px 7px;
  border-radius: 100px;
}
.dp-chart-tabs {
  display: flex;
  gap: 2px;
  background: rgba(0,0,0,0.04);
  border-radius: 7px;
  padding: 2px;
  flex-shrink: 0;
}
.dp-tab {
  font-family: sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: #999;
  padding: 3px 8px;
  border-radius: 5px;
  cursor: default;
  transition: all 0.2s;
}
.dp-tab.active {
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
/* Bar chart */
.dp-bars-wrap {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 2px;
}
.dp-bars-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  height: 100%;
  min-height: 108px;
}
.dp-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
  max-width: 50px;
}
.dp-bar-val {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: #ccc;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  transition: color 0.3s ease, transform 0.3s ease;
}
.dp-bar-col-active .dp-bar-val {
  color: #0f172a;
}
.dp-bar-val-live.dp-num-pulse {
  color: #9ab800;
  transform: scale(1.15);
}
.dp-bar-track {
  width: 100%;
  height: 180px;
  background: rgba(0,0,0,0.04);
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.dp-bar-fill {
  width: 100%;
  height: 0;
  background: #e4e2df;
  border-radius: 4px 4px 0 0;
  transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1), background 0.5s ease, box-shadow 0.5s ease;
}
.dp-bar-fill-active {
  background: linear-gradient(180deg, #D4FC4B 0%, #c5ec42 100%);
  box-shadow: none;
}
.dp-bar-fill-active.dp-bar-pulse {
  animation: dpBarPulse 0.7s ease;
}
.dp-scene.dp-animated .dp-bar-fill {
  height: var(--h);
  animation: dpBarGrow 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.dp-scene.dp-animated .dp-bar-col:nth-child(1) .dp-bar-fill { animation-delay: 0.7s; }
.dp-scene.dp-animated .dp-bar-col:nth-child(2) .dp-bar-fill { animation-delay: 0.8s; }
.dp-scene.dp-animated .dp-bar-col:nth-child(3) .dp-bar-fill { animation-delay: 0.9s; }
.dp-scene.dp-animated .dp-bar-col:nth-child(4) .dp-bar-fill { animation-delay: 1.0s; }
.dp-scene.dp-animated .dp-bar-col:nth-child(5) .dp-bar-fill { animation-delay: 1.1s; }
.dp-scene.dp-animated .dp-bar-col:nth-child(6) .dp-bar-fill { animation-delay: 1.2s; }
.dp-scene.dp-animated .dp-bar-col:nth-child(7) .dp-bar-fill { animation-delay: 1.3s; }
.dp-bar-day {
  font-family: sans-serif;
  font-size: 7px;
  color: #ccc;
  white-space: nowrap;
}
.dp-bar-col-active .dp-bar-day {
  color: #0f172a;
  font-weight: 700;
}
@keyframes dpBarGrow {
  from { height: 0; }
  to { height: var(--h); }
}

/* Table */
.dp-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.dp-table-header h4 {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.dp-table-link {
  font-family: sans-serif;
  font-size: 8px;
  color: #9ab800;
  font-weight: 700;
  cursor: default;
}
.dp-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  flex: 1;
}
.dp-table th,
.dp-table td {
  padding: 7px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dp-table th {
  font-family: sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: #999;
  text-align: right;
  background: #f5f4f2;
  padding: 7px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dp-table th:nth-child(1) { width: 34%; }
.dp-table th:nth-child(2) { width: 24%; }
.dp-table th:nth-child(3) { width: 18%; }
.dp-table th:nth-child(4) { width: 24%; }
.dp-table td {
  font-family: sans-serif;
  font-size: 9px;
  color: #444;
  opacity: 0;
  transition: background 0.35s ease;
  background: #fff;
}
.dp-table tbody tr:last-child td {
  border-bottom: none;
}
.dp-table tbody tr:hover td {
  background: rgba(0,0,0,0.02);
}
.dp-table tr.dp-row-active td {
  background: rgba(212, 252, 75, 0.07);
}
.dp-table tr.dp-row-active td:first-child {
  box-shadow: inset -3px 0 0 #D4FC4B;
}
.dp-scene.dp-animated .dp-row-1 td { animation: dpFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.9s; }
.dp-scene.dp-animated .dp-row-2 td { animation: dpFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 1.05s; }
.dp-scene.dp-animated .dp-row-3 td { animation: dpFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 1.2s; }
.dp-scene.dp-animated .dp-row-4 td { animation: dpFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 1.35s; }
.dp-client {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.dp-client-avatar {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: hsl(var(--hue, 200), 60%, 90%);
  color: hsl(var(--hue, 200), 50%, 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  flex-shrink: 0;
}
.dp-time {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  color: #888;
  direction: ltr;
  display: inline-block;
}
.dp-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 100px;
  font-size: 7px;
  font-weight: 700;
  font-family: sans-serif;
}
.dp-badge-confirmed {
  background: rgba(212, 252, 75, 0.18);
  color: #6b8a00;
}
.dp-badge-pending {
  background: rgba(251, 191, 36, 0.12);
  color: #d97706;
}
.dp-badge-pending.dp-badge-blink {
  animation: dpBadgeBlink 0.8s ease;
}

/* Floating cards */
.dp-float-card {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.05),
    0 8px 30px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(20px) scale(0.9);
}
.dp-scene.dp-animated .dp-float-card {
  animation: dpFloatIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.dp-float-notif {
  top: 12%;
  left: -6%;
  animation-delay: 1.2s !important;
}
.dp-float-stat {
  bottom: 8%;
  right: -5%;
  animation-delay: 1.5s !important;
}
.dp-scene.dp-animated .dp-float-notif {
  animation: dpFloatIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, dpFloatBob 4s ease-in-out 2s infinite;
}
.dp-scene.dp-animated .dp-float-stat {
  animation: dpFloatIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, dpFloatBob 4s ease-in-out 2.5s infinite;
}
.dp-float-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(22, 163, 74, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dp-float-icon svg {
  width: 18px;
  height: 18px;
  stroke: #16a34a;
}
.dp-float-ring {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.dp-float-ring svg {
  width: 100%;
  height: 100%;
}
.dp-float-ring span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #0f172a;
}
.dp-ring-progress {
  stroke-dashoffset: 97.4;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.dp-scene.dp-animated .dp-ring-progress {
  animation: dpRingFill 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.8s;
}
.dp-float-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dp-float-text strong {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
}
.dp-float-text span {
  font-family: sans-serif;
  font-size: 9px;
  color: #999;
}
.dp-float-notif.dp-float-pop,
.dp-float-stat.dp-float-pop {
  animation: dpFloatPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Pulse on active nav */
.dp-nav-item.active::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  border-radius: 100px;
  background: #0f172a;
}

@keyframes dpFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes dpLineDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes dpAreaIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes dpDotPop {
  from { opacity: 0; r: 0; }
  to { opacity: 1; r: 4; }
}
@keyframes dpTooltipIn {
  from { opacity: 0; transform: translateX(-50%) translateY(8px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes dpFloatIn {
  from { opacity: 0; transform: translateY(20px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes dpFloatBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes dpRingFill {
  to { stroke-dashoffset: 24; }
}
@keyframes dpShimmer {
  to { transform: translateX(120%); }
}
@keyframes dpSparkDraw {
  to { stroke-dashoffset: 0; }
}
@keyframes dpSparkReplay {
  from { stroke-dashoffset: 80; opacity: 0.4; }
  to { stroke-dashoffset: 0; opacity: 1; }
}
@keyframes dpBarPulse {
  0%, 100% { filter: brightness(1); transform: scaleY(1); }
  50% { filter: brightness(1.15); transform: scaleY(1.04); transform-origin: bottom; }
}
@keyframes dpBadgeBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.08); }
}
@keyframes dpBadgePop {
  0% { transform: scale(1); }
  50% { transform: scale(1.35); }
  100% { transform: scale(1); }
}
@keyframes dpBellShake {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(12deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(8deg); }
  80% { transform: rotate(-6deg); }
}
@keyframes dpFloatPop {
  0% { transform: scale(1); }
  40% { transform: scale(1.05) translateY(-4px); }
  100% { transform: scale(1) translateY(0); }
}

/* Responsive */
@media (max-width: 1200px) {
  .dp-scene { width: 98%; max-width: 100%; }
  .dp-body { height: 500px; }
  .dp-sidebar { width: 175px; }
  .dp-float-notif { left: -2%; }
  .dp-float-stat { right: -2%; }
}
@media (max-width: 768px) {
  .dp-scene { width: 94%; }
  .dp-body { height: 360px; }
  .dp-sidebar { display: none; }
  .dp-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px 14px 8px; }
  .dp-stat-value { font-size: 18px; }
  .dp-stat-label { font-size: 8px; }
  .dp-stat-trend { display: none; }
  .dp-content-row { grid-template-columns: 1fr; padding: 8px 14px 16px; }
  .dp-table-card { display: none; }
  .dp-float-card { display: none; }
  .dp-search { display: none; }
  .dp-browser-url { font-size: 8px; }
  .dp-live-badge { display: none; }
}

.hero-new {
  height: auto;
  min-height: 920px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: sans-serif;
  padding-bottom: 40px;
}
.hero-new .bg-container {
  position: absolute;
  inset: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 0;
}
.hero-new .bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 100%);
}

.hero-new-top {
  padding: 80px 24px 5px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-new-content {
  max-width: 700px;
  margin: 0 auto 0 0;
  margin-right: 15%;
  text-align: right;
}
.hero-new-heading {
  font-size: 46px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 16px;
  white-space: nowrap;
}
.hero-new-heading span { color: #D4FC4B; }
.hero-new-sub {
  font-size: 16px;
  color: rgba(15, 23, 42, 0.6);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
}
.hero-new-btns {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  direction: rtl;
  margin-top: 20px;
}
.h-btn-wrap {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
  margin-top: 20px;
}
.h-btn-wrap .h-btn-o {
  background: none;
  border: none;
  color: #0f172a;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  font-family: sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.h-btn-wrap .h-btn-o:hover { background: rgba(0, 0, 0, 0.05); }
.h-btn-wrap .h-btn-p {
  background: #D4FC4B;
  color: #0f172a;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  font-family: sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(212, 252, 75, 0.25);
}
.h-btn-wrap .h-btn-p:hover { background: #c8f03e; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212, 252, 75, 0.45); }
.h-btn-wrap .h-btn-p::after { display: none; }
.h-email-input {
  background: none;
  border: none;
  color: #0f172a;
  padding: 14px 30px 14px 16px;
  font-size: 14px;
  font-family: sans-serif;
  outline: none;
  min-width: 280px;
  text-align: center;
}
.h-email-input::placeholder { color: rgba(15, 23, 42, 0.4); }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  background: rgba(212, 252, 75, 0.12);
  border-radius: 999px;
  border: 1px solid rgba(212, 252, 75, 0.3);
  padding: 6px 14px;
  text-decoration: none;
  transition: background 0.3s;
  margin-bottom: 12px;
  position: relative;
  top: -10px;
}
.hero-badge:hover { background: rgba(212, 252, 75, 0.2); }
.hero-badge-new {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #D4FC4B;
  font-weight: 700;
}
.hero-badge svg {
  width: 14px;
  height: 14px;
  stroke: #D4FC4B;
}
.hero-top-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.hero-new-btm {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 24px 60px;
  z-index: 1;
}
.hero-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  background: radial-gradient(ellipse at 50% 100%, rgba(212, 252, 75, 0.1) 0%, rgba(212, 252, 75, 0.02) 40%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
  animation: glowPulse 4s ease-in-out infinite alternate;
}
@keyframes glowPulse {
  0% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.05); }
  100% { opacity: 0.5; transform: scale(0.98); }
}
.h-devices {
  position: relative;
  display: inline-block;
  direction: ltr;
}

/* LAPTOP */
.h-laptop {
  opacity: 0;
  animation: hSlideUp 0.7s ease-out 0.3s forwards;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.h-screen {
  width: 900px;
  height: 500px;
  background: #fff;
  display: flex;
  font-family: sans-serif;
  direction: rtl;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* PHONE */
.h-phone {
  position: absolute;
  left: -70px;
  top: 100px;
  width: 215px;
  height: 440px;
  z-index: 2;
  flex-shrink: 0;
  opacity: 0;
  animation: hSlideUp 0.7s ease-out 0.45s forwards;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.hd-sidebar { width: 160px; background: #f5f6fa; padding: 14px 10px; display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; border-left: 1px solid rgba(0,0,0,0.06); }
.hd-logo { font-family: 'Baloo Bhaijaan 2', cursive; color: #0f172a; font-size: 12px; font-weight: 700; direction: ltr; margin-bottom: 10px; padding: 0 5px; letter-spacing: 0.5px; }
.hd-nav { display: flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 6px; color: #666; font-size: 9px; font-weight: 700; }
.hd-nav.active { background: rgba(212, 252, 75, 0.12); color: #D4FC4B; }
.hd-nav svg { width: 12px; height: 12px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hd-body { flex: 1; display: flex; flex-direction: column; padding: 6px 8px; background: #fff; }
.hd-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.hd-biz { color: #1a1a1a; font-size: 10px; font-weight: 700; }
.hd-av { width: 20px; height: 20px; border-radius: 6px; background: linear-gradient(135deg, #D4FC4B, #D4FC4B); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 8px; font-weight: 700; }
.hd-stats { display: flex; gap: 5px; margin-bottom: 6px; }
.hd-stat { flex: 1; background: rgba(0,0,0,0.03); border-radius: 6px; padding: 6px 4px; text-align: center; }
.hd-stat strong { display: block; font-size: 11px; color: #D4FC4B; font-weight: 700; }
.hd-stat span { font-size: 6px; color: rgba(0,0,0,0.4); }
.hd-tbl { width: 100%; border-collapse: collapse; }
.hd-tbl th { color: rgba(0,0,0,0.3); font-size: 6px; font-weight: 700; padding: 3px 3px; text-align: right; border-bottom: 1px solid rgba(0,0,0,0.06); }
.hd-tbl td { color: rgba(0,0,0,0.7); font-size: 6px; padding: 3px 3px; border-bottom: 1px solid rgba(0,0,0,0.03); white-space: nowrap; }
.hd-tbl .hd-s { font-size: 5px; padding: 1px 5px; border-radius: 100px; display: inline-block; }
.hd-tbl .hd-s.ok { background: rgba(212, 252, 75, 0.15); color: #D4FC4B; }
.hd-tbl .hd-s.w8 { background: rgba(251, 191, 36, 0.15); color: #d97706; }
.hb-c { padding: 16px 14px; flex: 1; display: flex; flex-direction: column; font-family: sans-serif; direction: rtl; font-size: 11px; background: #f5f5f5; overflow: hidden; }
.hb-hdr { text-align: center; margin-bottom: 12px; }
.hb-logo { font-family: 'Baloo Bhaijaan 2', cursive; font-size: 16px; font-weight: 700; color: #0f172a; direction: ltr; }
.hb-name { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-top: 4px; }
.hb-hr { height: 1px; background: rgba(0,0,0,0.06); margin: 0 -14px 10px; }
.hb-lbl { font-size: 9px; font-weight: 700; color: #999; margin-bottom: 7px; }
.hb-svcs { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; overflow-y: auto; flex-shrink: 1; }
.hb-svc { display: flex; align-items: center; gap: 7px; padding: 6px 8px; border-radius: 7px; border: 1px solid rgba(0,0,0,0.06); }
.hb-svc.on { border-color: #D4FC4B; background: rgba(212, 252, 75, 0.06); }
.hb-ico { width: 22px; height: 22px; border-radius: 6px; background: #f0f7f2; display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.hb-inf strong { display: block; font-size: 10px; color: #1a1a1a; }
.hb-inf span { font-size: 8px; color: #999; }
.hb-prc { margin-right: auto; font-size: 9px; font-weight: 700; color: #D4FC4B; }
.hb-dt { margin-bottom: 14px; }
.hb-drow { display: flex; gap: 4px; margin-bottom: 6px; }
.hb-ditem { flex: 1; text-align: center; padding: 4px 3px; border-radius: 6px; background: rgba(0,0,0,0.03); }
.hb-ditem.on { background: #D4FC4B; color: #fff; }
.hb-ditem .hdn { font-size: 7px; color: inherit; opacity: 0.7; display: block; }
.hb-ditem .hdd { font-size: 9px; font-weight: 700; color: inherit; }
.hb-tgrid { display: flex; gap: 4px; flex-wrap: wrap; }
.hb-tslot { padding: 3px 8px; border-radius: 5px; font-size: 8px; background: rgba(0,0,0,0.03); }
.hb-tslot.on { background: #D4FC4B; color: #fff; padding: 3px 8px; border-radius: 5px; font-size: 8px; border: none; }
.hb-go { margin-top: auto; background: #D4FC4B; color: #fff; text-align: center; padding: 9px; border-radius: 8px; font-size: 11px; font-weight: 700; border: none; font-family: sans-serif; }

@keyframes hFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes hSlideUp { from { opacity: 0; transform: translateY(80px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1200px) {
  .h-screen { width: 700px; height: 400px; }
  .h-phone { left: -70px; top: 60px; width: 200px; height: 380px; }
}
@media (max-width: 1068px) {
  .h-screen { width: 580px; height: 330px; }
  .h-phone { left: -45px; top: 40px; width: 180px; height: 340px; }
  .hd-sidebar { width: 130px; padding: 12px 8px; }
  .hd-logo { font-size: 12px; }
  .hd-nav { font-size: 9px; padding: 6px 8px; }
  .hd-nav svg { width: 11px; height: 11px; }
  .hd-stat strong { font-size: 11px; }
}
@media (max-width: 768px) {
  .hero-new-top { padding: 40px 16px 5px; }
  .hero-new-btm { padding: 0 16px 20px; }
  .h-devices { display: flex; flex-direction: column; align-items: center; gap: 16px; }
  .h-phone { position: static; transform: none; width: 215px; height: 420px; }
  .h-screen { width: 100%; max-width: 500px; height: 300px; }
  .hero-new-heading { font-size: 18px; }
}
@media (max-width: 480px) {
  .hero-new-top { padding: 35px 12px 5px; }
  .h-screen { height: 300px; }
  .h-phone { width: 200px; height: 370px; }
  .hd-sidebar { width: 90px; padding: 8px 5px; }
  .hd-nav { font-size: 7px; padding: 4px 5px; gap: 3px; }
  .hd-nav svg { width: 9px; height: 9px; }
  .hd-body { padding: 5px; }
  .hd-stat strong { font-size: 9px; }
}

/* ══════ Responsive Enhancements ══════ */

/* Tablet landscape / small desktop */
@media (max-width: 1024px) {
  .hero-new-heading { font-size: 38px; }
  .hero-new-sub { font-size: 15px; }
  .features-title { font-size: 40px; }
  .categories-text h2 { font-size: 32px; }
  .pricing-grid { gap: 16px; }
  .pricing-card { padding: 32px 24px; }
  .cta-title { font-size: clamp(28px, 4vw, 50px); }
}

/* Tablet portrait */
@media (max-width: 768px) {
  /* Navbar */
  .nav-bar-wrap { padding: 0; }
  .nav-bar { padding: 0 16px; height: 56px; gap: 8px; }
  .nav-bar .logo { font-size: 22px; position: fixed; right: 16px; top: 0; z-index: 1002; height: 56px; display: flex; align-items: center; width: auto; }
  .nav-hamburger { display: flex; }
  .nav-links-pill {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 24px 24px;
    gap: 4px;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    margin-right: 0;
  }
  .nav-links-pill.active { right: 0; }
  .nav-links-pill a { padding: 10px 14px; font-size: 15px; width: 100%; border-radius: 8px; }
  .nav-links-pill a:hover { background: rgba(0,0,0,0.05); }
  .nav-links-pill .btn-outline { margin-right: 0; border: 1px solid rgba(0,0,0,0.1); text-align: center; }
  .nav-links-pill .btn-primary { text-align: center; }
  .nav-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999;
  }
  .nav-mobile-overlay.active { display: block; }

  /* Hero */
  .hero-new { min-height: auto; padding-bottom: 20px; }
  .hero-new-top { padding: 60px 16px 5px; }
  .hero-new-content { margin-right: 0; text-align: center; }
  .hero-new-heading { font-size: 28px; white-space: normal; }
  .hero-new-sub { font-size: 14px; white-space: normal; margin-right: auto; text-align: center; }
  .hero-new-btns { justify-content: center; }
  .h-btn-wrap { margin-top: 16px; }
  .h-email-input { min-width: auto; padding: 12px 20px; }
  .h-btn-wrap .h-btn-p { padding: 12px 28px; }
  .h-btn-wrap .h-btn-o { padding: 12px 20px; }
  .hero-new-btm { padding: 30px 16px 40px; }

  /* Dashboard preview */
  .dp-scene { width: 94%; }
  .dp-body { height: 360px; }
  .dp-sidebar { display: none; }
  .dp-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px 14px 8px; }
  .dp-stat-value { font-size: 18px; }
  .dp-stat-label { font-size: 8px; }
  .dp-stat-trend { display: none; }
  .dp-content-row { grid-template-columns: 1fr; padding: 8px 14px 16px; }
  .dp-table-card { display: none; }
  .dp-float-card { display: none; }
  .dp-search { display: none; }
  .dp-browser-url { font-size: 8px; }
  .dp-live-badge { display: none; }

  /* Features */
  .features-section { padding: 60px 16px; }
  .features-title { font-size: 32px; }
  .features-layout { grid-template-columns: 1fr; }
  .features-left { grid-template-rows: auto; }
  .feature-card { padding: 24px 20px; }

  /* Steps */
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step-card { padding: 24px 16px; }
  .step-card:nth-child(2)::before,
  .step-card:nth-child(3)::before { display: none; }
  .step-watermark { font-size: 60px; }

  /* Categories */
  .categories-grid { grid-template-columns: 1fr; }
  .categories-text h2 { font-size: 28px; }
  #categories { padding: 60px 16px; }
  .categories-container { padding: 0 4px; }
  .categories-images-grid { max-height: none; }

  /* Pricing */
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .pricing-card { padding: 32px 24px; }

  /* CTA */
  .cta-content { min-height: auto; max-height: none; padding: 50px 16px; }
  .cta-buttons { flex-direction: column; width: 100%; }
  .cta-btn-primary, .cta-btn-secondary { width: 100%; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }

  /* Sections general */
  section { padding: 56px 16px; }
  .section-title { font-size: 26px; }
  .section-sub { font-size: 15px; margin-bottom: 40px; }
}

/* Small phones */
@media (max-width: 480px) {
  /* Navbar */
  .nav-bar { padding: 0 12px; height: 52px; }
  .nav-bar .logo { font-size: 20px; }
  .nav-links-pill { width: 260px; padding: 70px 20px 20px; }
  .nav-links-pill a { padding: 10px 12px; font-size: 14px; }
  .nav-links-pill .btn-primary { padding: 10px 14px; font-size: 13px; }
  .nav-links-pill .btn-outline { margin-right: 0; }

  /* Hero */
  .hero-new-top { padding: 50px 12px 5px; }
  .hero-new-heading { font-size: 22px; }
  .hero-new-sub { font-size: 13px; }
  .h-btn-wrap { gap: 4px; padding: 4px; }
  .h-btn-wrap .h-btn-o, .h-btn-wrap .h-btn-p { text-align: center; padding: 12px 20px; }
  .hero-badge { font-size: 12px; padding: 5px 12px; }

  /* Dashboard */
  .dp-body { height: 300px; }
  .dp-stats { gap: 6px; padding: 10px 10px 6px; }
  .dp-stat-card { padding: 10px; }
  .dp-stat-value { font-size: 16px; }
  .dp-stat-icon { width: 28px; height: 28px; border-radius: 8px; }
  .dp-stat-icon svg { width: 14px; height: 14px; }
  .dp-chart-card { min-height: 180px; }
  .dp-bar-track { height: 120px; }

  /* Features */
  .features-title { font-size: 28px; }
  .feature-card h3 { font-size: 18px; }
  .feature-card p { font-size: 13px; }

  /* Categories */
  .categories-text h2 { font-size: 24px; }
  .categories-text p { font-size: 13px; }
  .category-card-tall { max-height: 220px; }
  .category-card-short { max-height: 160px; }

  /* Steps */
  .step-card h3 { font-size: 18px; }
  .step-card p { font-size: 14px; }

  /* Pricing */
  .pricing-card h3 { font-size: 22px; }
  .pricing-card .price { font-size: 36px; }

  /* CTA */
  .cta-title { font-size: 24px; }
  .cta-subtitle { font-size: 14px; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .footer { padding: 32px 16px 24px; border-radius: 24px 24px 0 0; }

  /* Sections */
  section { padding: 48px 12px; }
  .section-title { font-size: 22px; }
  .section-sub { font-size: 14px; }
}
