/* 
 * تصميم موقع لواء المزار الشمالي
 * © مؤسسة الديري للحلول الرقمية ADDSE - جميع الحقوق محفوظة
 * RTL Arabic Design System
 */

/* ===== CSS Variables ===== */
:root {
  --primary: #1a1a2e;
  --primary-light: #16213e;
  --secondary: #0f3460;
  --accent: #e2a500;
  --accent-light: #f5c842;
  --accent-glow: rgba(226, 165, 0, 0.3);
  --gold-gradient: linear-gradient(135deg, #e2a500, #f5c842, #e2a500);
  --dark-gradient: linear-gradient(
    135deg,
    #1a1a2e 0%,
    #16213e 50%,
    #0f3460 100%
  );
  --card-bg: rgba(255, 255, 255, 0.05);
  --card-border: rgba(255, 255, 255, 0.1);
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.75);
  --text-muted: rgba(255, 255, 255, 0.5);
  --shadow-lg: 0 25px 50px rgba(0, 0, 0, 0.3);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.2);
  --shadow-glow: 0 0 30px var(--accent-glow);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== Reset & Base ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Cairo", sans-serif;
  background: var(--primary);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent-light);
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Navbar ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
  transition: var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-primary);
}

.navbar-brand i {
  font-size: 1.6rem;
  color: var(--accent);
}

.navbar-brand:hover {
  color: var(--accent);
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar-menu a {
  color: var(--text-secondary);
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
}

.navbar-menu a:hover,
.navbar-menu a.active {
  color: var(--accent);
  background: rgba(226, 165, 0, 0.1);
}

.btn-nav-download {
  background: var(--gold-gradient) !important;
  color: var(--primary) !important;
  padding: 8px 22px !important;
  border-radius: var(--radius-xl) !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-nav-download:hover {
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.navbar-toggle span {
  width: 28px;
  height: 3px;
  background: var(--text-primary);
  border-radius: 3px;
  transition: var(--transition);
}

.navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* ===== Hero Section ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--primary);
  background-image: 
    radial-gradient(circle at 15% 50%, rgba(226, 165, 0, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 30%, rgba(15, 52, 96, 0.4) 0%, transparent 50%),
    linear-gradient(135deg, rgba(26,26,46,0.9), rgba(26,26,46,0.8));
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

/* Geometric Logo Showcase */
.hero-geometric-showcase {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-geometric-showcase::before,
.hero-geometric-showcase::after {
  content: '';
  position: absolute;
  inset: -15px;
  border: 2px dashed rgba(226, 165, 0, 0.4);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}

.hero-geometric-showcase::after {
  inset: -30px;
  border: 1px solid rgba(226, 165, 0, 0.1);
  animation: spin 45s linear infinite reverse;
}

.geometric-polygon {
  position: absolute;
  inset: 0;
  background: var(--gold-gradient);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  opacity: 0.1;
  animation: pulse-geo 4s ease-in-out infinite alternate;
}

.hero-logo {
  position: relative;
  width: 130px;
  height: 130px;
  z-index: 2;
  border-radius: 30%;
  box-shadow: 0 0 40px rgba(226, 165, 0, 0.4);
  animation: float 6s ease-in-out infinite;
  background: #fff;
  padding: 10px;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

@keyframes pulse-geo {
  0% { transform: scale(0.9) rotate(0deg); opacity: 0.05; }
  100% { transform: scale(1.1) rotate(15deg); opacity: 0.15; }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 46, 0.92) 0%,
    rgba(15, 52, 96, 0.85) 50%,
    rgba(26, 26, 46, 0.9) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 20px 80px;
  max-width: 900px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  padding: 8px 24px;
  border-radius: var(--radius-xl);
  font-size: 0.9rem;
  color: var(--accent);
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}

.hero h1 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff 30%, var(--accent-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 2;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: var(--radius-xl);
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary {
  background: var(--gold-gradient);
  color: var(--primary);
  box-shadow: var(--shadow-glow);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 50px var(--accent-glow);
  color: var(--primary);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--glass-border);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  border-color: var(--accent);
  background: rgba(226, 165, 0, 0.1);
  color: var(--accent);
  transform: translateY(-3px);
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--glass-border);
}

.hero-stat {
  text-align: center;
}

.hero-stat .number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent);
  display: block;
}

.hero-stat .label {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ===== Floating Shapes ===== */
.floating-shapes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: var(--accent);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: var(--secondary);
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  background: var(--accent-light);
  bottom: 20%;
  left: 30%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
  }
}

/* ===== Section Styles ===== */
.section {
  padding: 100px 0;
  position: relative;
}

.section-dark {
  background: var(--primary-light);
}

.section-gradient {
  background: var(--dark-gradient);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.section-label i {
  font-size: 0.8rem;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.4;
}

.section-header p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Release Notes Section ===== */
.release-notes-section {
  position: relative;
  background: var(--primary-light);
  overflow: hidden;
  border-top: 2px solid rgba(226, 165, 0, 0.2);
  border-bottom: 2px solid rgba(226, 165, 0, 0.2);
}

.release-notes-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.1), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.version-deprecated {
  font-family: 'Arial Black', sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  color: #e74c3c;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-color: #c0392b;
  text-decoration-thickness: 8px;
  opacity: 0.6;
  display: inline-block;
  direction: ltr;
}

.version-mandatory {
  font-family: 'Arial Black', sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  color: #e2a500;
  text-align: center;
  margin: 0;
  line-height: 1;
  text-shadow: 
    0 1px 0 #b38200, 
    0 2px 0 #b38200, 
    0 3px 0 #996f00, 
    0 4px 0 #996f00, 
    0 5px 0 #805d00, 
    0 7px 1px rgba(0,0,0,.1), 
    0 0 20px rgba(226,165,0,.4),
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
  transform: perspective(600px) rotateX(15deg);
  animation: float-3d-pulse 2s ease-in-out infinite alternate;
  display: inline-block;
  direction: ltr;
}

.version-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.mandatory-badge {
  background: rgba(226, 165, 0, 0.15);
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 8px 20px;
  border-radius: var(--radius-xl);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
  0% { box-shadow: 0 0 0 0 rgba(226, 165, 0, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(226, 165, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(226, 165, 0, 0); }
}

@keyframes float-3d-pulse {
  0% { transform: perspective(600px) rotateX(15deg) translateY(0) scale(1); }
  100% { transform: perspective(600px) rotateX(15deg) translateY(-10px) scale(1.02); }
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.release-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

.release-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(226, 165, 0, 0.15);
  border-color: rgba(226, 165, 0, 0.5);
}

.release-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}

.release-card h3 i {
  color: var(--accent);
  font-size: 1.5rem;
  background: rgba(226, 165, 0, 0.1);
  padding: 10px;
  border-radius: var(--radius-sm);
  display: flex;
  justify-content: center;
  align-items: center;
}

.release-card .service-features li i {
  color: var(--accent);
  font-size: 1rem;
  margin-top: 5px;
}

.release-card .service-features li {
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* ===== Services Cards ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.service-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.service-card:hover .service-card-img img {
  transform: scale(1.1);
}

.service-card-img .service-icon {
  position: absolute;
  bottom: -25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: var(--gold-gradient);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--primary);
  box-shadow: var(--shadow-glow);
  z-index: 2;
}

.service-card-body {
  padding: 40px 30px 30px;
}

.service-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.9;
}

.service-features {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.service-features li i {
  color: var(--accent);
  font-size: 0.8rem;
}

/* ===== Business Features ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.feature-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 35px 30px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold-gradient);
  transform: scaleX(0);
  transition: var(--transition);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
  border-color: rgba(226, 165, 0, 0.3);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(226, 165, 0, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--accent);
  margin: 0 auto 20px;
  transition: var(--transition);
}

.feature-card:hover .feature-icon {
  background: var(--gold-gradient);
  color: var(--primary);
  transform: scale(1.1) rotate(5deg);
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* ===== Business Page Preview ===== */
.business-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.business-preview-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.business-preview-images .img-main {
  grid-column: 1 / -1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 250px;
}

.business-preview-images .img-secondary {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 160px;
}

.business-preview-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.business-preview-images img:hover {
  transform: scale(1.05);
}

.business-preview-content h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.business-preview-content .subtitle {
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 20px;
}

.business-preview-content p {
  color: var(--text-secondary);
  margin-bottom: 25px;
  line-height: 2;
}

.business-info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.business-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.business-info-item:hover {
  border-color: var(--accent);
  background: rgba(226, 165, 0, 0.05);
}

.business-info-item i {
  color: var(--accent);
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
}

.business-info-item span {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* ===== Benefits Section ===== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.benefit-card {
  display: flex;
  gap: 20px;
  padding: 30px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}

.benefit-card:hover {
  transform: translateX(10px);
  border-color: var(--accent);
}

.benefit-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--gold-gradient);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--primary);
}

.benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefit-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* ===== Download Section ===== */
.download-section {
  background: var(--dark-gradient);
  position: relative;
  overflow: hidden;
}

.download-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--accent-glow), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.download-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.download-text h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.download-text p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 2;
}

.download-badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.download-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.download-badge:hover {
  border-color: var(--accent);
  background: rgba(226, 165, 0, 0.1);
  transform: translateY(-3px);
  color: var(--text-primary);
}

.download-badge i {
  font-size: 2rem;
  color: var(--accent);
}

.download-badge .badge-text {
  display: flex;
  flex-direction: column;
}

.download-badge .badge-text small {
  font-size: 0.7rem;
  color: var(--text-muted);
}

.download-badge .badge-text strong {
  font-size: 1rem;
  color: var(--text-primary);
}

.download-qr {
  text-align: center;
}

.qr-wrapper {
  background: white;
  padding: 20px;
  border-radius: var(--radius-lg);
  display: inline-block;
  box-shadow: var(--shadow-lg);
}

.qr-wrapper img {
  width: 200px;
  height: 200px;
}

.qr-wrapper p {
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 10px;
}

/* ===== Footer ===== */
.footer {
  background: #0d0d1a;
  position: relative;
  padding-top: 0;
}

.footer-wave {
  color: var(--primary);
  line-height: 0;
  margin-bottom: 60px;
}

.footer-wave svg {
  width: 100%;
  height: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.footer-brand i {
  font-size: 2rem;
  color: var(--accent);
}

.footer-brand h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.footer-col p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.footer-col h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--accent);
  padding-right: 5px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-contact li i {
  color: var(--accent);
  width: 16px;
  text-align: center;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--accent);
  color: var(--primary);
  border-color: var(--accent);
  transform: translateY(-3px);
}

.footer-bottom {
  padding: 30px 0;
  text-align: center;
}

.footer-trademark {
  margin-bottom: 10px;
}

.footer-trademark p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 8px 25px;
  background: rgba(226, 165, 0, 0.08);
  border: 1px solid rgba(226, 165, 0, 0.2);
  border-radius: var(--radius-xl);
}

.footer-trademark i {
  font-size: 1rem;
}

.footer-copyright {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 10px;
}

.footer-copyright strong {
  color: var(--accent);
}

.footer-legal {
  color: var(--text-muted);
  font-size: 0.75rem;
  margin-top: 8px;
  opacity: 0.7;
}

/* ===== Policy / Terms Pages ===== */
.page-hero {
  padding: 160px 0 80px;
  text-align: center;
  background: var(--dark-gradient);
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--primary));
}

.page-hero h1 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.page-hero p {
  color: var(--text-secondary);
  font-size: 1.1rem;
}

.page-content {
  padding: 60px 0 100px;
}

.page-content .content-wrapper {
  max-width: 850px;
  margin: 0 auto;
}

.content-section {
  margin-bottom: 40px;
  padding: 35px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-section h2 i {
  font-size: 1.2rem;
}

.content-section p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 10px;
}

.content-section ul {
  margin: 15px 0;
}

.content-section ul li {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 2;
  padding-right: 20px;
  position: relative;
}

.content-section ul li::before {
  content: "◆";
  position: absolute;
  right: 0;
  color: var(--accent);
  font-size: 0.6rem;
  top: 4px;
}

.last-update {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 40px;
  padding: 15px;
  background: var(--glass-bg);
  border-radius: var(--radius-md);
}

/* ===== Scroll Animations ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ===== QR Code Generation (SVG/Canvas Fallback) ===== */
.qr-placeholder {
  width: 200px;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .business-preview {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .download-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .download-qr {
    order: -1;
  }

  .download-badges {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    display: flex;
  }

  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    max-width: 350px;
    height: 100vh;
    background: rgba(26, 26, 46, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: stretch;
    padding: 80px 30px 30px;
    gap: 5px;
    transition: var(--transition);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }

  .navbar-menu.active {
    right: 0;
  }

  .navbar-menu a {
    padding: 12px 18px;
    font-size: 1.05rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }

  .section {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.6rem;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .download-text h2 {
    font-size: 1.8rem;
  }

  .qr-wrapper img {
    width: 150px;
    height: 150px;
  }

  .business-preview-images {
    grid-template-columns: 1fr;
  }

  .business-preview-images .img-main,
  .business-preview-images .img-secondary {
    height: 200px;
  }
}
