/* ============================================
   NightOutKolkata - Full Original CSS
   Extracted from your website
============================================ */

/* ========== RESET & ROOT VARIABLES ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-100: #939eae;
  --amber-600: #d97706;
  --amber-500: #f59e0b;
  --amber-400: #fbbf24;
  --green-600: #16a34a;
  --green-700: #15803d;
  --rose-500: #f43f5e;
  --gold-400: #7f4306;
  --green-250: #0c642d;
  --nok-bg-dark: #0f172a;
  --nok-card-bg: #1e293b;
  --nok-accent: #f59e0b;
  --nok-text-muted: #94a3b8;
  --nok-text-main: #fff;
  --nok-accent-hover: #d97706;
  --nok-input-bg: #0f172a;
  --nok-bg: #0f172a;
  --nok-card: #1e293b;
  --nok-gold: #f59e0b;
  --nok-text: #fff;
  --primary-orange: #c87918;
  --dark-bg: #030812;
  --card-bg: #0b1221;
  --text-white: #fff;
  --text-gray: #b0b0b0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--slate-950);
  color: #fff;
}

a
{
    color: #fbbf24;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hidden {
  display: none !important;
}

/* ========== SCROLLBAR ========== */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: var(--slate-950);
}
::-webkit-scrollbar-thumb {
  background: var(--amber-600);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--amber-500);
}

/* ========== GENERAL ========== */
.icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.logo a {
  font-size: 26px;
  font-weight: 800;
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
}

.logo img {
  width: 100%;
  height: auto;
}

svg.icon {
  stroke-linecap: round;
  stroke-linejoin: round;
}

h2 { font-size: 2.5rem; margin: 0 0 12px; }
h3 { font-size: 2rem; margin: 0 0 12px; }
h4 { font-size: 1.875rem; margin: 0 0 12px; }
h5 { font-size: 1.5rem; margin: 0 0 12px; }
h6 { font-size: 1rem; margin: 0 0 12px; }

.content-text a {
  color: #ffb934;
  text-decoration: none;
  border-bottom: 1px dotted var(--nok-gold);
  transition: .3s;
}

.content-text ul,
.content-text ol {
  margin-left: 32px;
}

.content-text li {
  padding: 0 0 10px;
}

.content-text li::marker {
  color: var(--nok-gold);
}

.content-text p {
  padding: 0 0 5px;
}

.content-text {
  font-size: 1.1rem !important;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.5rem;
  border-radius: .5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
  border: none;
  cursor: pointer;
  gap: .5rem;
}

.btn-primary {
  background-color: var(--gold-400);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--amber-500);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(217, 119, 6, .5);
}

.btn-whatsapp {
  background-color: var(--green-250);
  color: #fff;
}

.btn-whatsapp:hover {
  background-color: var(--green-700);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(22, 163, 74, .5);
}

.btn-outline {
  background-color: transparent;
  color: var(--amber-500);
  border: 1px solid var(--amber-500);
}

.btn-outline:hover {
  background-color: var(--amber-500);
  color: #fff;
}

.btn-large {
  padding: 12px;
  font-size: 1.125rem;
}

.btn-full {
  width: auto;
}

/* ========== HEADER ========== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(15, 23, 42, .8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-800);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.mobile-header-actions {
  display: none;
}

.btn-join-desk {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #000;
  border: none;
  box-shadow: 0 4px 10px rgba(245, 158, 11, .3);
  height: 34px;
}

.desk-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .8rem;
  transition: transform .2s ease;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1037px) {
  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: 15px;
  }
  .mob-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 50px;
    font-weight: 700;
    font-size: .8rem;
    transition: transform .2s ease;
    line-height: 1;
    white-space: nowrap;
  }
  .mob-action-btn:active {
    transform: scale(.95);
  }
  .btn-wa-mob {
    background: rgba(37, 211, 102, .15);
    color: #25d366;
    border: 1px solid #25d366;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }
  .btn-join-mob {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #000;
    border: none;
    box-shadow: 0 4px 10px rgba(245, 158, 11, .3);
    height: 34px;
  }
  .mob-action-btn svg {
    width: 16px;
    height: 16px;
  }
}

.location {
  color: var(--amber-500);
  font-size: .875rem;
  margin-left: .5rem;
}

.nav-desktop {
  display: none;
  gap: 2rem;
  font-weight: 600;
}

.nav-link.active {
  color: #f78b06;
  font-weight: 800;
}

.nav-link {
  color: var(--slate-300);
  text-decoration: none;
  transition: color .3s ease;
}

.nav-link:hover {
  color: #fff;
}

.header-cta {
  display: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mobile-menu-btn {
  background: 0 0;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: .5rem;
}

.mobile-menu-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-menu {
  border-top: 1px solid var(--slate-800);
  padding: 1rem 0;
}

.nav-mobile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 1rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, var(--slate-950), var(--slate-900), var(--slate-950));
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .2;
  animation: pulse 3s ease-in-out infinite;
}

.blob-1 {
  top: 5rem;
  left: 2.5rem;
  width: 18rem;
  height: 18rem;
  background-color: var(--amber-500);
}

.blob-2 {
  bottom: 5rem;
  right: 2.5rem;
  width: 24rem;
  height: 24rem;
  background-color: var(--rose-500);
  animation-delay: 1s;
}

@keyframes pulse {
  0%, 100% { opacity: .2; }
  50% { opacity: .3; }
}

.hero-container {
  position: relative;
  z-index: 10;
}

.hero-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.badge {
  display: inline-block;
  padding: .5rem 1rem;
  background-color: rgba(245, 158, 11, .1);
  border: 1px solid rgba(245, 158, 11, .3);
  border-radius: 9999px;
  color: var(--amber-500);
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  display: block;
  color: var(--amber-500);
  margin-top: .5rem;
}

.hero-description {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

.hero-cta {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  margin-bottom: 4rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 48rem;
  margin: 0 auto;
}

.stat {
  text-align: center;
}

.stat-number {
  font-size: 2.15rem;
  font-weight: 700;
  color: var(--amber-500);
  margin-bottom: .5rem;
}

.stat-label {
  color: var(--slate-400);
  font-size: .875rem;
}

/* ========== PROFILES SECTION ========== */
.profiles-section {
  padding: 1rem 0;
  background-color: var(--slate-950);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.section-description {
  color: var(--slate-400);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto;
}

.filters-card {
  background-color: var(--slate-900);
  border-radius: .75rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid var(--slate-800);
}

.filters-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.filter-item {
  position: relative;
}

.filter-search {
  position: relative;
}

.search-icon {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--slate-400);
  pointer-events: none;
}

.filter-input,
.filter-select {
  width: 100%;
  padding: .75rem;
  padding-left: 2.5rem;
  background-color: var(--slate-800);
  border: 1px solid var(--slate-700);
  border-radius: .5rem;
  color: #fff;
  font-size: 1rem;
}

.filter-select {
  padding-left: .75rem;
  cursor: pointer;
}

.filter-input:focus,
.filter-select:focus {
  outline: none;
  border-color: var(--amber-500);
}

.filter-input::placeholder {
  color: var(--slate-500);
}

.filters-footer {
  display: flex;
  justify-content: flex-end;
}

.results-count {
  text-align: center;
  margin-bottom: 2rem;
  color: var(--slate-400);
}

.count-number {
  color: var(--amber-500);
  font-weight: 600;
}

.profiles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.profile-card {
  background-color: var(--slate-900);
  border: 1px solid var(--slate-800);
  border-radius: .75rem;
  overflow: hidden;
  transition: all .5s ease;
}

.profile-card:hover {
  border-color: rgba(245, 158, 11, .5);
  transform: translateY(-.5rem);
  box-shadow: 0 20px 40px rgba(245, 158, 11, .2);
}

.profile-image-container {
  position: relative;
  height: 27rem;
  overflow: hidden;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.profile-card:hover .profile-image {
  transform: scale(1.1);
}

.profile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--slate-900), rgba(15, 23, 42, .5), transparent);
  opacity: .6;
  transition: opacity .5s ease;
}

.profile-card:hover .profile-overlay {
  opacity: .4;
}

.availability-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .25rem .75rem;
  border-radius: 9999px;
  font-size: .875rem;
  display: flex;
  align-items: center;
  gap: .25rem;
}

.availability-badge.available {
  background-color: var(--green-600);
  color: #fff;
}

.availability-badge.busy {
  background-color: var(--slate-600);
  color: #fff;
}

.profile-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}

.profile-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .25rem;
}

.profile-location {
  display: flex;
  align-items: center;
  color: var(--amber-500);
  font-size: .875rem;
  gap: .25rem;
}

.profile-content {
  padding: 1.5rem;
}

.profile-details {
  margin-bottom: 1rem;
}

.profile-age {
  color: var(--slate-400);
  font-size: .875rem;
  margin-bottom: .5rem;
}

.profile-age span {
  color: #fff;
  font-weight: 500;
}

.profile-description {
  color: var(--slate-300);
  font-size: .875rem;
  line-height: 1.5;
}

.profile-services {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  justify-content: space-around;
}

.service-tag {
  padding: .25rem .75rem;
  border: 1px solid rgba(245, 158, 11, .3);
  border-radius: .25rem;
  color: var(--amber-500);
  font-size: .75rem;
  transition: all .3s ease;
}

.service-tag:hover {
  background-color: rgba(245, 158, 11, .1);
}

.profile-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}

.no-results {
  text-align: center;
  padding: 4rem 0;
}

.no-results p {
  color: var(--slate-400);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/* ========== ABOUT / FEATURES ========== */
.about-section {
  padding: 6rem 0;
  background-color: var(--slate-900);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.feature-card {
  background-color: var(--slate-800);
  border: 1px solid var(--slate-700);
  border-radius: .75rem;
  padding: 1.5rem;
  text-align: center;
  transition: all .5s ease;
}

.feature-card:hover {
  border-color: rgba(245, 158, 11, .5);
  box-shadow: 0 10px 20px rgba(245, 158, 11, .1);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(245, 158, 11, .1);
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.feature-card:hover .feature-icon {
  background-color: rgba(245, 158, 11, .2);
}

.feature-icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--amber-500);
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .75rem;
}

.feature-card p {
  color: var(--slate-400);
  line-height: 1.5;
}

.about-content {
  max-width: 64rem;
  margin: 0 auto;
}

.content-card {
  background-color: var(--slate-800);
  border: 1px solid var(--slate-700);
  border-radius: .75rem;
  padding: 2rem;
}

.content-card h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.content-text p {
  color: var(--slate-300);
  line-height: 1.75;
}

.content-text p:last-child {
  margin-bottom: 0;
}

/* ========== CONTACT ========== */
.contact-section {
  padding: 6rem 0;
  background-color: var(--slate-950);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 72rem;
  margin: 0 auto;
}

.contact-info-card {
  background-color: var(--slate-900);
  border: 1px solid var(--slate-800);
  border-radius: .75rem;
  padding: 2rem;
}

.contact-info-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
}

.contact-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-icon { background-color: rgba(245, 158, 11, .1); }
.phone-icon svg { color: var(--amber-500); }
.whatsapp-icon { background-color: rgba(22, 163, 74, .1); }
.whatsapp-icon svg { color: var(--green-600); }
.email-icon { background-color: rgba(59, 130, 246, .1); }
.email-icon svg { color: #3b82f6; }
.location-icon { background-color: rgba(168, 85, 247, .1); }
.location-icon svg { color: #a855f7; }
.time-icon { background-color: rgba(244, 63, 94, .1); }
.time-icon svg { color: var(--rose-500); }

.contact-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.contact-item h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: .25rem;
}

.contact-item a {
  color: var(--slate-400);
  text-decoration: none;
  transition: color .3s ease;
}

.contact-item a:hover {
  color: var(--amber-500);
}

.contact-item p {
  color: var(--slate-400);
}

.booking-cta-card {
  background: linear-gradient(to bottom right, rgba(245, 158, 11, .1), rgba(244, 63, 94, .1));
  border: 1px solid rgba(245, 158, 11, .3);
  border-radius: .75rem;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-cta-card h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.booking-cta-card > p {
  color: var(--slate-300);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.disclaimer {
  color: var(--slate-400);
  font-size: .875rem;
  margin-top: 1.5rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Segoe UI', system-ui, sans-serif;
    background: #0f0f13;
    color: #e2e2e2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  /* ========== FOOTER ========== */
  .site-footer {
    margin-top: auto;
    background: linear-gradient(180deg, #1a1a24 0%, #12121a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
  }

  .site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 100, 150, 0.4), transparent);
  }

  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .footer-col h3 {
    font-family: 'Georgia', serif;
    font-size: 1.35rem;
    font-weight: 500;
    color: #f59e0b;
    margin-bottom: 22px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
  }

  .footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 2px;
    background: #f59e0b;
    border-radius: 2px;
  }

  .footer-col ul {
    list-style: none;
  }

  .footer-col ul li {
    margin-bottom: 11px;
  }

  .footer-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .footer-col ul li a::before {
    content: '›';
    color: #f59e0b;
    font-size: 1.1rem;
    opacity: 0.7;
    transition: transform 0.25s ease;
  }

  .footer-col ul li a:hover {
    color: #ffffff;
    transform: translateX(4px);
  }

  .footer-col ul li a:hover::before {
    opacity: 1;
    transform: translateX(2px);
  }

  /* Bottom bar */
  .footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    font-size: 0.85rem;
    color: #fff;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .footer-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 35px 30px;
    }
  }

  @media (max-width: 576px) {
    .footer-container {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .site-footer {
      padding: 40px 0 25px;
    }
  }

/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
  .hero-cta {
    flex-direction: row;
    justify-content: center;
  }
  .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1037px) {
  .nav-desktop {
    display: flex;
  }
  .header-cta {
    display: block;
  }
  .mobile-menu-btn {
    display: none;
  }
  .hero-title {
    font-size: 3.1rem;
  }
  .filters-grid {
    grid-template-columns: 0fr 1fr 1fr 1fr;
  }
  .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .profiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ========== FAQ SECTION ========== */
.faq-section {
  background-color: var(--dark-bg);
  padding: 60px 20px;
  font-family: "Arial", sans-serif;
}

.faq-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  color: var(--text-white);
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: system-ui;
}

.section-title p {
  color: var(--text-gray);
  font-size: 16px;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: var(--card-bg);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .05);
  transition: all .3s ease;
}

.faq-item:hover {
  border-color: var(--primary-orange);
  transform: translateY(-2px);
}

.faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 600;
  transition: color .3s ease;
}

.faq-question:hover {
  color: var(--primary-orange);
}

.faq-question i {
  color: var(--primary-orange);
  transition: transform .3s ease;
}

.faq-item.active .faq-question {
  color: var(--primary-orange);
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  padding: 0 20px;
}

.faq-answer p {
  color: var(--text-gray);
  padding-bottom: 20px;
  line-height: 1.6;
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
  .faq-question {
    font-size: 16px;
    padding: 15px;
  }
}

.faq-question .faq-icon {
  color: var(--primary-orange);
  width: 20px;
  height: 20px;
  transition: transform .3s ease;
}

.faq-item.active .faq-question .faq-icon {
  transform: rotate(180deg);
}

/* ========== PRICING ========== */
.price-section {
  background-color: #1eff000d;
  padding: 60px 20px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #fff;
  border-top: 1px solid #ffffff1c;
}

.price-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title .highlight {
  color: #f59e0b;
}

.section-desc {
  font-size: 1.1rem;
  color: #94a3b8;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  align-items: center;
}

.pricing-card {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
  border-color: #f59e0b;
}

.pricing-card .duration {
  font-size: 1.4rem;
  color: #cbd5e1;
  margin-bottom: 10px;
  font-weight: 600;
}

.pricing-card .price {
  font-size: 2.2rem;
  color: #f59e0b;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-card .currency {
  font-size: 1.2rem;
  vertical-align: top;
  margin-right: 2px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  flex-grow: 1;
}

.features-list li {
  margin-bottom: 12px;
  color: #e2e8f0;
  font-size: .95rem;
  display: flex;
  align-items: center;
}

.features-list .icon {
  color: #f59e0b;
  font-weight: 700;
  margin-right: 10px;
  font-size: 1.1rem;
}

.btn-price {
  display: inline-block;
  padding: 12px 30px;
  background: 0 0;
  border: 2px solid #f59e0b;
  color: #f59e0b;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all .3s ease;
  text-transform: uppercase;
  font-size: .9rem;
}

.btn-price:hover {
  background: #f59e0b;
  color: #000;
}

.pricing-card.popular {
  background: #263344;
  border: 1px solid #f59e0b;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 10px 25px rgba(245, 158, 11, .15);
}

.popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: #000;
  font-size: .75rem;
  font-weight: 700;
  padding: 5px 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-transform: uppercase;
}

.btn-glow {
  background: #f59e0b;
  color: #000;
  box-shadow: 0 0 15px rgba(245, 158, 11, .4);
}

.btn-glow:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, .4);
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pricing-card.popular {
    transform: scale(1);
  }
  .section-title {
    font-size: 1.8rem;
  }
}

.pricing-note {
  text-align: center;
  color: #898989;
  margin-top: 30px;
  font-style: italic;
}

/* ========== SERVICE LOCATIONS ========== */
.service-locations {
  background-color: #0f172a;
  padding: 60px 20px;
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.service-locations .container {
  max-width: 1200px;
  margin: 0 auto;
}

.loc-header {
  text-align: center;
  margin-bottom: 40px;
}

.loc-title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.loc-title .highlight {
  color: #f59e0b;
}

.loc-subtitle {
  color: #94a3b8;
  font-size: 1rem;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.area-grid li {
  margin: 0;
}

.area-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e293b;
  color: #cbd5e1;
  padding: 12px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .03);
  transition: all .3s ease;
}

.area-grid a:hover {
  background: #f59e0b;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(245, 158, 11, .2);
  border-color: #f59e0b;
}

@media (max-width: 900px) {
  .area-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .area-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .loc-title {
    font-size: .8rem;
  }
  .area-grid a {
    font-size: .85rem;
    padding: 10px;
  }
}

/* ========== CATEGORIES ========== */
.nok-categories-section {
  padding: 60px 0;
  background: #080f20;
}

.cat-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  padding-bottom: 15px;
}

.cat-title {
  font-size: 2rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.view-all-btn {
  color: #f59e0b;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid rgba(245, 158, 11, .3);
  padding: 8px 16px;
  border-radius: 50px;
  transition: .3s;
}

.view-all-btn:hover {
  background: #f59e0b;
  color: #000;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cat-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 3/4;
  border: 1px solid rgba(255, 255, 255, .1);
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.cat-card:hover {
  border-color: #f59e0b;
  box-shadow: 0 10px 30px rgba(245, 158, 11, .2);
  transform: translateY(-5px);
}

.cat-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

.cat-card:hover .cat-img {
  transform: scale(1.15);
}

.cat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, 0) 100%);
  transition: opacity .3s;
}

.cat-card:hover .cat-overlay {
  background: linear-gradient(to top, rgba(245, 158, 11, .8) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
}

.cat-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  transition: transform .3s;
}

.cat-card h3 {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .8);
}

.cat-count {
  color: #cbd5e1;
  font-size: .9rem;
  display: block;
  margin-top: 5px;
  font-weight: 500;
  opacity: .8;
}

.cat-card:hover .cat-count {
  color: #000;
  font-weight: 700;
  opacity: 1;
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cat-title {
    font-size: 1.5rem;
  }
  .view-all-btn {
    font-size: .8rem;
    padding: 6px 12px;
  }
  .cat-info {
    padding: 12px;
  }
  .cat-card h3 {
    font-size: 1rem;
  }
  .cat-count {
    font-size: .75rem;
  }
}

/* ========== WHATSAPP WIDGET ========== */
.wa-widget-wrapper {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99999;
  font-family: "Segoe UI", sans-serif;
}

.wa-content-group {
  position: relative;
  transform-origin: bottom left;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

.wa-main-btn {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 14px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  animation: wa-pulse-green 2s infinite;
}

.wa-icon-box {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.wa-svg {
  width: 100%;
  height: 100%;
}

.wa-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.wa-title {
  font-weight: 800;
  font-size: 17px;
}

.wa-subtitle {
  font-size: 11px;
  opacity: .9;
}

.wa-close-btn {
  position: absolute;
  top: -12px;
  right: -8px;
  width: 28px;
  height: 28px;
  background: #f59e0b;
  color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  z-index: 10;
  transition: .2s;
}

.wa-close-btn:hover {
  transform: scale(1.1);
  background: #fff;
  border-color: #f59e0b;
}

.wa-close-btn svg {
  width: 14px;
  height: 14px;
}

.wa-minimized-trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: #0f172a;
  color: #f59e0b;
  border: 2px solid #f59e0b;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  opacity: 0;
  transform: scale(.5);
  pointer-events: none;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}

.wa-minimized-trigger svg {
  width: 26px;
  height: 26px;
}

.wa-widget-wrapper.is-hidden .wa-content-group {
  opacity: 0;
  transform: scale(.5);
  pointer-events: none;
}

.wa-widget-wrapper.is-hidden .wa-minimized-trigger {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  animation: wa-pulse-gold 2s infinite;
}

@keyframes wa-pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes wa-pulse-gold {
  0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, .6); }
  70% { box-shadow: 0 0 0 12px rgba(245, 158, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

@media (max-width: 480px) {
  .wa-widget-wrapper {
    bottom: 20px;
    left: 20px;
  }
  .wa-main-btn {
    padding: 10px 18px 10px 12px;
  }
  .wa-title {
    font-size: 15px;
  }
}

/* ========== SCROLL TO TOP ========== */
.scroll-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #0f172a;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s cubic-bezier(.25, 1, .5, 1);
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(245, 158, 11, .4);
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring-circle {
  stroke-dasharray: 138.2;
  stroke-dashoffset: 138.2;
  transition: stroke-dashoffset .1s linear;
  stroke-linecap: round;
}

.scroll-arrow {
  color: #f59e0b;
  z-index: 2;
  display: flex;
  transition: .3s;
}

.scroll-top-btn:hover .scroll-arrow {
  color: #fff;
}

@media (max-width: 480px) {
  .scroll-top-btn {
    bottom: 20px;
    right: 20px;
  }
}

/* ========== CONSENT GATE & COOKIE BAR ========== */
body.locked {
  overflow: hidden;
}

.consent-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  opacity: 0;
  transition: opacity .4s;
}

.consent-gate.active {
  display: flex;
  opacity: 1;
}

.consent-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, .75);
  transform: scale(1.05);
  opacity: 0;
  transition: .6s;
}

.consent-gate.active .consent-blur {
  transform: scale(1);
  opacity: 1;
}

.consent-box {
  position: relative;
  max-width: 520px;
  width: 90%;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(145deg, #0b132b, #1c2541);
  box-shadow: 0 0 40px rgba(255, 140, 0, .25);
  transform: scale(.85) translateY(20px);
  opacity: 0;
  transition: .5s;
}

.consent-gate.active .consent-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.consent-gate.hide {
  opacity: 0;
}

.consent-gate.hide .consent-box {
  transform: scale(.9);
  opacity: 0;
}

.consent-box .logo {
  color: orange;
  font-weight: 600;
  margin-bottom: 10px;
}

.consent-box h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}

.consent-box p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.consent-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.btn-enter {
  background: linear-gradient(90deg, #ff8c00, #ff5e00);
  border: none;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  width: 70%;
  padding: 12px 25px;
  cursor: pointer;
  animation: 2s infinite pulseGlow;
}

.btn-exit {
  background: 0 0;
  border: 1px solid #ff8c00;
  color: #ff8c00;
  border-radius: 8px;
  width: 30%;
  padding: 12px 25px;
  cursor: pointer;
}

.btn-enter:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 140, 0, .4);
}

.btn-exit:hover {
  background: #ff8c00;
  color: #000;
  transform: translateY(-2px);
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 140, 0, .4); }
  50% { box-shadow: 0 0 20px rgba(255, 140, 0, .6); }
}

.consent-links {
  margin-top: 15px;
  font-size: 12px;
}

.consent-links a {
  color: #aaa;
  margin: 0 8px;
  text-decoration: none;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 15, 44, .95);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 15px 20px;
  z-index: 9999;
  display: none;
  animation: .4s slideUp;
}

.cookie-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-content p {
  font-size: 14px;
  color: #cbd5e1;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.btn-accept {
  background: linear-gradient(90deg, #ff8c00, #ff5e00);
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 8px 18px;
  cursor: pointer;
}

.btn-reject {
  background: 0 0;
  border: 1px solid #ff8c00;
  color: #ff8c00;
  border-radius: 6px;
  padding: 8px 18px;
  cursor: pointer;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@media (max-width: 600px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .consent-buttons {
    flex-direction: row;
  }
  .btn-enter {
    width: 72%;
  }
  .btn-exit {
    width: 28%;
  }
  .consent-box {
    padding: 25px 20px;
  }
  .consent-box h2 {
    font-size: 22px;
  }
}


<style>
.gallery-4x4 {
  background: #0a0a12;
  padding: 70px 20px;
  color: #fff;
}

.gallery-4x4 .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 45px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-title span {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-description {
  color: #94a3b8;
  font-size: 1.1rem;
}

/* 4x4 Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  border: 1px solid rgba(245, 158, 11, 0.15);
  transition: all 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover {
  border-color: #f59e0b;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.25);
  transform: translateY(-6px);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  transform: translateY(10px);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.gallery-item:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}

.overlay h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .overlay h3 {
    font-size: 0.95rem;
  }
}
</style>

<style>
.categories-section {
  background: #0a0a12;
  padding: 70px 20px;
  color: #fff;
}

.categories-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 45px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-title span {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-description {
  color: #94a3b8;
  font-size: 1.1rem;
}

/* 4x2 Grid */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.category-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 3/4;
  border: 1px solid rgba(245, 158, 11, 0.15);
  transition: all 0.35s ease;
  display: block;
}

.category-card:hover {
  transform: translateY(-8px);
  border-color: #f59e0b;
  box-shadow: 0 15px 35px rgba(245, 158, 11, 0.25);
}

.cat-img {
  width: 100%;
  height: 100%;
}

.cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover .cat-img img {
  transform: scale(1.1);
}

.cat-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 15px 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.92), transparent);
  text-align: center;
}

.cat-info h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.cat-info span {
  font-size: 0.85rem;
  color: #f59e0b;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cat-info h3 {
    font-size: 1rem;
  }
}
</style>


<style>
.reviews-section {
  background: #0a0a12;
  padding: 70px 20px;
  color: #fff;
}

.reviews-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 2.0rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-title span {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-description {
  color: #fff;
  font-size: 1.1rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.review-card {
  background: #111827;
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: 16px;
  padding: 28px 22px;
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: #f59e0b;
  box-shadow: 0 15px 30px rgba(245, 158, 11, 0.15);
}

.stars {
  color: #f59e0b;
  font-size: 1.2rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.review-text {
  color: #cbd5e1;
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 22px;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewer h4 {
  font-size: 1rem;
  margin: 0 0 3px;
  color: #fff;
}

.reviewer span {
  font-size: 0.85rem;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 2rem;
  }
}
</style>