/* Maram Samara - Premium Executive Website */
/* Theme: Ultra-Modern, Elegant, Pro Animations */

:root {
  /* Palette - Light & Airy */
  --bg-body: #FDFBF7;
  /* Warm off-white */

  /* Premium Gradients */
  --grad-primary: linear-gradient(135deg, #0F172A 0%, #1D4ED8 100%);
  --grad-accent: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
  --grad-subtle-blue: linear-gradient(180deg, #F0F9FF 0%, #FFFFFF 100%);
  --grad-aurora: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #6B8DD6 100%);
  --grad-gold: linear-gradient(135deg, #D4AF37 0%, #F5D67B 50%, #D4AF37 100%);
  --grad-mesh: radial-gradient(at 40% 20%, hsla(212, 93%, 49%, 0.1) 0px, transparent 50%),
    radial-gradient(at 80% 0%, hsla(189, 100%, 56%, 0.1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(355, 100%, 93%, 0.1) 0px, transparent 50%),
    radial-gradient(at 80% 50%, hsla(217, 100%, 50%, 0.08) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(22, 100%, 77%, 0.1) 0px, transparent 50%);

  /* Text Colors */
  --text-main: #0F172A;
  --text-muted: #64748B;
  --text-highlight: #0284C7;
  --text-white: #FFFFFF;
  --text-nav: #334155;

  /* Spacing */
  --space-xs: 0.75rem;
  --space-sm: 1.5rem;
  --space-md: 3rem;
  --space-lg: 5rem;
  --space-xl: 8rem;

  /* Premium Shadows */
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  --shadow-blue: 0 15px 35px -5px rgba(14, 165, 233, 0.3);
  --shadow-glow: 0 0 40px rgba(14, 165, 233, 0.15);
  --shadow-card-hover: 0 30px 60px -10px rgba(14, 165, 233, 0.25);
  --shadow-float: 0 25px 50px -12px rgba(0, 0, 0, 0.15);

  /* Borders */
  --border-light: 1px solid rgba(226, 232, 240, 0.8);
  --border-glow: 1px solid rgba(14, 165, 233, 0.3);

  /* Typography */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Lato', sans-serif;
  --font-accent: 'Cormorant Garamond', serif;
  --font-arabic: 'Cairo', 'Tajawal', sans-serif;

  --trans-fast: 0.2s ease;
  --trans-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --trans-bounce: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--text-main);
  line-height: 1.3;
  margin-bottom: var(--space-xs);
}

h1 {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 700;
  color: var(--text-main);
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.1em;
  line-height: 1.15;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  position: relative;
  display: inline-block;
}

p {
  color: var(--text-muted);
  font-size: 1.1rem;
  margin-bottom: var(--space-sm);
  max-width: 60ch;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--trans-fast);
}

/* Layout Centering */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.section {
  padding: var(--space-xl) 0;
  position: relative;
}

/* Page Header (Inner Pages) */
.page-header {
  padding-top: 140px;
  /* Offset for fixed header + spacing */
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
  background: transparent;
}

.page-header h1 {
  margin-bottom: 1rem;
}

.page-header .page-subtitle {
  margin: 0 auto;
  max-width: 700px;
  font-size: 1.25rem;
}

/* ========== CREATIVE BACKGROUNDS (Inner Pages) ========== */

/* Infinite Grid (Unified Background) */
.grid-background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: var(--bg-body);
  overflow: hidden;
}

.grid-layer-base {
  width: 100%;
  height: 100%;
  opacity: 0.05;
}

.grid-layer-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  mask-image: radial-gradient(300px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), black, transparent);
  -webkit-mask-image: radial-gradient(300px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), black, transparent);
}

.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -2;
  opacity: 0.4;
}

.blob-1 {
  width: 50vw;
  height: 50vw;
  background: rgba(14, 165, 233, 0.3);
  top: -20%;
  right: -10%;
  animation: blob-float 20s infinite alternate;
}

.blob-2 {
  width: 40vw;
  height: 40vw;
  background: rgba(29, 78, 216, 0.2);
  bottom: -10%;
  left: -10%;
  animation: blob-float 25s infinite alternate-reverse;
}

@keyframes blob-float {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(30px, 30px);
  }
}

/* Button */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: var(--trans-smooth);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 0.95rem;
}

.btn-primary {
  background: var(--grad-primary);
  color: white;
  box-shadow: var(--shadow-blue);
  border: none;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -5px rgba(14, 165, 233, 0.5);
}

.btn-secondary {
  background: white;
  color: var(--text-highlight);
  border: 1px solid rgba(14, 165, 233, 0.2);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  border-color: var(--text-highlight);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 1rem 0;
  transition: var(--trans-smooth);
}

header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: var(--border-light);
  padding: 0.8rem 0;
  box-shadow: var(--shadow-sm);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 40px;
  width: auto;
}

footer .logo-img {
  height: 36px;
}

.nav-menu ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-menu a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-nav);
  position: relative;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--grad-accent);
  transition: var(--trans-smooth);
}

.nav-menu a:hover,
.nav-menu a.active {
  color: #0369A1;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  width: 100%;
}

.lang-switch a {
  padding: 0.4rem 1rem;
  border-radius: 20px;
  background: white;
  border: 1px solid #E2E8F0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-nav);
}

.lang-switch a:hover {
  border-color: #0284C7;
  color: #0284C7;
}

/* Hero Strict 100vh */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 60px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  height: 100%;
}

.hero-text {
  padding-right: 1rem;
}

.hero-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  background: #F0F9FF;
  color: #0369A1;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  border: 1px solid #BAE6FD;
}

.hero-img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: white;
  padding: 8px;
  width: 100%;
  max-width: 480px;
  max-height: 75vh;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  display: block;
}

.float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  padding: 0.8rem 1.2rem;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: float 5s ease-in-out infinite;
  z-index: 2;
  min-width: 180px;
}

.float-card.top {
  top: 8%;
  left: -20px;
}

.float-card.bottom {
  bottom: 8%;
  right: -10px;
  animation-delay: 1.5s;
}

.float-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #E0F2FE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0284C7;
  font-size: 1.2rem;
}

.float-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: var(--text-main);
}

.float-content span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Stats Bar Container */
.stats-bar {
  background: white;
  border-top: var(--border-light);
  border-bottom: var(--border-light);
  padding: 4rem 0;
  position: relative;
  z-index: 10;
}

/* Grid Layout */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  align-items: stretch;
}

/* Card Style */
.stat-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 20px;
  background: #F8FAFC;
  border: 1px solid transparent;
  transition: var(--trans-smooth);
}

.stat-item:hover {
  background: white;
  box-shadow: var(--shadow-md);
  border-color: rgba(14, 165, 233, 0.2);
  transform: translateY(-5px);
}

/* Icon Style */
.stat-icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0284C7;
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
  transition: var(--trans-smooth);
}

.stat-item:hover .stat-icon {
  background: var(--grad-primary);
  color: white;
  transform: scale(1.1) rotate(-5deg);
}

/* Text & Counter */
.stat-content h3.counter {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--font-heading);
  margin: 0;
  color: #0F172A;
  line-height: 1;
  background: var(--grad-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-content p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

/* Services */
.services-section {
  background: transparent;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2,
.section-header p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--grad-accent);
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.service-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  box-shadow: var(--shadow-sm);
  transition: var(--trans-smooth);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-blue);
  border-color: rgba(14, 165, 233, 0.4);
}

.service-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #F0F9FF;
  color: #0284C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1.25rem;
  transition: 0.3s;
}

.service-card:hover .service-icon-box {
  background: #0284C7;
  color: white;
  transform: rotate(-5deg);
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 1rem;
  color: #0284C7;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ========================================
   CLIENTS / TRUSTED BY SECTION
   ======================================== */
.clients-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #FAFBFC 0%, #FFFFFF 100%);
  overflow: hidden;
}

.clients-header {
  text-align: center;
  margin-bottom: 3rem;
}

.clients-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0284C7;
  background: rgba(14, 165, 233, 0.1);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

/* RTL: Remove letter-spacing for Arabic text (breaks ligatures) */
[dir="rtl"] .clients-label,
[dir="rtl"] .btn,
[dir="rtl"] .stat-label,
[dir="rtl"] .service-category,
[dir="rtl"] .section-header p,
[dir="rtl"] .media-info p,
[dir="rtl"] .cta-content p {
  letter-spacing: 0;
  text-transform: none;
}

.clients-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--text-main);
  margin: 0;
}

/* Infinite Scroll Container */
.logos-wrapper {
  width: 100%;
  position: relative;
  cursor: grab;
  user-select: none;
  direction: ltr;
  /* Force LTR for consistent scrolling */
  overflow: hidden;
}

.logos-wrapper.dragging {
  cursor: grabbing;
}



.logos-wrapper::before,
.logos-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.logos-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #FAFBFC 0%, transparent 100%);
}

.logos-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, transparent 100%);
}

/* Scrolling Logos */
.logos-scroll {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  direction: ltr;
  /* Force LTR for consistent scrolling in both language versions */
}

/* Individual Logo Item */
.logo-item {
  flex-shrink: 0;
  padding: 1.25rem 2rem;
  background: white;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 80px;
}

.logo-item:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.4);
}

.logo-item img {
  max-width: 140px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-item:hover img {
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 768px) {
  .clients-section {
    padding: 3.5rem 0;
  }

  .clients-title {
    font-size: 1.4rem;
  }

  .logos-scroll {
    gap: 2rem;
  }

  .logo-item {
    min-width: 140px;
    height: 65px;
    padding: 1rem 1.5rem;
  }

  .logo-item img {
    max-width: 100px;
    max-height: 40px;
  }
}

/* Media, Testimonials, CTA, Footer */
.media-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
}

.media-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1100px;
}

.media-grid .media-card {
  flex: 0 1 300px;
  max-width: 320px;
}

.media-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: white;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: var(--trans-smooth);
}

.media-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-blue);
}

.video-thumb {
  position: relative;
  padding-bottom: 56.25%;
  background: #1e293b;
}

.video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0284C7;
  font-size: 1.2rem;
}

.media-info {
  padding: 1.5rem;
  text-align: center;
}

.media-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.media-info p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.testimonials-section {
  background: white;
}

/* Horizontal Scroll Testimonials - Auto-scroll with drag */
.testimonial-scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
  user-select: none;
  direction: ltr;
  /* Force LTR for consistent scrolling in RTL pages */
}

.testimonial-scroll-wrapper::before,
.testimonial-scroll-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.testimonial-scroll-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}

.testimonial-scroll-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
}

.testimonial-scroll-wrapper.dragging {
  cursor: grabbing;
}

.testimonial-scroll-wrapper.dragging .testimonial-card-shadcn {
  pointer-events: none;
}

.testimonial-scroll-wrapper.dragging .testimonial-card-shadcn a {
  pointer-events: none;
}

.testimonial-scroll-track {
  display: flex;
  gap: 1.5rem;
  padding: 0.5rem 0;
  width: max-content;
  direction: ltr;
  /* Force LTR for consistent scrolling */
}

/* Shadcn-style Testimonial Cards */
.testimonial-grid-shadcn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card-shadcn {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(14, 165, 233, 0.1);
  background: white;
  min-width: 320px;
  max-width: 320px;
  min-height: 280px;
  padding: 1.5rem 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.testimonial-card-shadcn:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.testimonial-quote-mark {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-size: 4rem;
  font-family: Georgia, serif;
  color: rgba(100, 116, 139, 0.15);
  line-height: 1;
  pointer-events: none;
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
}

.testimonial-stars i {
  color: #FACC15;
  font-size: 0.875rem;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #64748B;
  flex-grow: 1;
  margin: 0;
}

a.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

a.testimonial-author:hover {
  opacity: 0.8;
}

a.testimonial-author:hover .testimonial-author-info h4 {
  color: #0284C7;
  text-decoration: underline;
}

a.testimonial-author:hover .testimonial-avatar {
  border-color: #0284C7;
  transform: scale(1.05);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #e2e8f0;
  transition: border-color 0.2s, transform 0.2s;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-author-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0F172A;
  margin: 0;
  transition: color 0.2s;
}

.testimonial-author-info p {
  font-size: 0.8rem;
  color: #64748B;
  margin: 0.15rem 0 0 0;
}

.testimonial-author-info p span {
  color: #0EA5E9;
  font-weight: 500;
}

/* Legacy testimonial card styles */

.testimonial-card {
  background: #F8FAFC;
  padding: 2.5rem;
  border-radius: 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  color: rgba(14, 165, 233, 0.1);
  line-height: 1;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.user-avatar {
  width: 48px;
  height: 48px;
  background: #E2E8F0;
  border-radius: 50%;
  overflow: hidden;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section {
  text-align: center;
  background: transparent;
  width: 100%;
  display: block;
}

.cta-section .container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cta-box {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #0F172A 100%);
  border-radius: 32px;
  padding: 4rem 2rem;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-blue);
  max-width: 1000px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  text-align: center;
}

.cta-box h2 {
  color: white;
  margin-bottom: 1.5rem;
}

footer {
  background: white;
  padding: 4rem 0 2rem;
  border-top: var(--border-light);
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-main);
}

.footer-links ul {
  list-style: none;
  line-height: 2;
}

/* ========== FOOTER WAVE ANIMATION ========== */
@keyframes footer-wave {
  0% {
    background-position: 0% 50%, 100% 50%;
  }

  25% {
    background-position: 50% 100%, 50% 0%;
  }

  50% {
    background-position: 100% 50%, 0% 50%;
  }

  75% {
    background-position: 50% 0%, 50% 100%;
  }

  100% {
    background-position: 0% 50%, 100% 50%;
  }
}

@keyframes footer-wave-slow {

  0%,
  100% {
    transform: translateX(0) translateY(0);
  }

  25% {
    transform: translateX(-10px) translateY(5px);
  }

  50% {
    transform: translateX(0) translateY(10px);
  }

  75% {
    transform: translateX(10px) translateY(5px);
  }
}

@keyframes footer-gradient-flow {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.footer-option-1 {
  background:
    linear-gradient(135deg, #0F172A 0%, #1E3A5F 25%, #0F172A 50%, #1E3A5F 75%, #0F172A 100%),
    linear-gradient(45deg, #0F172A 0%, #1E3A5F 50%, #0F172A 100%) !important;
  background-size: 400% 400%, 400% 400% !important;
  animation: footer-wave 15s ease-in-out infinite !important;
}

/* Footer Decorative Orbs Animation */
.footer-option-1>div:first-child,
.footer-option-1>div:nth-child(2) {
  animation: footer-wave-slow 8s ease-in-out infinite;
}

.footer-option-1>div:nth-child(2) {
  animation-delay: -4s;
}

/* ========== FOOTER HOVER ANIMATIONS ========== */
/* Social Icon Hover */
.footer-option-1 a[href*="linkedin"],
.footer-option-1 a[href*="instagram"],
.footer-option-1 a[href*="youtube"] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer-option-1 a[href*="linkedin"]:hover,
.footer-option-1 a[href*="instagram"]:hover,
.footer-option-1 a[href*="youtube"]:hover {
  transform: translateY(-5px) scale(1.1) !important;
  background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%) !important;
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4) !important;
}

/* Footer Links Hover */
.footer-option-1 ul li a {
  transition: all 0.3s ease !important;
  position: relative;
}

.footer-option-1 ul li a:hover {
  color: #38BDF8 !important;
  padding-left: 10px !important;
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
}

/* Subscribe Button Hover */
.footer-option-1 button[type="submit"] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer-option-1 button[type="submit"]:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 15px 35px rgba(14, 165, 233, 0.5) !important;
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%) !important;
}

/* Email Input Focus */
.footer-option-1 input[type="email"] {
  transition: all 0.3s ease !important;
}

.footer-option-1 input[type="email"]:focus {
  border-color: #38BDF8 !important;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3) !important;
  outline: none;
}

/* Footer Bottom Links Hover */
.footer-option-1 div[style*="border-top"] a {
  transition: all 0.3s ease !important;
}

.footer-option-1 div[style*="border-top"] a:hover {
  color: #38BDF8 !important;
}

/* Generic Content Grids (About, etc) */
.about-preview-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-preview-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .hero-section {
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 3rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    height: auto;
  }

  .hero-image-container {
    order: -1;
    margin-bottom: 2rem;
    max-width: 400px;
    margin-inline: auto;
  }

  .nav-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .float-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: inline-flex;
    margin: 10px;
    animation: none;
  }

  h1 {
    font-size: 2.5rem;
  }

  .hero-img-frame {
    max-height: none;
    margin-inline: auto;
  }

  .about-preview-content {
    grid-template-columns: 1fr;
  }

  .page-header {
    padding-top: 100px;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ========== PREMIUM ANIMATIONS & EFFECTS (Inner Pages) ========== */

/* Animated Gradient Background for Inner Pages */
.premium-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: var(--bg-body);
  overflow: hidden;
}

.premium-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--grad-mesh);
  animation: mesh-float 30s ease-in-out infinite;
}

@keyframes mesh-float {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(2%, 2%) rotate(1deg);
  }

  50% {
    transform: translate(0, 4%) rotate(0deg);
  }

  75% {
    transform: translate(-2%, 2%) rotate(-1deg);
  }
}

/* Floating Orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  animation: orb-float 20s ease-in-out infinite;
}

.orb-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.3), rgba(59, 130, 246, 0.2));
  top: 10%;
  right: -10%;
  animation-delay: 0s;
}

.orb-2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(14, 165, 233, 0.15));
  bottom: 20%;
  left: -5%;
  animation-delay: -5s;
}

.orb-3 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(245, 214, 123, 0.1));
  top: 50%;
  left: 50%;
  animation-delay: -10s;
}

@keyframes orb-float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(30px, -30px) scale(1.05);
  }

  50% {
    transform: translate(-20px, 20px) scale(0.95);
  }

  75% {
    transform: translate(20px, 30px) scale(1.02);
  }
}

/* Shimmer Effect */
.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  animation: shimmer-sweep 3s ease-in-out infinite;
  animation-delay: 1s;
}

@keyframes shimmer-sweep {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

/* Glow Pulse */
.glow-pulse {
  animation: glow-pulse 3s ease-in-out infinite;
}

@keyframes glow-pulse {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.2);
  }

  50% {
    box-shadow: 0 0 40px rgba(14, 165, 233, 0.4), 0 0 60px rgba(14, 165, 233, 0.2);
  }
}

/* Gradient Text Animation */
.gradient-text-animated {
  background: linear-gradient(90deg, #0F172A, #1D4ED8, #0EA5E9, #1D4ED8, #0F172A);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 8s ease infinite;
}

@keyframes gradient-shift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Premium Card Styles */
.premium-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-card:hover::before {
  transform: scaleX(1);
}

.premium-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(14, 165, 233, 0.3);
}

/* Premium Icon Box */
.premium-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0284C7;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1.5rem;
}

.premium-icon::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: var(--grad-accent);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.premium-card:hover .premium-icon {
  background: var(--grad-primary);
  color: white;
  transform: scale(1.1) rotate(-5deg);
}

.premium-card:hover .premium-icon::before {
  opacity: 1;
}

/* Floating Animation for Cards */
.float-animation {
  animation: card-float 6s ease-in-out infinite;
}

.float-animation:nth-child(2) {
  animation-delay: -1s;
}

.float-animation:nth-child(3) {
  animation-delay: -2s;
}

.float-animation:nth-child(4) {
  animation-delay: -3s;
}

@keyframes card-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Premium Section Header */
.premium-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
  position: relative;
}

.premium-section-header h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.premium-section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--grad-accent);
  border-radius: 2px;
}

.premium-section-header .section-badge {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(59, 130, 246, 0.1));
  color: #0284C7;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(14, 165, 233, 0.2);
}

/* Premium Form Inputs */
.premium-input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid rgba(226, 232, 240, 0.8);
  border-radius: 14px;
  font-family: inherit;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.premium-input:focus {
  outline: none;
  border-color: #0284C7;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1), 0 0 20px rgba(14, 165, 233, 0.1);
  background: white;
}

.premium-input::placeholder {
  color: #94A3B8;
}

/* Floating Label Effect */
.form-group-premium {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group-premium label {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 1rem;
  color: #64748B;
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0 0.5rem;
}

.form-group-premium .premium-input:focus~label,
.form-group-premium .premium-input:not(:placeholder-shown)~label {
  top: -0.6rem;
  left: 1rem;
  font-size: 0.8rem;
  color: #0284C7;
  background: white;
  font-weight: 600;
}

/* Premium Testimonial Card */
.premium-testimonial {
  background: white;
  padding: 2.5rem;
  border-radius: 24px;
  position: relative;
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}

.premium-testimonial::before {
  content: '"';
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  line-height: 1;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(59, 130, 246, 0.08));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}

.premium-testimonial:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(14, 165, 233, 0.2);
}

.premium-testimonial .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.premium-testimonial .avatar::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--grad-accent);
  z-index: -1;
}

/* Premium Video Card */
.premium-video-card {
  border-radius: 24px;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.premium-video-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.3), rgba(59, 130, 246, 0.1)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.premium-video-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-card-hover);
}

.premium-video-card:hover::after {
  opacity: 1;
}

.premium-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0284C7;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.premium-play-btn::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--grad-accent);
  z-index: -1;
  opacity: 0;
  animation: play-pulse 2s ease-in-out infinite;
}

@keyframes play-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.15);
    opacity: 0;
  }
}

.premium-video-card:hover .premium-play-btn {
  background: var(--grad-primary);
  color: white;
  transform: translate(-50%, -50%) scale(1.1);
}

.premium-video-card:hover .premium-play-btn::before {
  opacity: 1;
}

/* Timeline Styles */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0EA5E9, #1D4ED8, #0EA5E9);
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--grad-accent);
  box-shadow: 0 0 0 4px white, 0 0 0 6px rgba(14, 165, 233, 0.3);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/* Parallax Section */
.parallax-section {
  position: relative;
  overflow: hidden;
}

.parallax-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--grad-mesh);
  transform: translateY(calc(var(--scroll) * 0.5));
  pointer-events: none;
}

/* Decorative Elements */
.deco-line {
  width: 100px;
  height: 3px;
  background: var(--grad-accent);
  border-radius: 3px;
  margin: 1rem 0;
}

.deco-dots {
  display: flex;
  gap: 8px;
}

.deco-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0284C7;
  opacity: 0.3;
}

.deco-dots span:first-child {
  opacity: 1;
}

.deco-dots span:nth-child(2) {
  opacity: 0.6;
}

/* Stagger Animation Classes */
.stagger-1 {
  animation-delay: 0.1s;
}

.stagger-2 {
  animation-delay: 0.2s;
}

.stagger-3 {
  animation-delay: 0.3s;
}

.stagger-4 {
  animation-delay: 0.4s;
}

.stagger-5 {
  animation-delay: 0.5s;
}

.stagger-6 {
  animation-delay: 0.6s;
}

/* ========== COMPREHENSIVE RESPONSIVE STYLES ========== */

/* Tablet Breakpoint */
@media (max-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .section {
    padding: 4rem 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .media-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .testimonial-grid-shadcn {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* Mobile Breakpoint */
@media (max-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  /* Header Mobile */
  header .container {
    padding: 0 1rem;
  }

  .logo {
    font-size: 1.25rem;
  }

  /* Hero Mobile */
  .hero-section {
    padding-top: 100px;
    padding-bottom: 2rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .hero-badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  /* Buttons Mobile */
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }

  .hero-text .btn {
    width: auto;
  }

  /* Stats Mobile */
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .stat-item h3 {
    font-size: 1.75rem;
  }

  .stat-item p {
    font-size: 0.85rem;
  }

  /* Services Mobile */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-icon-box {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Media Grid Mobile */
  .media-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .media-card .media-info {
    padding: 1rem;
  }

  .media-card h4 {
    font-size: 1rem;
  }

  /* Testimonials Mobile */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-grid-shadcn {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .testimonial-card-shadcn {
    padding: 1.25rem 1.5rem;
    min-width: 280px;
    max-width: 280px;
    min-height: 260px;
  }

  .testimonial-quote-mark {
    font-size: 3rem;
    right: 1rem;
    top: 0.75rem;
  }

  .testimonial-scroll-track {
    gap: 1rem;
  }

  /* CTA Mobile */
  .cta-box {
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }

  .cta-box h2 {
    font-size: 1.5rem;
  }

  .cta-box p {
    font-size: 0.95rem;
  }

  /* Footer Mobile */
  footer .header-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }

  /* Page Header Mobile */
  .page-header {
    padding-top: 100px;
    padding-bottom: 1.5rem;
  }

  .page-header h1 {
    font-size: 2rem;
  }

  .page-subtitle {
    font-size: 1rem;
  }
}