/* ==========================================================================
   INFINITIX INFOTECH - RESTAURANT SOFTWARE SERVICE PAGE STYLESHEET
   File: asset/css/restaurant-software.css
   Theme: Warm Obsidian Canvas (#0c0a09), Amber & Gold (#f59e0b, #fbbf24), Warm Emerald (#10b981)
   ========================================================================== */

/* Page Background Canvas */
.rest-page-body {
  background-color: #0c0a09 !important;
  color: #a8a29e;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 50% 15%, rgba(245, 158, 11, 0.18) 0%, transparent 50%),
    radial-gradient(circle at 15% 45%, rgba(16, 185, 129, 0.16) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(251, 191, 36, 0.14) 0%, transparent 45%),
    radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 30px 30px;
}

/* Headings & Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', 'Poppins', sans-serif;
  color: #ffffff;
  letter-spacing: -0.025em;
}

.text-gradient-rest {
  background: linear-gradient(135deg, #ffffff 0%, #fbbf24 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #fef08a 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Restaurant Badge */
.rest-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 50px;
  color: #fbbf24;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(12px);
}

/* HERO SECTION */
.rest-hero {
  padding: 150px 0 90px;
  position: relative;
}

.hero-title-rest {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero-subtitle-rest {
  font-size: 1.18rem;
  line-height: 1.7;
  color: #a8a29e;
  margin-bottom: 2.2rem;
}

.hero-cta-rest {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn-rest-quote {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff !important;
  padding: 0.95rem 2.2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
  transition: all 0.3s ease;
}

.btn-rest-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(245, 158, 11, 0.6);
  color: #ffffff;
}

.btn-rest-wa {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.btn-rest-wa:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.btn-rest-consult {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.btn-rest-consult:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

/* RESTAURANT OPERATIONS FRAME */
.rest-dash-frame {
  background: rgba(28, 25, 23, 0.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
  position: relative;
}

/* INFOGRAPHIC CARDS */
.rest-info-card {
  background: rgba(28, 25, 23, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.2rem;
  transition: all 0.35s ease;
  height: 100%;
}

.rest-info-card:hover {
  transform: translateY(-7px);
  border-color: #f59e0b;
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.25);
}

.rest-icon-square {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(16, 185, 129, 0.25));
  border: 1px solid #f59e0b;
  color: #fbbf24;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* RESTAURANT SOLUTION MATRIX CARDS */
.rest-solution-card {
  background: rgba(28, 25, 23, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rest-solution-card:hover {
  border-color: #f59e0b;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* TECH STACK CIRCLES WITH LABELS UNDERNEATH */
.rest-tech-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(28, 25, 23, 0.85);
  border: 2px solid rgba(245, 158, 11, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.rest-tech-circle:hover {
  border-color: #fbbf24;
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.5);
}

/* COMPARISON TABLE */
.rest-comp-wrapper {
  background: rgba(28, 25, 23, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow-x: auto;
}

.rest-comp-table {
  width: 100%;
  border-collapse: collapse;
  color: #cbd5e1;
}

.rest-comp-table th, .rest-comp-table td {
  padding: 1.25rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rest-comp-table th {
  background: rgba(28, 25, 23, 0.95);
  color: #ffffff;
  font-weight: 700;
}

.highlight-tabletrack {
  background: rgba(245, 158, 11, 0.15);
  color: #ffffff !important;
  font-weight: 600;
}

/* FAQS ACCORDION */
.rest-faq-item {
  background: rgba(28, 25, 23, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.rest-faq-button {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}

.rest-faq-button:not(.collapsed) {
  color: #fbbf24 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rest-faq-body {
  padding: 1.25rem 1.5rem;
  color: #a8a29e;
  line-height: 1.7;
}

/* FINAL CTA BANNER */
.rest-cta-banner {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.3) 0%, rgba(16, 185, 129, 0.25) 100%), rgba(12, 10, 9, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(245, 158, 11, 0.45);
  border-radius: 28px;
  padding: 4.5rem 2.5rem;
  text-align: center;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .rest-hero { padding: 120px 0 60px; }
}
