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

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-text {
  font-size: 1.05rem;
  letter-spacing: 0.6px;
  color: var(--brand-blue-premium);
}

.navbar-toggler {
  border: 1px solid rgba(13,110,253,0.08);
  background: rgba(255,255,255,0.85);
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 6px 20px rgba(13,110,253,0.12);
  transform: translateY(-1px);
}

.navbar-toggler-icon {
  filter: hue-rotate(200deg) saturate(120%);
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-item + .nav-item {
  margin-left: 0.25rem;
}

.nav-link {
  color: #0f1724;
  font-weight: 700;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.6px;
  position: relative;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 14px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0652d4, #8b5cf6, #ec4899);
  transition: width 0.32s ease, box-shadow 0.32s ease;
  border-radius: 2px;
}

.nav-link:hover,
.nav-link:focus {
  color: #063a7a;
  background: linear-gradient(135deg, rgba(6,82,212,0.06), rgba(124,58,237,0.04));
  transform: translateY(-2px);
}

.nav-link:hover::after {
  width: calc(100% - 28px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.12);
}

/* show subtle separators on wide screens */
@media (min-width: 992px) {
  .navbar-nav > .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid rgba(15, 23, 36, 0.04);
    padding-right: 1rem;
  }
  .navbar-nav > .nav-item:not(:first-child) .nav-link {
    padding-left: 1rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-dark);
  background: #ffffff;
  line-height: 1.7;
  letter-spacing: -0.3px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.display-6 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg, rgba(255,255,255,0.99) 0%, rgba(240,247,255,0.7) 50%, rgba(243,232,255,0.4) 100%);
  backdrop-filter: blur(40px);
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #0652d4, #8b5cf6, #ec4899, #0652d4) 1;
  box-shadow: 0 12px 50px rgba(13, 110, 253, 0.18), 0 0 30px rgba(139, 92, 246, 0.1);
  padding: 0.6rem 0;
}

.brand-text {
  font-weight: 900;
  background: linear-gradient(135deg, #0652d4, #0d6efd, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.4rem;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  font-style: italic;
}40%, #f3e8ff 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(139, 92, 246
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  animation: float-slow 8s ease-in-out infinite;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(2.2rem, 8vw, 3.8rem);
  line-height: 1.15;
  background: linear-gradient(135deg, #0d6efd 0%, #7c3aed 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero .lead {
  font-size: 1.2rem;
  color: #4a5568;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  filter: drop-shadow(0 30px 40px rgba(13, 110, 253, 0.18));
  animation: float 3.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-25px); }
}

@keyframes float-slow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(20px, 30px) rotate(5deg); }
}

.btn-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #7c3aed 50%, #ec4899 100%);
  border: none;
  border-radius: 12px;
  font-weight: 800;
  padding: 0.9rem 2.2rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3), 0 0 20px rgba(236, 72, 153, 0.2);
  letter-spacing: -0.3px;
  position: relative;
  overflow: hidden;
  font-size: 1.05rem;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.5s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(13, 110, 253, 0.4), 0 0 30px rgba(236, 72, 153, 0.3);
  background: linear-gradient(135deg, #0547c0 0%, #6d28d9 50%, #be185d 100%);
}

.btn-outline-primary {
  border: 2.5px solid var(--brand-blue);
  color: var(--brand-dark);
  border-radius: 10px;
  font-weight: 700;
  padding: 0.75rem 1.9rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.3px;
}

.btn-outline-primary:hover {
  background: var(--brand-blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
  border-color: var(--brand-blue);
}

/* Purple Theme Accents */
.btn-secondary {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  border: none;
  border-radius: 10px;
  font-weight: 700;
  padding: 0.85rem 2rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.25);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(139, 92, 246, 0.35);
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.accent-text-purple {
  color: #8b5cf6;
}

.accent-bg-purple {
  background: linear-gradient(135deg, #f3e8ff, #ede9fe);
}

.accent-border-purple {
  border-color: #ddd6fe !important;
}

/* Premium Blue Accents */
.accent-text-blue {
  color: #0652d4;
}

.accent-bg-blue-premium {
  background: linear-gradient(135deg, #dbe9ff 0%, #e9f2ff 50%, #f0f7ff 100%);
}

.accent-border-blue {
  border: 2px solid #0652d4 !important;
}

.premium-blue-card {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(13, 110, 253, 0.02));
  border: 2px solid rgba(13, 110, 253, 0.15);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.1);
}

.premium-blue-card:hover {
  border-color: rgba(13, 110, 253, 0.25);
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.2);
}

.card {
  border: none;
  border-radius: var(--border-radius);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(13, 110, 253, 0.08);
}

.card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(13, 110, 253, 0.15);
  background: rgba(255, 255, 255, 0.95);
}

.card-title {
  color: var(--brand-dark);
  font-weight: 800;
  letter-spacing: -0.4px;
  font-size: 1.15rem;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

.nav-link {
  color: #1a1a2e;
  font-weight: 800;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.4px;
  position: relative;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  background: linear-gradient(135deg, transparent 0%, transparent 100%);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0652d4, #8b5cf6, #ec4899);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(139, 92, 246, 0);
}

.nav-link:hover,
.nav-link:focus {
  color: #0652d4;
  background: linear-gradient(135deg, rgba(6, 82, 212, 0.08), rgba(139, 92, 246, 0.06));
  transform: translateY(-2px);
}

.nav-link:hover::after {
  width: 100%;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.5);
}

.dropdown-menu {
  border: 2px solid;
  border-image: linear-gradient(135deg, #0652d4 0%, #8b5cf6 50%, #ec4899 100%) 1;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(13, 110, 253, 0.22), 0 0 40px rgba(139, 92, 246, 0.15), inset 0 1px 0 rgba(255,255,255,0.8);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 250, 255, 0.9) 50%, rgba(243, 232, 255, 0.6) 100%);
  backdrop-filter: blur(20px);
  padding: 1.2rem 0.5rem;
  margin-top: 0.8rem;
  animation: dropdown-float 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes dropdown-float {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Feature icons and subtle flow visuals */
.feature-icon {
  color: var(--brand-blue-premium);
  font-size: 0.95rem;
  position: relative;
}

.feature-icon::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0652d4, #8b5cf6, #ec4899);
  filter: blur(6px);
  opacity: 0.9;
  animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: translateY(-50%) scale(0.8); opacity: 0.7; }
  50% { transform: translateY(-50%) scale(1.15); opacity: 1; }
  100% { transform: translateY(-50%) scale(0.9); opacity: 0.8; }
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 1rem 0 1.2rem;
}

.product-feature-item {
  display: flex;
  align-items: center;
  color: #475569;
  font-weight: 600;
}

.card-visual-header {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.card-visual-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,82,212,0.05), rgba(139,92,246,0.06));
  mix-blend-mode: screen;
  pointer-events: none;
  animation: flow-bg 8s linear infinite;
  opacity: 0.95;
}

@keyframes flow-bg {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.card-visual-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.contact-icon i { color: var(--brand-blue-premium); }

/* GRC product enhancements */
.hero-visual-extended { border-radius: 16px; }
.hero-visual-overlay { pointer-events: none; }
.hero-visual-overlay .btn { pointer-events: auto; }

.module-flow { gap: 18px; }
.module-item { min-width: 240px; }
.module-icon { font-size: 1.15rem; display:flex; align-items:center; justify-content:center; width:56px; height:56px; }
.bg-gradient-grc { background: linear-gradient(135deg,#7c3aed,#8b5cf6); }
.bg-gradient-grc-alt { background: linear-gradient(135deg,#06b6d4,#0891b2); }
.bg-gradient-caution { background: linear-gradient(135deg,#f97316,#fb923c); }
.bg-gradient-green { background: linear-gradient(135deg,#10b981,#34d399); }
.module-arrow { font-size: 1.6rem; color: rgba(15,23,36,0.25); }

.demo-thumbnail img { transition: transform 0.45s ease; }
.demo-thumbnail:hover img { transform: scale(1.03); }

@media (max-width: 991px) {
  .module-flow { gap: 12px; }
  .module-arrow { display:none; }
}

/* Footer social icons */
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.28s ease;
  color: #667085;
}

.social-link i { font-size: 14px; }

.social-link:hover {
  transform: translateY(-3px);
  color: #fff !important;
  background: linear-gradient(135deg, #0652d4, #8b5cf6);
  box-shadow: 0 8px 30px rgba(99, 102, 241, 0.15);
}
.dropdown-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  color: #1a1a2e;
  padding: 0.85rem 1.5rem;
  position: relative;
  margin: 0.3rem 0.8rem;
  border-radius: 10px;
  letter-spacing: -0.3px;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #0652d4, #8b5cf6, #ec4899);
  opacity: 0;
  border-radius: 3px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(139, 92, 246, 0);
}

.dropdown-item:hover {
  background: linear-gradient(135deg, rgba(6, 82, 212, 0.12), rgba(139, 92, 246, 0.1));
  color: #0652d4;
  transform: translateX(8px) translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.15);
  font-weight: 800;
}

.dropdown-item:hover::before {
  opacity: 1;
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
}

.product-card {
  border-radius: var(--border-radius) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  border: 1px solid rgba(13, 110, 253, 0.12) !important;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.card-visual-header {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  z-index: 1;
}

.product-card.card-grc::before {
  background: linear-gradient(90deg, transparent, #8b5cf6, transparent);
}

.product-card.card-dspm::before {
  background: linear-gradient(90deg, transparent, #06b6d4, transparent);
}

.product-card.card-consent::before {
  background: linear-gradient(90deg, transparent, #ec4899, transparent);
}

.product-card.card-itsm::before {
  background: linear-gradient(90deg, transparent, #f97316, transparent);
}

.product-card.card-pci::before {
  background: linear-gradient(90deg, transparent, #10b981, transparent);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(13, 110, 253, 0.2) !important;
}

.product-card .card-body {
  padding: 2.5rem 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 0.5rem;
}

.product-icon-box.grc-bg {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(124, 58, 237, 0.1));
}

.product-icon-box.dspm-bg {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(8, 145, 178, 0.1));
}

.product-icon-box.consent-bg {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(219, 39, 119, 0.1));
}

.product-icon-box.itsm-bg {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(234, 88, 12, 0.1));
}

.product-icon-box.pci-bg {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.1));
}

.product-icon-box img {
  max-width: 70%;
  height: auto;
  object-fit: contain;
}

.product-title-section {
  margin-bottom: 0.5rem;
}

.product-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.product-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  flex: 1;
}

.product-feature-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
  gap: 0.6rem;
}

.product-feature-item::before {
  content: '✓';
  font-weight: bold;
  color: var(--accent-green);
  font-size: 1.1rem;
}

.product-badge {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  width: fit-content;
}

.badge-grc {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(124, 58, 237, 0.1));
  color: #6d28d9;
}

.badge-dspm {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(8, 145, 178, 0.1));
  color: #0891b2;
}

.badge-consent {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(219, 39, 119, 0.1));
  color: #be185d;
}

.badge-itsm {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(234, 88, 12, 0.1));
  color: #c2410c;
}

.badge-pci {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.1));
  color: #047857;
}

.product-card .btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  margin-top: auto;
}

.product-card .btn:hover {
  transform: translateX(4px);
}

.product-header {
  display: none;
}

.product-header-left {
  display: none;
}

.product-header-right {
  display: none;
}

.product-image {
  display: none;
}

.product-image img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}

.product-image.grc-bg {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(124, 58, 237, 0.06));
}

.product-image.dspm-bg {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.12), rgba(8, 145, 178, 0.06));
}

.product-image.consent-bg {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(219, 39, 119, 0.06));
}

.product-image.itsm-bg {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(234, 88, 12, 0.06));
}

.product-image.pci-bg {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(5, 150, 105, 0.06));
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-badge {
  margin-bottom: 0.25rem;
}

.product-content .card-text {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.product-content ul {
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}

.badge {
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.badge-grc {
  background: linear-gradient(135deg, var(--accent-purple), #7c3aed);
  color: white;
}

.badge-dspm {
  background: linear-gradient(135deg, var(--accent-cyan), #0891b2);
  color: white;
}

.badge-consent {
  background: linear-gradient(135deg, var(--accent-pink), #db2777);
  color: white;
}

.badge-itsm {
  background: linear-gradient(135deg, var(--accent-orange), #ea580c);
  color: white;
}

.badge-pci {
  background: linear-gradient(135deg, var(--accent-green), #059669);
  color: white;
}

.bg-light {
  background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%) !important;
}

section {
  position: relative;
}

footer {
  font-size: 0.9rem;
  background: linear-gradient(180deg, #f5f8ff 0%, #f0f7ff 100%);
  border-top: 1px solid rgba(13, 110, 253, 0.08);
}

footer a {
  transition: all 0.3s ease;
  color: #6c757d;
  font-weight: 500;
}

footer a:hover {
  color: var(--brand-blue);
}

footer h6 {
  color: var(--text-dark);
  letter-spacing: -0.3px;
  font-weight: 800;
}

/* Form styles */
.form-control {
  border: 1.5px solid rgba(13, 110, 253, 0.12);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 0.85rem 1.1rem;
}

.form-control:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  background: #fff;
}

.form-control::placeholder {
  color: #999;
  font-weight: 500;
}

/* Text effects */
.lead {
  font-weight: 500;
  letter-spacing: -0.3px;
}

.small {
  letter-spacing: -0.2px;
}

/* Dashboard Showcase Styling */
.dashboard-showcase {
  background: linear-gradient(135deg, rgba(240, 249, 255, 0.6) 0%, rgba(243, 232, 255, 0.6) 100%);
  padding: 80px 0;
}

.dashboard-card {
  border: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.dashboard-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15) !important;
}

.dashboard-card img {
  transition: transform 0.3s ease;
  object-fit: cover;
}

.dashboard-card:hover img {
  transform: scale(1.05);
}

/* Product Cards Styling */
.product-card {
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
  border-color: var(--brand-blue);
}

.product-card .card-body {
  display: flex;
  flex-direction: column;
}

.product-card .btn {
  margin-top: auto;
}

.product-card .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: linear-gradient(135deg, transparent, transparent);
}

.product-card .card-title {
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.product-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
}

.product-card .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
}

/* Product-specific hover effects */
.card-grc:hover {
  border-top: 4px solid var(--brand-purple-dark) !important;
}

.card-dspm:hover {
  border-top: 4px solid var(--accent-cyan) !important;
}

.card-consent:hover {
  border-top: 4px solid var(--accent-pink) !important;
}

.card-itsm:hover {
  border-top: 4px solid var(--accent-orange) !important;
}

.card-pci:hover {
  border-top: 4px solid var(--accent-green) !important;
}

.contact-card {
  transition: all 0.3s ease;
  background: white;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
}

.form-control, .form-select {
  background: #f8fafc;
  border: 1px solid #e2e8f0 !important;
  transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
  background: #fff;
  border-color: var(--brand-blue) !important;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #cbd5e1;
}

#contactForm label {
  color: #475569;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.btn-outline-primary:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: white;
}

.btn-outline-success:hover {
  background: var(--accent-green);
  border-color: var(--accent-green);
  color: white;
}

/* Video Section Styling */
.video-section {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4f8 100%);
  padding: 80px 0;
}

.video-container {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.video-container::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Spacing improvements */
@media (min-width: 992px) {
  .hero {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  
  .dashboard-showcase {
    padding: 100px 0;
  }
  
  .video-section {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .hero-visual img {
    max-width: 100%;
  }

  .product-card {
    margin-bottom: 1rem;
  }
  
  .product-card .card-body {
    padding: 1.5rem;
  }
  
  .product-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  
  .product-header-left {
    width: 100%;
  }
  
  .product-header-left .card-title {
    font-size: 1.3rem;
  }
  
  .product-image {
    width: 100%;
    height: 80px;
    margin: 0.5rem 0;
  }
  
  .dashboard-showcase {
    padding: 60px 0;
  }
  
  .video-section {
    padding: 60px 0;

/* Core Modules styling */
.module-grid { margin-top: 8px; }
.module-card {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border-radius: 14px;
  border: 1px solid rgba(15,23,36,0.06);
  padding: 18px;
  transition: transform .22s ease, box-shadow .22s ease;
}
.module-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(15,23,36,0.08); }
.module-badge { width:64px; height:64px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; color:#fff; font-size:1.35rem; box-shadow: 0 8px 22px rgba(18,25,40,0.08); flex: 0 0 auto; }
.module-card h5 { font-size: 1.05rem; }
.module-card .small { color: #596275; }

/* Slight variety for badges */
.bg-gradient-grc { background: linear-gradient(135deg,#7c3aed,#8b5cf6); }
.bg-gradient-grc-alt { background: linear-gradient(135deg,#06b6d4,#0891b2); }
.bg-gradient-caution { background: linear-gradient(135deg,#f97316,#fb923c); }
.bg-gradient-green { background: linear-gradient(135deg,#10b981,#34d399); }

@media (max-width: 767.98px) {
  .module-card { padding: 16px; }
}

/* Colorful per-module accents (ordered to match module-grid) */
.module-grid > div:nth-child(1) .module-card { background: linear-gradient(180deg,#f5f3ff,#ffffff); border-top: 4px solid #7c3aed; }
.module-grid > div:nth-child(1) .module-badge { background: linear-gradient(135deg,#7c3aed,#8b5cf6); }

.module-grid > div:nth-child(2) .module-card { background: linear-gradient(180deg,#ecfeff,#ffffff); border-top: 4px solid #06b6d4; }
.module-grid > div:nth-child(2) .module-badge { background: linear-gradient(135deg,#06b6d4,#0891b2); }

.module-grid > div:nth-child(3) .module-card { background: linear-gradient(180deg,#fff7ed,#ffffff); border-top: 4px solid #f97316; }
.module-grid > div:nth-child(3) .module-badge { background: linear-gradient(135deg,#f97316,#fb923c); }

.module-grid > div:nth-child(4) .module-card { background: linear-gradient(180deg,#f0fdf4,#ffffff); border-top: 4px solid #10b981; }
.module-grid > div:nth-child(4) .module-badge { background: linear-gradient(135deg,#10b981,#34d399); }

.module-grid > div:nth-child(5) .module-card { background: linear-gradient(180deg,#f0f9ff,#ffffff); border-top: 4px solid #0ea5a4; }
.module-grid > div:nth-child(5) .module-badge { background: linear-gradient(135deg,#06b6d4,#06b6d4); }

.module-grid > div:nth-child(6) .module-card { background: linear-gradient(180deg,#eef2ff,#ffffff); border-top: 4px solid #6366f1; }
.module-grid > div:nth-child(6) .module-badge { background: linear-gradient(135deg,#6366f1,#8b5cf6); }

.module-grid > div:nth-child(7) .module-card { background: linear-gradient(180deg,#fff0f6,#ffffff); border-top: 4px solid #ec4899; }
.module-grid > div:nth-child(7) .module-badge { background: linear-gradient(135deg,#ec4899,#f472b6); }

.module-grid > div:nth-child(8) .module-card { background: linear-gradient(180deg,#f0f9ff,#ffffff); border-top: 4px solid #0ea5a4; }
.module-grid > div:nth-child(8) .module-badge { background: linear-gradient(135deg,#06b6d4,#10b981); }

/* Ensure badge icons remain white for contrast */
.module-badge i { color: #fff; }
  }
  
  .product-icon-box {\n    width: 60px;\n    height: 60px;\n  }\n  \n  .product-title {\n    font-size: 1.3rem;\n  }\n  \n  .product-description {\n    font-size: 0.9rem;\n  }\n  \n  .product-features {\n    gap: 0.5rem;\n  }\n}
