/*
Theme Name: EmailAddress.ai Enterprise
Theme URI: https://www.emailaddress.ai/
Author: EmailAddress Team
Description: Full WordPress Theme port with 100% UI/UX parity.
Version: 2.1.0
Text Domain: emailaddress
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  /* Visibility Overrides to prevent WSoD */
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.gradient-text {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grid-pattern {
  background-size: 40px 40px;
  background-image: radial-gradient(circle, #cbd5e1 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, white 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, white 40%, transparent 100%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Custom Scrollbar for modern look */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}