
/* Critical shell when Kadence CSS is dequeued */
body{margin:0;background:#f2f2f7;}
.content-area{margin:0!important;}
.entry-content-wrap{padding:0!important;}
.entry.single-entry{box-shadow:none!important;}
/* Professional App-like Design - Responsive & Centered */
:root {
  --app-bg: #f2f2f7;
  --app-card-bg: #ffffff;
  --app-primary: #b3954e;
  --app-text: #1c1c1e;
  --app-text-secondary: #8e8e93;
  --app-radius: 20px;
  --app-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.ea-page { background: var(--app-bg); min-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--app-text); margin: 0 auto; position: relative; width: 100%; overflow-x: hidden; box-sizing: border-box; }

















@media (min-width: 769px) {
  
}

.ea-logo-strip::-webkit-scrollbar { display: none; }



.ea-logo-item:hover { transform: translateY(-4px); }



.ea-section {
  padding: 0 1.25rem;
  margin: 3rem auto;
  max-width: 1000px;
}

.ea-section h2 {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  margin-bottom: 1.5rem !important;
  color: #000 !important;
  text-align: left;
}

.ea-lead {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.ea-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 769px) {
  .ea-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ea-card {
  background: #fff;
  border-radius: var(--app-radius);
  padding: 2rem;
  box-shadow: var(--app-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid transparent; /* Reserve space so hover border does not reflow text */
}

.ea-card-head {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.ea-card-logo {
  width: 64px;
  height: 64px;
  background: #f8f7f4;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.ea-card-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ea-badge {
  background: #f2f2f7;
  color: #8e8e93;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}

.ea-tag {
  background: #fff9e6;
  color: var(--app-primary);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-block;
}

.ea-card h3 {
  margin: 10px 0 0 !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #1c1c1e !important;
}

.ea-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #48484a;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.ea-meta {
  display: grid;
  display: block;
  gap: 20px;
  padding-top: 1.5rem;
  border-top: 1px solid #f2f2f7;
  margin-bottom: 2rem;
}

.ea-meta strong {
  display: block;
  font-size: 0.7rem;
  color: #aeaeb2;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.ea-meta span {
  font-size: 0.9rem;
  color: #3a3a3c;
  font-weight: 600;
  line-height: 1.4;
}

.ea-cta {
  background: var(--app-primary);
  color: #fff !important;
  text-align: center;
  padding: 16px;
  border-radius: 18px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(179, 149, 78, 0.2);
}

.ea-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(179, 149, 78, 0.3);
  opacity: 0.95;
}

.ea-section--dark {
  background: #1a1a2e;
  border-radius: 24px;
  padding: 3.5rem 2rem;
  margin: 4rem auto;
  color: #fff;
  text-align: center;
}

.ea-section--dark h2 { 
  color: #fff !important; 
  text-align: center;
}

.ea-section--dark .ea-lead {
  color: #c4b896;
  margin: 0 auto 3rem;
}

.ea-infra {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.ea-infra-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  width: 100px;
}

.ea-infra-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.ea-infra-item span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.ea-section--prose {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  margin: 2rem auto;
  box-shadow: var(--app-shadow);
}

.ea-section--prose h2 {
  border-bottom: 2px solid #f2f2f7 !important;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem !important;
}

.ea-prose {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a3a3c;
}

@media (max-width: 768px) {
  }

@media (min-width: 769px) {
  
}



.ea-nav-item.active { color: var(--app-primary); }

@media (max-width: 768px) {
  
  .ea-section { margin: 2rem auto; }
  .ea-card { padding: 1.5rem; }
  .ea-infra { gap: 20px; }
  .ea-infra-item { width: 80px; }
  .ea-infra-item img { width: 64px; height: 64px; }
}

@media (max-width: 768px) {
  .ea-page { padding-bottom: 0; }
}
/* Page Wrapper */
@media (min-width: 769px) {
  
  
}

/* Mobile: 4 per row to avoid crowding */
@media (max-width: 768px) {
  
  
}

/* Very narrow mobile: 3 per row */
@media (max-width: 400px) {
  
}

/* Modern Animations & Dynamic Interactions */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

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



.ea-card {
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Staggered entrance for cards */
.ea-grid article:nth-child(1) { animation-delay: 0.1s; }
.ea-grid article:nth-child(2) { animation-delay: 0.2s; }
.ea-grid article:nth-child(3) { animation-delay: 0.3s; }
.ea-grid article:nth-child(4) { animation-delay: 0.4s; }

.ea-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border: 1px solid rgba(179, 149, 78, 0.3);
}

.ea-cta {
  position: relative;
  overflow: hidden;
}

.ea-cta::after {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.5s;
}

.ea-cta:hover::after {
  left: 100%;
}





.ea-card-logo img {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ea-card:hover .ea-card-logo img {
  transform: scale(1.1);
}

/* Scroll Progress Bar */
.ea-scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0%; height: 4px;
  background: var(--app-primary);
  z-index: 10001;
  transition: width 0.1s ease-out;
}




.ea-hero > * {
  position: relative;
  z-index: 2;
}

.ea-spiral-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ea-spiral-item {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(179, 149, 78, 0.15);
  background: radial-gradient(circle, rgba(179, 149, 78, 0.05) 0%, transparent 70%);
  transform: rotate(45deg) scale(0);
  animation: krystalZoom 12s infinite linear;
  box-shadow: 0 0 30px rgba(179, 149, 78, 0.05);
}

@keyframes krystalZoom {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
    border-radius: 20%;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: rotate(225deg) scale(6);
    opacity: 0;
    border-radius: 50%;
  }
}



@media (min-width: 769px) {
  }

.ea-hero {
  background: linear-gradient(-45deg, #1a1a2e, #0f0f1a, #2d2a1f, #1a1a2e);
  background-size: 400% 400%;
  animation: heroGradient 15s ease infinite;
  padding: 3rem 1.5rem !important; /* Reduced by 50% from 6rem */
  border-radius: 0 0 var(--app-radius) var(--app-radius);
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}



.ea-hero h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 1rem !important;
  line-height: 1.3 !important;
  padding-bottom: 0.15em !important;
  color: #fff !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

.ea-hero .ea-sub {
  font-size: 1.1rem !important;
  color: #c4b896 !important;
  max-width: 650px !important;
  margin: 0 auto 0 !important;
  line-height: 1.8 !important; /* Increased for descenders */
  padding-bottom: 12px !important; /* Increased for descenders */
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}
/* Restore accessibility helpers removed with Kadence global CSS */
.screen-reader-text,
.skip-link.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link.screen-reader-text:focus {
  background-color: #f1f1f1 !important;
  border-radius: 3px !important;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6) !important;
  clip: auto !important;
  clip-path: none !important;
  color: #1a1a2e !important;
  display: block !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  height: auto !important;
  left: 5px !important;
  line-height: normal !important;
  margin: 0 !important;
  padding: 15px 23px 14px !important;
  text-decoration: none !important;
  top: 5px !important;
  width: auto !important;
  z-index: 100000 !important;
}
/* Hard-hide Kadence skip link on EA pages (Kadence global CSS is dequeued) */
#wrapper > a.skip-link,
a.skip-link.screen-reader-text {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#wrapper > a.skip-link:focus,
a.skip-link.screen-reader-text:focus {
  left: 6px !important;
  top: 6px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 100000 !important;
  background: #fff !important;
  color: #1a1a2e !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  text-decoration: none !important;
}
/* Mobile-first layout shell resets */
.content-area,
.content-container.site-container,
.content-wrap,
.entry-content-wrap,
.entry-content.single-content,
#primary,
#inner-wrap,
.site-main {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.ea-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
}

/* Footer — full-bleed, centered text */
.ea-disclaimer {
  background: #1a1a2e;
  color: #8e8e93;
  width: 100%;
  max-width: none;
  margin: 3rem calc(-1 * max(0px, (100vw - 100%) / 2)) 0;
  padding-left: max(1.25rem, calc((100vw - 100%) / 2 + 1.25rem));
  padding-right: max(1.25rem, calc((100vw - 100%) / 2 + 1.25rem));
  padding: 2.5rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7;
  box-sizing: border-box;
}

.ea-disclaimer strong {
  display: block;
  color: var(--app-primary);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto 0.75rem;
  letter-spacing: 0.02em;
}

.ea-disclaimer-text {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0.25rem;
}

@media (min-width: 769px) {
  .ea-disclaimer {
    padding: 4rem 2rem;
    margin-top: 4rem;
  }

  .ea-disclaimer-text {
    max-width: 720px;
  }
}
/* ===== Mobile-first fixes (newsletter, forms, prose) ===== */
.ea-newsletter {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.25rem;
  margin: 3rem auto;
  width: calc(100% - 2.5rem);
  max-width: 1000px;
  text-align: center;
  box-shadow: var(--app-shadow);
  border: 1px solid #f2f2f7;
  box-sizing: border-box;
}

.ea-newsletter h2 {
  font-size: 1.5rem !important;
  margin: 0 0 0.5rem !important;
  color: #000 !important;
  text-transform: none !important;
}

.ea-newsletter p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 auto 1.5rem;
  max-width: 520px;
}

.ea-form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  align-items: stretch;
}

.ea-input {
  background: #f2f2f7 !important;
  color: #1c1c1e !important;
  border: 2px solid transparent !important;
  padding: 16px 20px !important;
  border-radius: 16px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  transition: all 0.2s !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
}

.ea-input:focus {
  border-color: var(--app-primary) !important;
  background: #ffffff !important;
  color: #1c1c1e !important;
  box-shadow: 0 0 0 4px rgba(179, 149, 78, 0.1) !important;
}

.ea-input::placeholder {
  color: #8e8e93 !important;
  opacity: 1 !important;
}

.ea-submit {
  background: var(--app-primary) !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 24px !important;
  border-radius: 16px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  box-shadow: 0 4px 12px rgba(179, 149, 78, 0.2) !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
}

.ea-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(179, 149, 78, 0.3);
}

.ea-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

#ea-form-message {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: none;
  text-align: center;
}

.ea-prose strong {
  color: var(--app-primary);
  font-weight: 700;
}

.ea-section--prose {
  width: calc(100% - 2.5rem);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.ea-section {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.ea-section--dark {
  width: calc(100% - 2.5rem);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.ea-hero .ea-sub {
  max-width: min(650px, calc(100% - 2rem)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 769px) {
  .ea-newsletter {
    padding: 3rem 2.5rem;
    margin: 4rem auto;
    width: calc(100% - 3rem);
  }

  .ea-form-group {
    flex-direction: row;
    align-items: stretch;
    max-width: 560px;
  }

  .ea-input {
    flex: 1 1 auto;
    width: auto !important;
  }

  .ea-submit {
    width: auto;
    padding: 16px 32px !important;
  }
}

/* ===== BEGIN design-polish (added 2026-07-12) ===== */

/* Kill the 16px gap above the hero: wpautop wraps stray <script> tags in
   zero-height <p> elements whose margins still collapse into the layout */
.ea-page > p { margin: 0 !important; }
.entry-content p:empty { display: none; margin: 0; }

/* FAQ + prose subheadings (Kadence global CSS is dequeued, so style h3 here) */
.ea-section--prose h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #1c1c1e;
  margin: 1.6rem 0 0.5rem;
  line-height: 1.4;
}
.ea-section--prose h3:first-of-type { margin-top: 0.5rem; }

/* Hero — desktop: more presence */
@media (min-width: 769px) {
  .ea-hero { padding: 4.5rem 2rem !important; }
  .ea-hero h1 { font-size: 2.75rem !important; }
}

/* Hero — mobile: tighter, lighter, fewer lines */
@media (max-width: 768px) {
  .ea-hero { padding: 2.5rem 1.25rem 2.25rem !important; }
  .ea-hero h1 { font-size: 1.85rem !important; margin-bottom: 0.75rem !important; }
  .ea-hero .ea-sub {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
  }
  .ea-updated { font-size: 0.8rem !important; margin-top: 0.75rem !important; }
}

/* Card title links: no browser-default underline; gold on hover */
.ea-card h3 a {
  color: #1c1c1e;
  text-decoration: none;
}
.ea-card h3 a:hover { color: #b3954e; }

/* Card CTAs: comfortable tap target on mobile */
@media (max-width: 768px) {
  .ea-cta { padding: 14px !important; border-radius: 16px !important; }
}

/* Card badges on mobile: stack function tag below the platform-type badge
   so long combos (e.g. SUPPORTING PLATFORM + Scheduling) can't overflow */
@media (max-width: 768px) {
  .ea-card-head .ea-badge,
  .ea-card-head .ea-tag {
    display: block;
    width: fit-content;
    max-width: 100%;
  }
  .ea-card-head .ea-tag { margin-top: 2px; }
}

/* "Read our full review" link on directory cards: secondary action below
   the CTA button, centered, with its own tap padding */
.ea-review-link {
  display: block;
  text-align: left;
  color: #b3954e;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  margin-top: 1rem;
  padding: 0.5rem 0.25rem;
}
.ea-review-link:hover { text-decoration: underline; }

/* Footer legal links inside the dark disclaimer */
.ea-footer-links {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  text-align: center;
}
.ea-footer-links a {
  color: #c4b896;
  text-decoration: none;
  font-weight: 600;
}
.ea-footer-links a:hover { color: #fff; }
.ea-footer-links .sep { margin: 0 0.6rem; opacity: 0.5; }

/* ===== END design-polish ===== */
