:root {
  --nova-ink: #0f172a;
  --nova-paper: #ffffff;
  --nova-cloud: #f8fafc;
  --nova-muted: #64748b;
  --nova-line: #e2e8f0;
  --nova-cyan: #2563eb;
  --nova-lime: #10b981;
  --nova-coral: #2563eb;
  --nova-shell: min(1560px, calc(100% - 64px));
}

body {
  color: var(--nova-ink);
  background: var(--nova-paper);
}

.nova-container {
  width: var(--nova-shell);
  margin-inline: auto;
}

/* Header & Navigation - Distinct High-End Corporate Header */
.nova-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 2px solid #e2e8f0;
  box-shadow: 0 8px 30px -5px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

/* Top Mini Utility Bar */
.nova-topbar {
  background: #0b1329;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nova-topbar .nova-nav-shell {
  min-height: auto;
  padding: 0;
}

.nova-topbar-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f8fafc;
  font-weight: 600;
  font-size: 12.5px;
}

.nova-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: novaPulse 2s infinite;
}

@keyframes novaPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.nova-topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
}

.nova-topbar-item {
  color: #cbd5e1;
  font-size: 12.5px;
}

.nova-topbar-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 550;
  transition: color 0.2s ease;
}

.nova-topbar-link:hover {
  color: #38bdf8;
}

/* Main Nav Bar */
.nova-nav {
  padding: 0;
}

.nova-header .responsive-menu {
  display: none !important;
}

.nova-nav-shell {
  width: var(--nova-shell);
  min-height: 76px;
  padding: 8px 0;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nova-brand {
  display: inline-flex;
  align-items: center;
  min-width: 160px;
  color: #0f172a;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.nova-brand img {
  display: block;
  max-height: 100px;
  object-fit: contain;
}

/* Enclosed Menu Rail */
.nova-menu-rail {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 4px 6px;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.04);
}

.nova-menu {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nova-menu .nav-link {
  position: relative;
  padding: 8px 16px !important;
  border-radius: 999px;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nova-menu .nav-link:hover,
.nova-menu .nav-link:focus {
  color: #2563eb;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.nova-menu .nav-link.active {
  color: #ffffff !important;
  background: #2563eb !important;
  box-shadow: 0 3px 12px rgba(37, 99, 235, 0.35);
  font-weight: 700;
}

.nova-menu .dropdown-menu {
  overflow: hidden;
  padding: 8px;
  min-width: 260px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12), 0 1px 3px rgba(15, 23, 42, 0.06);
}

.nova-menu .dropdown-menu .nav-link {
  color: #334155;
  padding: 8px 14px !important;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 550;
  min-width: max-content;
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
}

.nova-menu .dropdown-menu .nav-link:hover,
.nova-menu .dropdown-menu .nav-link:focus {
  color: #2563eb;
  background: #f1f5f9;
  transform: translateX(3px);
  box-shadow: none;
}

.nova-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.nova-language .vl-lang-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #334155 !important;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nova-language .vl-lang-pill:hover,
.nova-language .vl-lang-pill.is-active {
  background: #2563eb;
  color: #ffffff !important;
  border-color: #2563eb;
}

/* Call CTA Button */
.nova-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 6px 18px 6px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
  transition: all 0.25s ease;
}

.nova-call:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
}

.nova-call-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
}

.nova-call-content {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.nova-call-content small {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.nova-call-content strong {
  font-size: 14.5px;
  font-weight: 800;
  color: #ffffff;
}

.nova-call i {
  font-size: 15px;
}

.nova-toggler {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.nova-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: #0f172a;
}

/* =========================================================
   Modern Framed Hero Slider (Kibar, Geniş & Modern Tasarım)
   ========================================================= */
.nova-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 36px;
  background: transparent;
}

.nova-hero-wrapper {
  width: var(--nova-shell);
  margin-inline: auto;
  position: relative;
  border-radius: 28px;
  background: #081118;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 24px 60px -12px rgba(15, 23, 42, 0.16), 0 1px 3px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.nova-hero-swiper {
  position: relative;
  width: 100%;
  height: 610px;
  border-radius: 28px;
  overflow: hidden;
}

.nova-hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.nova-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.02);
  transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-slide-active .nova-hero-image {
  transform: scale(1.06);
}

.nova-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 17, 24, 0.45) 0%, rgba(8, 17, 24, 0.20) 45%, rgba(8, 17, 24, 0.02) 75%, transparent 100%),
    linear-gradient(180deg, rgba(8, 17, 24, 0.15) 0%, transparent 40%, rgba(8, 17, 24, 0.25) 100%);
}

.nova-hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 12% 45%, rgba(37, 99, 235, 0.10) 0%, transparent 60%);
}

.nova-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 52px 64px;
}

.nova-hero-grid {
  display: block;
}

.nova-hero-content {
  max-width: 840px;
  color: #ffffff;
}

.nova-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(96, 165, 250, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #93c5fd;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.nova-hero-badge i {
  color: #60a5fa;
  font-size: 14px;
}

.nova-badge-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7);
  animation: novaHeroPulse 2s infinite;
}

@keyframes novaHeroPulse {
  0% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(56, 189, 248, 0); }
  100% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); }
}

.nova-hero-title {
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65), 0 1px 3px rgba(0, 0, 0, 0.5);
}

.nova-hero-desc {
  max-width: 640px;
  margin: 0 0 24px 0;
  color: #ffffff;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.nova-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.nova-tag-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 15px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f8fafc;
  font-size: 13.5px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nova-tag-item i {
  color: #38bdf8;
  font-size: 14px;
}

.nova-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.nova-btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
  transition: all 0.25s ease;
}

.nova-btn-hero-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.45);
}

.nova-btn-hero-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.nova-btn-hero-glass:hover {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.nova-hero-controls {
  position: absolute;
  bottom: 22px;
  right: 32px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.nova-hero-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  transition: all 0.2s ease;
}

.nova-hero-arrow:hover {
  background: #2563eb;
  border-color: #2563eb;
  transform: scale(1.08);
}

.nova-hero-pagination {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto !important;
  padding: 0 4px;
}

.nova-hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 999px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.nova-hero-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #38bdf8;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.6);
}

/* About Section */
.nova-about,
.nova-content-strip,
.nova-featured {
  padding: 80px 0;
}

.nova-about {
  background: #ffffff;
}

.nova-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.nova-about-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--nova-cloud);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.nova-about-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.nova-about-glass {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(280px, calc(100% - 48px));
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #0f172a;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.nova-about-glass i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  border-radius: 12px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.18);
  font-size: 22px;
}

.nova-about-glass strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.nova-about-glass span {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
}

.nova-about-copy h2,
.nova-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(18px, 1.4vw, 23px);
  line-height: 1.45;
  font-weight: 750;
  letter-spacing: -0.2px;
  max-width: 880px;
}

.nova-about-copy p {
  margin: 18px 0 0;
  color: var(--nova-muted);
  font-size: 15px;
  line-height: 1.7;
}

.nova-about-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #2563eb;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left-width: 4px;
  border-left-color: #2563eb;
  color: #334155;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  font-size: 14.5px;
  line-height: 1.65;
}

/* Content Strips & Grids */
.nova-content-strip {
  overflow: hidden;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

/* Parallax Dark Section (Rich Midnight Atmosphere) */
.nova-content-dark {
  background: radial-gradient(circle at 15% 15%, rgba(37, 99, 235, 0.18) 0%, transparent 45%),
              radial-gradient(circle at 85% 85%, rgba(16, 185, 129, 0.12) 0%, transparent 45%),
              #0b1329 !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.nova-featured-dark {
  background: #0b1329;
  color: #ffffff;
}

.nova-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 880px;
  margin-bottom: 34px;
  text-align: left;
}

.nova-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
  padding: 5px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1;
  width: fit-content;
}

.nova-content-dark .nova-section-head h2 {
  color: #ffffff !important;
}

.nova-content-dark .nova-section-kicker {
  background: rgba(37, 99, 235, 0.22) !important;
  border-color: rgba(56, 189, 248, 0.4) !important;
  color: #38bdf8 !important;
}

/* References Logo Strip */
.nova-references-strip {
  padding: 80px 0;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.nova-references-slider-wrap {
  position: relative;
  width: 100%;
}

.nova-ref-swiper {
  padding: 10px 4px !important;
}

.nova-ref-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 16px 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.25s ease;
}

.nova-ref-logo-card:hover {
  background: #ffffff;
  border-color: #2563eb;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.nova-ref-logo-card img {
  max-height: 52px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 0.25s ease;
}

.nova-ref-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.nova-ref-text {
  font-size: 14px;
  font-weight: 700;
  color: #475569;
}

.nova-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nova-slider-wrap {
  position: relative;
  width: 100%;
}

.nova-slider-wrap .swiper {
  overflow: hidden;
  padding: 8px 4px 16px 4px;
}

.nova-content-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
}

.nova-content-card:hover {
  transform: translateY(-4px);
  border-color: #2563eb;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.1);
}

/* Dark section cards (Rich Dark Glass / Midnight Slate) */
.nova-content-dark .nova-content-card {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: #131f37 !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35) !important;
}

.nova-content-dark .nova-content-card:hover {
  background: #182846 !important;
  border-color: #38bdf8 !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55), 0 0 24px rgba(56, 189, 248, 0.15) !important;
}

.nova-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--nova-cloud);
}

.nova-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.nova-content-card:hover .nova-card-media img {
  transform: scale(1.06);
}

.nova-card-body {
  padding: 20px 62px 22px 20px;
}

.nova-card-body span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nova-content-dark .nova-card-body span {
  color: #38bdf8 !important;
}

.nova-card-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}

.nova-card-body h3 a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nova-card-body h3 a:hover {
  color: #2563eb;
}

.nova-content-dark .nova-card-body h3 a {
  color: #ffffff !important;
}

.nova-content-dark .nova-card-body h3 a:hover {
  color: #38bdf8 !important;
}

.nova-card-body p {
  margin: 10px 0 0;
  color: var(--nova-muted);
  font-size: 14px;
  line-height: 1.6;
}

.nova-content-dark .nova-card-body p {
  color: #94a3b8 !important;
}

.nova-card-action {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.2);
  text-decoration: none;
  transition: all 0.25s ease;
}

.nova-content-card:hover .nova-card-action {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: scale(1.08);
}

.nova-content-dark .nova-card-action {
  background: rgba(56, 189, 248, 0.15) !important;
  color: #38bdf8 !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}

.nova-content-dark .nova-content-card:hover .nova-card-action {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  transform: scale(1.08) !important;
}

.nova-services-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.nova-services-pagination .swiper-pagination-bullet {
  background: rgba(15, 23, 42, 0.2);
}

.nova-services-pagination .swiper-pagination-bullet-active {
  background: #2563eb;
  width: 32px;
}

.nova-content-dark .nova-services-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
}

.nova-content-dark .nova-services-pagination .swiper-pagination-bullet-active {
  background: #38bdf8 !important;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.8) !important;
  width: 32px !important;
}

/* Featured Section */
.nova-featured {
  background: #ffffff;
  color: var(--nova-ink);
}

.nova-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nova-feature-list article {
  position: relative;
  min-height: 210px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: all 0.25s ease;
}

.nova-feature-list article:hover {
  transform: translateY(-4px);
  border-color: #2563eb;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.09);
}

.nova-featured-dark .nova-feature-list article {
  border-color: #e2e8f0;
  background: #ffffff;
}

.nova-feature-list article > span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--nova-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.nova-feature-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.18);
  font-size: 20px;
}

.nova-feature-list h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}

.nova-feature-list p {
  margin: 10px 0 0;
  color: var(--nova-muted);
  font-size: 14px;
  line-height: 1.6;
}

.nova-featured-dark .nova-feature-list h3 {
  color: #0f172a;
}

.nova-featured-dark .nova-feature-list p,
.nova-featured-dark .nova-feature-list article > span {
  color: var(--nova-muted);
}

.luxe-footer {
  background: #ffffff;
}

main > .page-header:first-child,
main > .topic-page-header:first-child {
}

@media (min-width: 992px) {
  .nova-menu .dropdown-menu {
    width: max-content;
    max-width: min(460px, calc(100vw - 40px));
  }

  .nova-menu .dropdown:hover > .dropdown-menu,
  .nova-menu .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .nova-call {
    display: none;
  }

  .nova-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  :root {
    --nova-shell: calc(100% - 32px);
  }

  .nova-header {
    top: 0;
    background: #ffffff;
  }

  .nova-nav-shell {
    width: var(--nova-shell);
    min-height: 68px;
    padding: 10px 0;
  }

  .nova-brand img {
    max-height: 90px;
    max-width: 180px;
  }

  /* Modern Hamburger Toggler */
  .nova-toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .nova-toggler:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
    border-color: #2563eb;
  }

  .nova-toggler span {
    display: block;
    width: 20px;
    height: 2px;
    background: #0f172a;
    border-radius: 99px;
    transition: all 0.3s ease;
    margin: 0;
  }

  .nova-toggler[aria-expanded="true"] {
    background: #eff6ff;
    border-color: #2563eb;
  }

  .nova-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nova-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }

  .nova-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Mobile Collapse Drawer Card */
  .nova-collapse {
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.14), 0 1px 3px rgba(15, 23, 42, 0.06);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  /* Reset desktop rail container on mobile */
  .nova-menu-rail {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
  }

  .nova-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nova-menu .nav-item {
    width: 100%;
    margin: 0;
  }

  .nova-menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    box-shadow: none;
    transition: all 0.2s ease;
  }

  .nova-menu .nav-link:hover {
    background: #eff6ff;
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.15);
  }

  .nova-menu .nav-link.active {
    background: #2563eb !important;
    color: #ffffff !important;
    border-color: #2563eb !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
  }

  /* Chevron for dropdowns */
  .nova-menu .dropdown > .nav-link::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    font-size: 13px;
    font-weight: bold;
    transition: transform 0.25s ease;
    margin-left: auto;
  }

  .nova-menu .dropdown.is-open > .nav-link {
    background: #eff6ff;
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .nova-menu .dropdown.is-open > .nav-link::after {
    transform: rotate(180deg);
  }

  /* Mobile Submenu */
  .nova-menu .dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 4px 0 8px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: none;
  }

  .nova-menu .dropdown.is-open > .dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: novaSubmenuFade 0.25s ease;
  }

  @keyframes novaSubmenuFade {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .nova-menu .dropdown-menu .nav-link {
    padding: 10px 14px !important;
    font-size: 13.5px;
    font-weight: 550;
    color: #475569;
    background: transparent;
    border: none;
    border-radius: 8px;
  }

  .nova-menu .dropdown-menu .nav-link:hover {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  }

  /* Mobile Actions Section */
  .nova-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
  }

  .nova-call {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  }

  .nova-call-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 14px;
  }

  .nova-call-content small {
    font-size: 10px;
  }

  .nova-call-content strong {
    font-size: 14px;
  }

  .nova-language {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

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

  .nova-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nova-hero {
    padding-top: 96px;
    padding-bottom: 20px;
  }

  .nova-hero-wrapper {
    border-radius: 24px;
  }

  .nova-hero-swiper {
    height: auto;
    min-height: 520px;
    border-radius: 24px;
  }

  .nova-hero-slide {
    min-height: 520px;
  }

  .nova-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nova-hero-visual-card {
    display: none;
  }

  .nova-hero-container {
    padding: 36px 32px 76px 32px;
  }

  .nova-hero-controls {
    bottom: 18px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 767.98px) {
  :root {
    --nova-shell: min(100% - 28px, 540px);
  }

  .nova-container {
    width: var(--nova-shell);
  }

  .nova-hero {
    padding-top: 90px;
    padding-bottom: 16px;
  }

  .nova-hero-wrapper {
    border-radius: 20px;
  }

  .nova-hero-swiper {
    border-radius: 20px;
    min-height: 480px;
  }

  .nova-hero-slide {
    min-height: 480px;
  }

  .nova-hero-container {
    padding: 28px 22px 72px 22px;
  }

  .nova-hero-title {
    font-size: clamp(26px, 6.5vw, 36px);
  }

  .nova-hero-desc {
    font-size: 14px;
  }

  .nova-hero-tags {
    gap: 6px;
    margin-bottom: 20px;
  }

  .nova-tag-item {
    font-size: 12px;
    padding: 4px 10px;
  }

  .nova-about,
  .nova-content-strip,
  .nova-featured {
    padding: 56px 0;
  }

  .nova-about-media,
  .nova-about-media img {
    min-height: 300px;
  }

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

  .nova-feature-list {
    grid-template-columns: 1fr;
  }

  .nova-card-body {
    padding: 18px 58px 22px 18px;
  }

  main > .page-header:first-child,
  main > .topic-page-header:first-child {
    padding-top: 128px !important;
  }
}

@media (max-width: 575.98px) {
  .nova-hero {
    padding-top: 86px;
    padding-bottom: 12px;
  }

  .nova-hero-wrapper {
    border-radius: 18px;
    width: calc(100% - 20px);
  }

  .nova-hero-swiper {
    border-radius: 18px;
    min-height: 460px;
  }

  .nova-hero-slide {
    min-height: 460px;
  }

  .nova-hero-container {
    padding: 22px 18px 68px 18px;
  }

  .nova-hero-badge {
    font-size: 11.5px;
    padding: 5px 12px;
    margin-bottom: 12px;
  }

  .nova-hero-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .nova-hero-desc {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .nova-hero-tags {
    gap: 6px;
    margin-bottom: 18px;
  }

  .nova-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .nova-btn-hero-primary,
  .nova-btn-hero-glass {
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 13.5px;
  }
}

.nova-featured:not(.nova-featured-dark) {
  color: var(--nova-ink) !important;
}

.nova-featured:not(.nova-featured-dark) .nova-section-head,
.nova-featured:not(.nova-featured-dark) .nova-section-head h2,
.nova-featured:not(.nova-featured-dark) .nova-feature-list h3 {
  color: var(--nova-ink) !important;
}

.nova-featured:not(.nova-featured-dark) .nova-feature-list p,
.nova-featured:not(.nova-featured-dark) .nova-feature-list article > span {
  color: var(--nova-muted) !important;
}

.nova-featured.nova-featured-dark {
  background: #f8fafc !important;
  color: var(--nova-ink) !important;
}

.nova-featured.nova-featured-dark .nova-section-head,
.nova-featured.nova-featured-dark .nova-section-head h2,
.nova-featured.nova-featured-dark .nova-feature-list h3 {
  color: #0f172a !important;
}

.nova-featured.nova-featured-dark .nova-feature-list p,
.nova-featured.nova-featured-dark .nova-feature-list article > span {
  color: var(--nova-muted) !important;
}

.nova-featured.nova-featured-dark .nova-section-kicker {
  color: #2563eb !important;
}

/* Clean Modern Service Card */
.service-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
}
.service-item:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.1);
}
.service-item .service-image {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  aspect-ratio: 16 / 10;
}
.service-item .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.service-item:hover .service-image img {
  transform: scale(1.05);
}

/* Hide clumsy protruding green circle icon */
.service-body .icon-box {
  display: none !important;
}

/* Clean Service Body */
.service-body {
  padding: 24px 22px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.service-content {
  margin-bottom: 20px;
  flex: 1;
}
.service-content h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 10px !important;
  line-height: 1.35 !important;
}
.service-content h3 a {
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.service-content h3 a:hover {
  color: #2563eb !important;
}
.service-content p {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

/* Modern Minimalist Readmore Button */
.page-services .service-btn,
.our-services .service-btn,
.luxe-services .service-btn,
.service-item .service-btn {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.page-services .readmore-btn,
.our-services .readmore-btn,
.luxe-services .readmore-btn,
.service-item .readmore-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 38px !important;
  padding: 8px 22px !important;
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
  border-radius: 50px !important;
  background: rgba(37, 99, 235, 0.06) !important;
  color: #2563eb !important;
  box-shadow: none !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
}

.page-services .readmore-btn::after,
.our-services .readmore-btn::after,
.luxe-services .readmore-btn::after,
.service-item .readmore-btn::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.2s ease;
}

.page-services .readmore-btn:hover,
.our-services .readmore-btn:hover,
.luxe-services .readmore-btn:hover,
.service-item .readmore-btn:hover {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
}

.page-services .readmore-btn:hover::after,
.our-services .readmore-btn:hover::after,
.luxe-services .readmore-btn:hover::after,
.service-item .readmore-btn:hover::after {
  transform: translateX(3px);
}

.page-services .readmore-btn::before,
.our-services .readmore-btn::before,
.luxe-services .readmore-btn::before,
.service-item .readmore-btn::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 991.98px) {
  .luxe-mobile-actions {
    bottom: 0;
    display: block;
  }

  .luxe-mobile-actions-inner {
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .luxe-mobile-actions .luxe-mobile-call,
  .luxe-mobile-actions .luxe-mobile-whatsapp {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 58px;
    min-height: 58px;
    border-radius: 0;
    gap: 8px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .14);
  }

  .luxe-mobile-actions .luxe-mobile-call {
    border-top-left-radius: 14px;
    background: #2563eb;
    color: #fff !important;
  }

  .luxe-mobile-actions .luxe-mobile-whatsapp {
    border-top-right-radius: 14px;
    background: #10b981;
  }

  .luxe-mobile-actions .luxe-mobile-call i,
  .luxe-mobile-actions .luxe-mobile-whatsapp i {
    font-size: 18px;
  }

  .luxe-mobile-actions .luxe-mobile-call span,
  .luxe-mobile-actions .luxe-mobile-whatsapp span {
    display: inline-block;
  }

  body {
    padding-bottom: 58px;
  }
}

@media (max-width: 360px) {
  .luxe-mobile-actions .luxe-mobile-call,
  .luxe-mobile-actions .luxe-mobile-whatsapp {
    gap: 6px;
    font-size: 13px;
  }
}
