/* ====== layout.css ====== */

/* -------- Section Common -------- */
.section-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 18px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08), rgba(var(--primary-light-rgb), 0.12));
  color: var(--primary);
  border-radius: 50px;
  font-size: 12px; font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

.section-title {
  font-family: var(--font-display);
  font-size: 42px; font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-title .highlight { color: var(--primary); }

.section-sub {
  font-size: 17px; color: var(--text-light);
  max-width: 580px; margin-bottom: 45px;
  margin-left: auto; margin-right: auto;
  line-height: 1.7;
  font-weight: 400;
}

/* -------- Page Header -------- */
.page-header {
  padding: 180px 0 80px;
  background: var(--page-header-bg);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(32, 96, 136, 0.04)' d='M0,160L48,176C96,192,192,224,288,218.7C384,213,480,171,576,149.3C672,128,768,128,864,149.3C960,171,1056,213,1152,218.7C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'/%3E%3C/svg%3E") bottom no-repeat;
  background-size: cover;
  pointer-events: none;
}

.page-header h1 {
  font-family: var(--font-display);
  font-size: 52px; font-weight: 800;
  color: var(--page-header-text);
  position: relative; z-index: 1;
}

.page-header p {
  color: var(--page-header-desc);
  font-size: 18px;
  position: relative; z-index: 1;
  margin-top: 10px;
}

/* -------- Site Header / Navbar -------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 9999;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled {
  top: 15px;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 50px;
  background: var(--nav-bg);
  backdrop-filter: blur(25px) saturate(1.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 0 0 1px var(--nav-border);
  left: 0; right: 0;
}

.site-header.scrolled .navbar {
  padding: 6px 24px;
}

.navbar { padding: 16px 0; transition: var(--transition); }

.site-header.scrolled .navbar { padding: 8px 0; }

.navbar-brand {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  color: var(--nav-link-color) !important;
  letter-spacing: -0.5px;
}

.navbar-brand img, .nav-logo { height: 56px; transition: var(--transition); }

.navbar-brand span {
  color: var(--primary-light);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: -4px;
  letter-spacing: 2px;
}

.nav-link {
  color: var(--nav-link-color) !important;
  font-weight: 600; font-size: 13px;
  padding: 8px 18px !important;
  position: relative;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%; height: 2.5px;
  background: var(--primary-light);
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-link:hover::before,
.nav-link.active::before { transform: translateX(-50%) scaleX(1); }

.nav-link:hover {
  color: var(--nav-link-hover-color) !important;
  background: var(--nav-link-hover-bg);
}

.nav-link.active {
  color: var(--nav-link-active-color) !important;
  background: var(--nav-link-active-bg);
}

.navbar-toggler {
  border: 2px solid var(--border);
  padding: 8px 12px;
  border-radius: 10px;
  transition: var(--transition);
}

.navbar-toggler:hover { border-color: var(--primary); }

.navbar-toggler-icon { filter: var(--toggler-filter); }

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta {
  background: var(--gradient-primary);
  color: var(--white) !important;
  padding: 10px 24px; border-radius: 50px;
  font-weight: 700; font-size: 14px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex; align-items: center; gap: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.header-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.header-cta:hover::before { transform: translateX(100%); }

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.35), 0 0 15px rgba(var(--primary-light-rgb), 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.header-cta i {
  transition: transform 0.3s ease;
}

.header-cta:hover i {
  transform: translateX(-4px); /* RTL left translation */
}

.lang-switch {
  display: flex; align-items: center; gap: 5px;
  color: var(--nav-link-color) !important;
  font-size: 13px; font-weight: 600;
  padding: 8px 15px !important;
  border-radius: 8px;
}

.lang-switch:hover {
  color: var(--white) !important;
  background: rgba(var(--primary-light-rgb), 0.08);
}

.navbar-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  color: var(--nav-link-color) !important;
  font-size: 18px;
  border-radius: 50%;
  transition: var(--transition);
  position: relative;
}

.navbar-cart-btn:hover {
  background: var(--nav-link-hover-bg);
  color: var(--nav-link-hover-color) !important;
  transform: scale(1.05);
}

/* Theme Toggle micro-interactions */
.theme-toggle {
  background: transparent;
  border: none;
  color: var(--nav-link-color);
  font-size: 18px;
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}

.theme-toggle:hover {
  background: var(--nav-link-hover-bg);
}

.theme-toggle i {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.theme-toggle:hover i {
  transform: rotate(360deg) scale(1.15);
  color: var(--primary-light);
}

/* Floating Badges */
.floating-ui-badge {
  position: absolute;
  background: var(--glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  padding: 10px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08), 0 0 20px rgba(var(--primary-rgb), 0.05);
  z-index: 10;
  transition: var(--transition-smooth);
}

.floating-ui-badge:hover {
  transform: scale(1.05) translateY(-3px) !important;
  border-color: var(--primary-light);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 0 25px rgba(var(--primary-rgb), 0.15);
}

.floating-ui-badge .badge-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.floating-ui-badge .badge-info {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.floating-ui-badge .badge-title {
  font-size: 10px;
  color: var(--text-light);
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.floating-ui-badge .badge-value {
  font-size: 13px;
  color: var(--text);
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

.badge-top-right {
  top: 20px;
  right: -10px;
}

.badge-bottom-left {
  bottom: 30px;
  left: -10px;
}

@media (max-width: 1199px) {
  .badge-top-right { right: 0; }
  .badge-bottom-left { left: 0; }
}

@media (max-width: 575px) {
  .floating-ui-badge {
    padding: 6px 12px;
    gap: 6px;
  }
  .floating-ui-badge .badge-icon {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .floating-ui-badge .badge-value {
    font-size: 11px;
  }
  .badge-top-right { top: 10px; }
  .badge-bottom-left { bottom: 20px; }
}

/* -------- Banner Section (Landed Style) -------- */
#banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hero-bg);
  overflow: hidden;
  padding: 140px 0 80px;
  isolation: isolate;
}

#banner::before {
  content: ''; position: absolute;
  inset: -10px;
  background: url('../images/marketing_bg.jpg') no-repeat center center;
  background-size: cover;
  filter: blur(4px);
  z-index: 1;
  pointer-events: none;
}

#banner::after {
  content: ''; position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 2;
  pointer-events: none;
}

/* Animated gradient mesh overlay */
#banner .hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(var(--primary-rgb), 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(var(--primary-light-rgb), 0.06) 0%, transparent 50%);
  animation: heroMeshShift 12s ease-in-out infinite alternate;
}

@keyframes heroMeshShift {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.1) translate(-1%, 1%); }
}

#banner .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 3;
  gap: 50px;
}

#banner header {
  flex: 1.2;
  text-align: right;
  position: relative;
}

/* Hero image container */
#banner .hero-image-container {
  position: relative;
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner .image.hero-image-wrapper {
  position: relative;
  padding: 10px;
  border-radius: var(--radius-xl);
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 2px solid var(--glass-border);
  box-shadow:
    0 20px 45px rgba(0,0,0,0.12),
    0 0 30px rgba(var(--primary-rgb), 0.1),
    inset 0 1px 0 rgba(255,255,255,0.15);
  max-width: 410px;
  height: 530px;
  overflow: hidden;
  transition: var(--transition-smooth);
  animation: floatHero 6s ease-in-out infinite;
}

/* Decorative gradient ring behind image */
#banner .image.hero-image-wrapper::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary-light), transparent, var(--accent), transparent);
  z-index: -1;
  opacity: 0.3;
  animation: heroRingRotate 8s linear infinite;
}

@keyframes heroRingRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#banner .image.hero-image-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(var(--primary-rgb), 0.15), transparent 40%);
  z-index: 1;
  pointer-events: none;
}

#banner .image.hero-image-wrapper:hover {
  transform: scale(1.02) rotate(-1deg);
  border-color: var(--primary-light);
  box-shadow: var(--shadow-hover), 0 25px 55px rgba(0,0,0,0.22), 0 0 45px rgba(var(--primary-rgb), 0.25);
}

#banner .image.hero-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: calc(var(--radius-xl) - 8px);
  transition: var(--transition-smooth);
}

#banner .image.hero-image-wrapper:hover img {
  transform: scale(1.03);
}

@keyframes floatHero {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 22px;
  background: rgba(var(--primary-light-rgb), 0.12);
  border: 1px solid rgba(var(--primary-light-rgb), 0.25);
  color: var(--primary-light);
  border-radius: 50px;
  font-size: 13px; font-weight: 600;
  margin-bottom: 22px;
}

.hero-badge i { font-size: 10px; }

#banner h2 {
  font-family: var(--font-display);
  font-size: 56px; font-weight: 800;
  color: var(--hero-text);
  line-height: 1.25;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--hero-text) 0%, rgba(var(--text-rgb), 0.75) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#banner h2 .highlight {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#banner p {
  font-size: 19px;
  color: var(--hero-desc);
  max-width: 580px;
  margin-bottom: 40px;
  line-height: 1.95;
}

.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; }

/* Button Overrides */
.btn-light-custom {
  background: var(--gradient-primary);
  color: var(--white) !important;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14.5px;
  box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-light-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-rgb), 0.35), 0 0 15px rgba(var(--primary-light-rgb), 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-light-custom i {
  transition: transform 0.3s ease;
}

.btn-light-custom:hover i {
  transform: translateX(-4px);
}

.btn-outline-custom {
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  color: var(--text) !important;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14.5px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-outline-custom:hover {
  background: var(--border);
  border-color: var(--primary-light);
  color: var(--primary) !important;
  transform: translateY(-2px);
}

/* Scrolly Arrows (Landed style) */
.goto-next {
  position: absolute;
  bottom: 25px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--text-muted);
  font-size: 12px; font-weight: 500;
  text-decoration: none !important;
  z-index: 3;
  transition: var(--transition);
}

.goto-next:hover {
  color: var(--primary);
  transform: translateX(-50%) translateY(4px);
}

.goto-next i {
  font-size: 14px;
  animation: bounceScroll 2s ease-in-out infinite;
}

@keyframes bounceScroll {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* -------- Ticker -------- */
.ticker-section {
  background: var(--primary-darker);
  padding: 14px 0;
  overflow: hidden;
}

.ticker-wrap { overflow: hidden; }

.ticker-inner {
  display: flex; gap: 35px;
  animation: tickerScroll 25s linear infinite;
  white-space: nowrap; width: max-content;
}

.ticker-inner span {
  color: var(--white);
  font-size: 16px; font-weight: 700;
  letter-spacing: 1px;
}

.ticker-inner .ticker-dot { color: var(--primary-light); font-size: 6px; }

/* -------- Scrolling Text -------- */
.scrolling-text-section {
  background: var(--primary-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.scrolling-text-section .section-title { color: var(--white); }
.scrolling-text-section .section-badge { background: rgba(var(--primary-light-rgb), 0.15); color: var(--primary-light); }

.scrolling-text-row {
  overflow: hidden;
  margin-top: 40px;
}

.scrolling-text-track {
  display: flex; gap: 50px;
  animation: scrollText 20s linear infinite;
  width: max-content;
}

.scrolling-text-track.reverse { animation-direction: reverse; animation-duration: 25s; }

.scroll-text-item {
  display: flex; align-items: center; gap: 15px;
  font-family: var(--font-secondary);
  font-size: 28px; font-weight: 600;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}

.scroll-text-item i { color: var(--primary-light); font-size: 16px; }

/* -------- Counter Section -------- */
.counter-section {
  padding: 60px 0;
  background: var(--bg-section);
  position: relative;
  overflow: hidden;
}

.counter-item { text-align: center; position: relative; z-index: 1; }

.counter-item i {
  font-size: 40px;
  color: var(--primary);
  margin-bottom: 15px;
}

.counter-item .num {
  display: block;
  font-family: var(--font-display);
  font-size: 48px; font-weight: 800;
  color: var(--primary-dark);
  line-height: 1; margin-bottom: 5px;
}

.counter-item .lbl {
  font-size: 16px; font-weight: 600;
  color: var(--text-light);
}

/* -------- CTA Section -------- */
.cta-section {
  padding: 80px 0;
  background: var(--bg-section);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: ''; position: absolute;
  bottom: -50%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: 38px; color: var(--text);
  font-weight: 700; margin-bottom: 12px;
}

.cta-section p { color: var(--text-light); font-size: 17px; margin-bottom: 25px; }

.cta-phone {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--primary);
  font-size: 26px; font-weight: 800;
  transition: var(--transition);
}

.cta-phone i {
  width: 50px; height: 50px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  transition: var(--transition);
}

.cta-phone:hover { color: var(--primary-dark); }
.cta-phone:hover i { background: var(--accent); }

/* -------- Newsletter -------- */
.newsletter-section {
  padding: 60px 0;
  background: var(--bg-section);
}

.newsletter-section h3 {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 700;
  color: var(--text);
  margin-bottom: 5px;
}

.newsletter-section p { color: var(--text-light); margin: 0; font-size: 15px; }

.newsletter-form .input-group { direction: ltr; }

.newsletter-form .form-control {
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: 50px 0 0 50px;
  font-family: var(--font-primary);
}

.newsletter-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.btn-subscribe {
  background: var(--primary);
  color: var(--white);
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 0 50px 50px 0;
  border: none;
  transition: var(--transition);
}

.btn-subscribe:hover { background: var(--primary-dark); color: var(--white); }

/* -------- Footer -------- */
.site-footer {
  background: var(--primary-darker);
  color: rgba(255,255,255,0.75);
}

.footer-top { padding: 70px 0 35px; }

.footer-logo { max-width: 220px; margin-bottom: 18px; }
.footer-about { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.6); }

.footer-title {
  font-size: 16px; font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: ''; position: absolute;
  bottom: 0; right: 0;
  width: 30px; height: 3px;
  background: var(--primary-light);
  border-radius: 10px;
}

.footer-links li { margin-bottom: 10px; }

.footer-links a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: var(--transition);
  display: inline-flex; align-items: center; gap: 8px;
}

.footer-links a:hover { color: var(--primary-light); padding-right: 6px; }

.footer-contact li {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.footer-contact li i {
  width: 34px; height: 34px; min-width: 34px;
  background: rgba(var(--primary-light-rgb), 0.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); font-size: 13px;
}

.footer-contact a { color: rgba(255,255,255,0.6); }
.footer-contact a:hover { color: var(--primary-light); }

.footer-social {
  display: flex; gap: 10px; margin-top: 18px;
}

.footer-social a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); font-size: 15px;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--primary-light);
  color: var(--primary-darker);
  transform: translateY(-3px);
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p { color: rgba(255,255,255,0.45); font-size: 13px; margin: 0; }
.footer-bottom strong { color: var(--primary-light); }

.footer-bottom-links {
  display: flex; gap: 20px;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  transition: var(--transition);
}

.footer-bottom-links a:hover { color: var(--primary-light); }

/* -------- Spotlight Sections (Landed Style) -------- */
.spotlight {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--primary-darker);
}

.spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 38, 56, 0.45) 0%, rgba(12, 38, 56, 0.8) 100%);
  z-index: 2;
  pointer-events: none;
}

.spotlight .image.fit.main {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.spotlight .image.fit.main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.spotlight:hover .image.fit.main img {
  transform: scale(1.06);
}

.spotlight .content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 30px;
}

/* Spotlight Style 1: Bottom */
.spotlight.style1.bottom {
  align-items: flex-end;
}

.spotlight.style1.bottom .content {
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--glass-border);
  padding: 60px 40px;
  max-width: 100%;
  margin: 0;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
}

.spotlight.style1.bottom .content h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.spotlight.style1.bottom .content p {
  color: var(--text-light);
  line-height: 1.8;
  margin: 0;
}

/* Spotlight Style 2: Right */
.spotlight.style2.right {
  justify-content: flex-start; /* Right side in RTL */
}

.spotlight.style2.right .content {
  width: 48%;
  min-height: 80vh;
  margin: 0;
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-left: 1px solid var(--glass-border);
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.15);
}

/* Spotlight Style 3: Left */
.spotlight.style3.left {
  justify-content: flex-end; /* Left side in RTL */
}

.spotlight.style3.left .content {
  width: 48%;
  min-height: 80vh;
  margin: 0;
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-right: 1px solid var(--glass-border);
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.15);
}

/* Spotlight typography adjustments */
.spotlight h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

.spotlight p {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 25px;
}

.spotlight ul.actions {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Dark theme specific fixes for spotlights */
[data-theme="dark"] .spotlight::before {
  background: linear-gradient(to top, rgba(3, 7, 18, 0.5) 0%, rgba(3, 7, 18, 0.85) 100%);
}
[data-theme="dark"] .spotlight .content p {
  color: var(--text-light);
}

/* Responsive Spotlights */
@media (max-width: 991px) {
  .spotlight {
    min-height: auto;
    padding-top: 150px;
  }
  .spotlight.style2.right, .spotlight.style3.left {
    justify-content: center;
    align-items: center;
  }
  .spotlight.style2.right .content, .spotlight.style3.left .content {
    width: 90%;
    min-height: auto;
    margin: 40px auto;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
}
