:root {
  --brand-green: #10b981;
  --brand-green-dark: #047857;
  --brand-border: #d1fae5;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hind Siliguri', 'Inter', system-ui, sans-serif;
  background: radial-gradient(circle at top right, #dcfce7 0, #f8fffb 30%, #f8fafc 100%);
}

.mobile-menu-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .75rem;
  border: 1px solid #a7f3d0;
  color: #047857;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  line-height: 1;
  background: #fff;
}

.mobile-menu.open {
  display: block !important;
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 4.8rem 0 0 0;
  background: rgba(15, 23, 42, .22);
  backdrop-filter: blur(1px);
  z-index: 40;
}

.mobile-menu-popup {
  animation: mobileMenuIn .16s ease-out;
}

@keyframes mobileMenuIn {
  from { transform: translateY(-8px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.mobile-menu-panel {
  background: #ffffff;
  border: 1px solid #d1fae5;
  border-radius: 1rem;
  padding: .4rem;
  box-shadow: 0 10px 24px rgba(2, 132, 99, 0.1);
  display: flex;
  flex-direction: column;
  gap: .35rem;
  max-height: 56vh;
  overflow-y: auto;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: .58rem .72rem;
  border-radius: .65rem;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.25;
  color: #065f46;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus-visible {
  background: #ecfdf5;
  border-color: #a7f3d0;
  outline: none;
}

.hero-tech {
  background:
    radial-gradient(900px 430px at 10% -15%, rgba(16, 185, 129, .22), transparent 60%),
    radial-gradient(650px 310px at 96% 8%, rgba(52, 211, 153, .24), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f1fdf6 55%, #f8fafc 100%);
}

.hero-visual {
  border-radius: 2rem;
  box-shadow: 0 25px 70px rgba(16, 185, 129, .14);
}

.hero-main-image {
  width: 100%;
  max-height: clamp(260px, 58vh, 560px);
  object-fit: contain;
  background: #fff;
}

.section-wrap {
  padding-block: 3.8rem;
}

.section-alt {
  background: #f8fafc;
}

.glass-card {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #dcfce7;
  border-radius: 1rem;
  box-shadow: 0 10px 35px rgba(16, 185, 129, 0.09);
}

.section-title {
  color: #065f46;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-green), #059669);
  color: #fff;
  border-radius: .8rem;
  padding: .82rem 1.3rem;
  display: inline-block;
  font-weight: 700;
  transition: .2s ease;
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(.95);
}

.btn-outline {
  border: 1px solid #86efac;
  color: var(--brand-green-dark);
  background: #fff;
  border-radius: .8rem;
  padding: .82rem 1.3rem;
  display: inline-block;
  font-weight: 700;
}

.input-field {
  width: 100%;
  border: 1px solid var(--brand-border);
  border-radius: .8rem;
  padding: .78rem .9rem;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.input-field:focus {
  border-color: #34d399;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.16);
}

.service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  display: grid;
  place-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 1.4rem;
  color: #64748b;
  transition: all .3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Brand Colors for FontAwesome Icons */
.service-icon .fa-facebook,
.service-icon .fa-facebook-f {
  color: #1877f2;
}

.service-icon .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-icon .fa-youtube {
  color: #ff0000;
}

.service-icon .fa-twitter,
.service-icon .fa-x-twitter {
  color: #1da1f2;
}

.service-icon .fa-linkedin,
.service-icon .fa-linkedin-in {
  color: #0077b5;
}

.service-icon .fa-whatsapp {
  color: #25d366;
}

.service-icon .fa-telegram {
  color: #0088cc;
}

.service-icon .fa-tiktok {
  color: #000000;
}

.service-icon .fa-pinterest,
.service-icon .fa-pinterest-p {
  color: #e60023;
}

.service-icon .fa-snapchat,
.service-icon .fa-snapchat-ghost {
  color: #fffc00;
}

.service-icon .fa-reddit,
.service-icon .fa-reddit-alien {
  color: #ff4500;
}

.service-icon .fa-discord {
  color: #5865f2;
}

.service-icon .fa-twitch {
  color: #9146ff;
}

.service-icon .fa-spotify {
  color: #1db954;
}

.service-icon .fa-google {
  color: #4285f4;
}

.service-icon .fa-cc-visa {
  color: #1a1f71;
}

.service-icon .fa-cc-mastercard {
  color: #eb001b;
}

.service-icon .fa-cc-paypal,
.service-icon .fa-paypal {
  color: #003087;
}

.service-icon .fa-cc-stripe,
.service-icon .fa-stripe {
  color: #635bff;
}

.service-icon .fa-circle-check,
.service-icon .fa-badge-check,
.service-icon .fa-certificate {
  color: #ffffff;
}

.service-icon .fa-arrow-trend-up,
.service-icon .fa-chart-line,
.service-icon .fa-arrow-up-right-dots,
.service-icon .fa-chart-simple {
  color: #16a34a;
}

.service-icon .fa-bolt,
.service-icon .fa-bolt-lightning {
  color: #eab308;
}

.service-icon .fa-rocket {
  color: #dc2626;
}

.service-icon .fa-bullhorn,
.service-icon .fa-megaphone {
  color: #ea580c;
}

.service-icon .fa-rectangle-ad,
.service-icon .fa-audio-description {
  color: #7c3aed;
}

.service-icon .fa-fire,
.service-icon .fa-fire-flame-curved {
  color: #f97316;
}

.service-icon .fa-bullseye,
.service-icon .fa-target {
  color: #dc2626;
}

.service-card:has(.fa-circle-check) .service-icon,
.service-card:has(.fa-badge-check) .service-icon,
.service-card:has(.fa-certificate) .service-icon {
  background: #1d9bf0;
  border-color: #1d9bf0;
}

.service-card:has(.fa-arrow-trend-up) .service-icon,
.service-card:has(.fa-chart-line) .service-icon,
.service-card:has(.fa-arrow-up-right-dots) .service-icon,
.service-card:has(.fa-chart-simple) .service-icon {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-color: #86efac;
}

.service-card:has(.fa-bolt) .service-icon,
.service-card:has(.fa-bolt-lightning) .service-icon {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border-color: #fcd34d;
}

.service-card:has(.fa-rocket) .service-icon {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  border-color: #fca5a5;
}

.service-card:has(.fa-bullhorn) .service-icon,
.service-card:has(.fa-megaphone) .service-icon {
  background: linear-gradient(135deg, #ffedd5, #fed7aa);
  border-color: #fdba74;
}

.service-card:has(.fa-rectangle-ad) .service-icon,
.service-card:has(.fa-audio-description) .service-icon {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  border-color: #c4b5fd;
}

.service-card:has(.fa-fire) .service-icon,
.service-card:has(.fa-fire-flame-curved) .service-icon {
  background: linear-gradient(135deg, #ffedd5, #fed7aa);
  border-color: #fb923c;
}

.service-card:has(.fa-bullseye) .service-icon,
.service-card:has(.fa-target) .service-icon {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  border-color: #f87171;
}

.service-card:has(.fa-facebook) .service-icon,
.service-card:has(.fa-facebook-f) .service-icon {
  background: linear-gradient(135deg, #e7f3ff, #cfe9ff);
  border-color: #93c5fd;
}

.service-card:has(.fa-instagram) .service-icon {
  background: linear-gradient(135deg, #fef3f2, #fee2e2);
  border-color: #fca5a5;
}

.service-card:has(.fa-youtube) .service-icon {
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border-color: #fca5a5;
}

.service-card:has(.fa-twitter) .service-icon,
.service-card:has(.fa-x-twitter) .service-icon {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-color: #93c5fd;
}

.service-card:has(.fa-linkedin) .service-icon,
.service-card:has(.fa-linkedin-in) .service-icon {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-color: #60a5fa;
}

.service-card:has(.fa-whatsapp) .service-icon {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-color: #86efac;
}

.service-card:has(.fa-telegram) .service-icon {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-color: #60a5fa;
}

.service-card:has(.fa-tiktok) .service-icon {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border-color: #cbd5e1;
}

.service-card:has(.fa-pinterest) .service-icon,
.service-card:has(.fa-pinterest-p) .service-icon {
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border-color: #fca5a5;
}

.service-card:has(.fa-discord) .service-icon {
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  border-color: #c7d2fe;
}

.service-card:has(.fa-spotify) .service-icon {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-color: #86efac;
}

.service-card:has(.fa-cc-visa) .service-icon {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-color: #60a5fa;
}

.service-card:has(.fa-cc-mastercard) .service-icon {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  border-color: #fca5a5;
}

.service-card:has(.fa-cc-paypal) .service-icon,
.service-card:has(.fa-paypal) .service-icon {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-color: #60a5fa;
}

.service-card:has(.fa-cc-stripe) .service-icon,
.service-card:has(.fa-stripe) .service-icon {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  border-color: #c4b5fd;
}

.service-card:has(.fa-circle-check) .service-icon,
.service-card:has(.fa-badge-check) .service-icon,
.service-card:has(.fa-certificate) .service-icon {
  background: #1d9bf0;
  border-color: #1d9bf0;
}

.stat-card {
  background: #fff;
  border: 1px solid #dcfce7;
  border-radius: 1rem;
  padding: 1.2rem;
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.08);
}

.stat-icon {
  font-size: 1.25rem;
}

.stat-number {
  margin-top: .5rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #065f46;
}

.stat-label {
  color: #64748b;
  font-size: .92rem;
}

.filter-btn {
  border: 1px solid #a7f3d0;
  background: #fff;
  color: #065f46;
  padding: .45rem .95rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
}

.filter-btn.active {
  background: #059669;
  color: #fff;
  border-color: #059669;
}

.portfolio-item {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #dcfce7;
  background: #fff;
  box-shadow: 0 6px 24px rgba(2, 132, 84, .08);
  transition: all .3s ease;
  position: relative;
}

.portfolio-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 45px rgba(16, 185, 129, .25);
  border-color: #34d399;
}

.portfolio-item img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: contain;
  background: #fff;
  transition: transform .4s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio-item .p-4 {
  position: relative;
  z-index: 1;
  transition: background .3s ease;
}

.portfolio-item:hover .p-4 {
  background: linear-gradient(180deg, transparent 0%, #ecfdf5 100%);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #a7f3d0;
  transition: .2s ease;
}

.dot.active {
  background: #059669;
  width: 22px;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #bbf7d0;
  background: #fff;
  color: #047857;
  font-size: 1.25rem;
  line-height: 1;
}

.slider-nav.left { left: 1rem; }
.slider-nav.right { right: 1rem; }

.social-chip {
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  background: #f0fdf4;
  color: #065f46;
  padding: .35rem .75rem;
  font-weight: 600;
}


.contact-item {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.contact-icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: .9rem;
  display: grid;
  place-items: center;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  font-size: 1.2rem;
}

.contact-label {
  color: #64748b;
  font-size: .95rem;
}

.contact-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.wa-float {
  position: relative;
  z-index: 60;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.22);
  animation: pulse 1.8s ease-out infinite;
}

.wa-icon {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #22c55e;
  color: white;
  font-size: 1.45rem;
  box-shadow: 0 8px 24px rgba(34, 197, 94, .4);
}

@keyframes pulse {
  0% { transform: scale(.9); opacity: .8; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

@media (max-width: 768px) {
  .section-wrap {
    padding-block: 3rem;
  }

  .slider-nav {
    display: none;
  }

  h1 {
    line-height: 1.2;
  }

  .wa-float {
    width: 3.5rem;
    height: 3.5rem;
  }

  .wa-icon {
    width: 2.8rem;
    height: 2.8rem;
  }

  .chat-float {
    right: .9rem;
    bottom: .9rem;
  }
}

@media (max-width: 480px) {
  .stat-card {
    padding: 1rem;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .contact-value {
    font-size: 1rem;
    word-break: break-word;
  }
}

.chat-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.1rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .65rem;
}

.chat-menu {
  width: min(270px, 90vw);
  background: linear-gradient(180deg, #ffffff 0%, #f8fffb 100%);
  border: 1px solid #bbf7d0;
  border-radius: 1rem;
  padding: .9rem;
  box-shadow: 0 16px 36px rgba(2, 132, 84, .18);
}

.chat-menu-head {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .2rem .2rem .35rem;
}

.chat-head-icon {
  width: 2rem;
  height: 2rem;
  border-radius: .55rem;
  background: #dcfce7;
  color: #047857;
  display: grid;
  place-items: center;
}

.chat-menu-title {
  font-size: .95rem;
  color: #065f46;
  font-weight: 800;
}

.chat-menu-subtitle {
  color: #64748b;
  font-size: .8rem;
  margin-top: .15rem;
}

.chat-links {
  margin-top: .55rem;
  display: grid;
  gap: .45rem;
}

.chat-link {
  display: flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid #c7f1dc;
  border-radius: .7rem;
  padding: .55rem .68rem;
  color: #065f46;
  font-weight: 700;
  background: #f8fffb;
  transition: .2s ease;
}

.chat-link:hover {
  background: #ecfdf5;
  border-color: #86efac;
  transform: translateY(-1px);
}

.chat-link-icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: .45rem;
  display: grid;
  place-items: center;
}

.chat-link-text {
  flex: 1;
}

.chat-link-arrow {
  color: #059669;
  font-size: .85rem;
}

.chat-link-icon--messenger {
  background: rgba(59, 130, 246, .14);
  color: #1d4ed8;
}

.chat-link-icon--telegram {
  background: rgba(14, 165, 233, .14);
  color: #0284c7;
}

.chat-link-icon--whatsapp {
  background: rgba(34, 197, 94, .14);
  color: #16a34a;
}

.chat-link-icon--call {
  background: rgba(249, 115, 22, .14);
  color: #ea580c;
}

.chat-link-icon--default {
  background: #dcfce7;
  color: #047857;
}

.toast-stack {
  position: fixed;
  z-index: 80;
  width: min(360px, calc(100vw - 1.5rem));
}

.toast-top-right {
  top: 1.1rem;
  right: 1.1rem;
}

.toast-top-left {
  top: 1.1rem;
  left: 1.1rem;
}

.toast-bottom-right {
  right: 1.1rem;
  bottom: 1.1rem;
}

.toast-bottom-left {
  left: 1.1rem;
  bottom: 1.1rem;
}

.toast-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  border-radius: .9rem;
  border: 1px solid;
  padding: .75rem .8rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  animation: toast-in .25s ease-out;
  overflow: hidden;
}

.toast-content {
  flex: 1 1 auto;
  min-width: 0;
}

.toast-title {
  font-size: .86rem;
  font-weight: 800;
  margin-bottom: .18rem;
}

.toast-dot {
  width: .6rem;
  height: .6rem;
  border-radius: 999px;
  flex: 0 0 auto;
  margin-top: .35rem;
  background: currentColor;
}

.toast-icon {
  opacity: .85;
  font-size: .95rem;
  margin-top: .15rem;
}

.toast-close {
  margin-left: .2rem;
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  opacity: .7;
}

.toast-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(1);
  opacity: .35;
  transition: transform linear;
}

.toast-success {
  background: #ecfdf5;
  color: #065f46;
  border-color: #86efac;
}

.toast-error {
  background: #fff1f2;
  color: #be123c;
  border-color: #fda4af;
}

.toast-warning {
  background: #fffbeb;
  color: #92400e;
  border-color: #fcd34d;
}

.toast-info {
  background: #eff6ff;
  color: #1e3a8a;
  border-color: #93c5fd;
}

.toast-leave {
  animation: toast-out .2s ease-in forwards;
}

@keyframes toast-in {
  from { transform: translateY(-8px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes toast-out {
  from { transform: translateY(0); opacity: 1; }
  to { transform: translateY(-8px); opacity: 0; }
}

@media (max-width: 768px) {
  .toast-stack {
    left: .75rem !important;
    right: .75rem !important;
    width: auto;
    top: .75rem !important;
    bottom: auto !important;
  }
}

.service-card {
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #f0fdf4 100%);
  border: 1px solid #bbf7d0;
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.12);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #34d399;
  box-shadow: 0 18px 40px rgba(16, 185, 129, 0.2);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.service-badge {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #047857;
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 999px;
  padding: .3rem .65rem;
}

.service-card-footer {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .9rem;
  font-weight: 700;
  color: #059669;
}

@media (max-width: 640px) {
  .service-card {
    padding: 1rem;
    border-radius: 1rem;
  }

  .service-badge {
    font-size: .64rem;
    padding: .24rem .5rem;
  }
}

@media (max-width: 520px) {
  .mobile-menu-panel {
    max-height: 48vh;
  }

  .mobile-menu-link {
    min-height: 2.4rem;
    padding: .52rem .65rem;
  }
}

.rating-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: .3rem;
}

.rating-stars .star {
  font-size: 2rem;
  color: #cbd5e1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.rating-stars input:checked ~ .star,
.rating-stars .star:hover,
.rating-stars .star:hover ~ .star {
  color: #fbbf24;
  transform: scale(1.1);
}

.rating-stars .star:active {
  transform: scale(0.95);
}

.review-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: fadeIn .2s ease-out;
}

.review-modal-overlay.active {
  display: flex;
}

.review-modal {
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #bbf7d0;
  box-shadow: 0 25px 50px rgba(2, 132, 84, .25);
  max-width: 500px;a
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.5rem;
  animation: modalSlideUp .3s ease-out;
}

.review-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.review-modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #065f46;
}

.review-modal-close {
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  border: 1px solid #d1fae5;
  background: #f0fdf4;
  color: #047857;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all .2s ease;
}

.review-modal-close:hover {
  background: #dcfce7;
  border-color: #86efac;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modalSlideUp {
  from { 
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to { 
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .review-modal {
    padding: 1.25rem;
    max-height: 85vh;
  }

  .review-modal-title {
    font-size: 1.25rem;
  }
}
