/* ==========================================================================
   123B - E-E-A-T SEO 2026 Body Layout Redesign
   Author: Cursor SEO Assistant
   Date: 2026-08-02
   ========================================================================== */

/* ----------------------------------------------------------------------
   1. GLOBAL RESET & TYPOGRAPHY
   ---------------------------------------------------------------------- */
:root {
  --eeat-purple: #6c2bd9;
  --eeat-purple-dark: #3a1378;
  --eeat-purple-light: #8b5cf6;
  --eeat-pink: #ec4899;
  --eeat-gold: #fbbf24;
  --eeat-green: #10b981;
  --eeat-blue: #3b82f6;
  --eeat-bg: #0f0c29;
  --eeat-bg-2: #24243e;
  --eeat-bg-light: #fafbff;
  --eeat-bg-light-2: #f1f5f9;
  --eeat-text: #1e293b;
  --eeat-text-light: #64748b;
  --eeat-border: #e2e8f0;
  --eeat-radius: 16px;
  --eeat-radius-sm: 10px;
  --eeat-radius-lg: 24px;
  --eeat-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --eeat-shadow: 0 8px 32px rgba(15, 12, 41, 0.08);
  --eeat-shadow-lg: 0 20px 60px rgba(15, 12, 41, 0.12);
  --eeat-shadow-purple: 0 12px 40px rgba(108, 43, 217, 0.25);
  --eeat-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ----------------------------------------------------------------------
   2. PAGE WRAPPER
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-hero-section, .page-id-604 .eeat-hero-section,
.page-id-14 .eeat-content-section, .page-id-604 .eeat-content-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.page-id-14 #content, .page-id-604 #content {
  background: var(--eeat-bg-light);
  font-family: var(--eeat-font);
  color: var(--eeat-text);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ----------------------------------------------------------------------
   3. AI DEFINITION BLOCK (Hidden visually prominent in HTML)
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-geo-definition , .page-id-604 .eeat-geo-definition {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ----------------------------------------------------------------------
   4. HERO SECTION - Redesigned
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-hero-section , .page-id-604 .eeat-hero-section {
  position: relative;
  background: linear-gradient(135deg, #0f0c29 0%, #24243e 40%, #6c2bd9 100%);
  padding: 80px 24px 100px;
  margin: 0 0 60px;
  overflow: hidden;
  border-radius: 0 0 var(--eeat-radius-lg) var(--eeat-radius-lg);
  box-shadow: var(--eeat-shadow-purple);
}

.page-id-14 .eeat-hero-section::before , .page-id-604 .eeat-hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.3) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.page-id-14 .eeat-hero-section::after , .page-id-604 .eeat-hero-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.page-id-14 .eeat-hero-section .section-content , .page-id-604 .eeat-hero-section .section-content,
.page-id-14 .eeat-hero-section .row , .page-id-604 .eeat-hero-section .row,
.page-id-14 .eeat-hero-section .col , .page-id-604 .eeat-hero-section .col {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-id-14 .eeat-hero-section .col-inner , .page-id-604 .eeat-hero-section .col-inner {
  padding: 0;
  max-width: 100%;
}

/* Top badge - License tag */
.page-id-14 .eeat-hero-section .eeat-hero-badge , .page-id-604 .eeat-hero-section .eeat-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.page-id-14 .eeat-hero-section .eeat-hero-badge::before , .page-id-604 .eeat-hero-section .eeat-hero-badge::before {
  content: '🏛️';
  font-size: 16px;
}

/* H1 - Big and bold */
.page-id-14 .eeat-hero-section h1.eeat-h1 , .page-id-604 .eeat-hero-section h1.eeat-h1 {
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: #fff !important;
  margin: 0 0 24px !important;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-id-14 .eeat-hero-section h1.eeat-h1 b , .page-id-604 .eeat-hero-section h1.eeat-h1 b {
  background: linear-gradient(135deg, #fbbf24 0%, #fb923c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900 !important;
}

/* Hero subheadline */
.page-id-14 .eeat-hero-section .eeat-hero-sub , .page-id-604 .eeat-hero-section .eeat-hero-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
  font-weight: 400;
}

/* CTA buttons */
.page-id-14 .eeat-hero-section .eeat-cta-group , .page-id-604 .eeat-hero-section .eeat-cta-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 32px 0 48px;
}

.page-id-14 .eeat-hero-section .eeat-cta-primary, .page-id-604 .eeat-hero-section .eeat-cta-primary,
.page-id-14 .eeat-hero-section .eeat-cta-secondary , .page-id-604 .eeat-hero-section .eeat-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.page-id-14 .eeat-hero-section .eeat-cta-primary , .page-id-604 .eeat-hero-section .eeat-cta-primary {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #1e293b !important;
}

.page-id-14 .eeat-hero-section .eeat-cta-primary:hover , .page-id-604 .eeat-hero-section .eeat-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.5);
}

.page-id-14 .eeat-hero-section .eeat-cta-secondary , .page-id-604 .eeat-hero-section .eeat-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.page-id-14 .eeat-hero-section .eeat-cta-secondary:hover , .page-id-604 .eeat-hero-section .eeat-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Trust stats grid - 6 cols desktop, clean dashboard style */
.page-id-14 .eeat-hero-section .eeat-stats-grid , .page-id-604 .eeat-hero-section .eeat-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  max-width: 1080px;
  margin: 0 auto;
}

.page-id-14 .eeat-hero-section .eeat-stat-card , .page-id-604 .eeat-hero-section .eeat-stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}

.page-id-14 .eeat-hero-section .eeat-stat-card:hover , .page-id-604 .eeat-hero-section .eeat-stat-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
  border-color: rgba(251, 191, 36, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.page-id-14 .eeat-hero-section .eeat-stat-icon , .page-id-604 .eeat-hero-section .eeat-stat-icon {
  font-size: 26px;
  margin-bottom: 6px;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.page-id-14 .eeat-hero-section .eeat-stat-value , .page-id-604 .eeat-hero-section .eeat-stat-value {
  font-size: 22px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1.05;
  display: block;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.page-id-14 .eeat-hero-section .eeat-stat-label , .page-id-604 .eeat-hero-section .eeat-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.3;
}

.page-id-14 .eeat-hero-section .eeat-stat-desc , .page-id-604 .eeat-hero-section .eeat-stat-desc {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
  display: block;
  line-height: 1.3;
}

/* Hide old hero internals (replace with new layout) */
.page-id-14 .eeat-hero-section .banner, .page-id-604 .eeat-hero-section .banner,
.page-id-14 .eeat-hero-section .banner-bg, .page-id-604 .eeat-hero-section .banner-bg,
.page-id-14 .eeat-hero-section .banner-layers, .page-id-604 .eeat-hero-section .banner-layers,
.page-id-14 .eeat-hero-section .text-box-content , .page-id-604 .eeat-hero-section .text-box-content {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
}

.page-id-14 .eeat-hero-section .section-bg , .page-id-604 .eeat-hero-section .section-bg {
  display: none !important;
}

/* Force hero full-width — override Flatsome .container/.row constraints */
.page-id-14 .eeat-hero-section,
.page-id-604 .eeat-hero-section,
.page-id-14 .eeat-hero-section .section-content,
.page-id-604 .eeat-hero-section .section-content,
.page-id-14 .eeat-hero-section .container,
.page-id-604 .eeat-hero-section .container,
.page-id-14 .eeat-hero-section .row,
.page-id-604 .eeat-hero-section .row,
.page-id-14 .eeat-hero-section .col,
.page-id-604 .eeat-hero-section .col,
.page-id-14 .eeat-hero-section .col-inner,
.page-id-604 .eeat-hero-section .col-inner,
.page-id-14 .eeat-hero-section .banner,
.page-id-604 .eeat-hero-section .banner,
.page-id-14 .eeat-hero-section .banner-inner,
.page-id-604 .eeat-hero-section .banner-inner,
.page-id-14 .eeat-hero-section .banner-layers,
.page-id-604 .eeat-hero-section .banner-layers,
.page-id-14 .eeat-hero-section .text-box,
.page-id-604 .eeat-hero-section .text-box {
  position: relative;
  z-index: 2;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ----------------------------------------------------------------------
   5. AUTHOR / E-E-A-T BAR (above hero)
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-author-bar , .page-id-604 .eeat-author-bar {
  max-width: 720px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  backdrop-filter: blur(12px);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  flex-wrap: wrap;
}

.page-id-14 .eeat-author-bar__item , .page-id-604 .eeat-author-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-id-14 .eeat-author-bar__item strong , .page-id-604 .eeat-author-bar__item strong {
  color: #fff;
  font-weight: 600;
}

.page-id-14 .eeat-author-bar__divider , .page-id-604 .eeat-author-bar__divider {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

/* ----------------------------------------------------------------------
   6. CONTENT SECTION - Common styles
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section , .page-id-604 .eeat-content-section {
  padding: 60px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-id-14 .eeat-content-section h2 , .page-id-604 .eeat-content-section h2 {
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 800 !important;
  color: var(--eeat-text) !important;
  margin: 0 0 16px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}

.page-id-14 .eeat-content-section h2::after , .page-id-604 .eeat-content-section h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--eeat-purple) 0%, var(--eeat-pink) 100%);
  margin: 16px auto 0;
  border-radius: 2px;
}

.page-id-14 .eeat-content-section h3 , .page-id-604 .eeat-content-section h3 {
  font-size: clamp(20px, 2.5vw, 26px) !important;
  font-weight: 700 !important;
  color: var(--eeat-text) !important;
  margin: 32px 0 16px !important;
  line-height: 1.3 !important;
}

.page-id-14 .eeat-content-section h4 , .page-id-604 .eeat-content-section h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--eeat-text) !important;
  margin: 24px 0 12px !important;
}

.page-id-14 .eeat-content-section p , .page-id-604 .eeat-content-section p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--eeat-text);
  margin: 0 0 16px;
}

.page-id-14 .eeat-content-section strong , .page-id-604 .eeat-content-section strong {
  color: var(--eeat-purple-dark);
  font-weight: 700;
}

.page-id-14 .eeat-content-section a , .page-id-604 .eeat-content-section a {
  color: var(--eeat-purple);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.page-id-14 .eeat-content-section a:hover , .page-id-604 .eeat-content-section a:hover {
  border-bottom-color: var(--eeat-purple);
}

/* Lead/Intro paragraph */
.page-id-14 .eeat-content-section .eeat-lead , .page-id-604 .eeat-content-section .eeat-lead {
  font-size: 19px;
  line-height: 1.7;
  color: var(--eeat-text);
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
  font-weight: 400;
}

/* E-E-A-T Profile Card */
.page-id-14 .eeat-content-section .eeat-eat-card , .page-id-604 .eeat-content-section .eeat-eat-card {
  background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
  border: 2px solid var(--eeat-gold);
  border-radius: var(--eeat-radius);
  padding: 28px 32px;
  margin: 32px auto;
  max-width: 800px;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.15);
}

.page-id-14 .eeat-content-section .eeat-eat-card h3 , .page-id-604 .eeat-content-section .eeat-eat-card h3 {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eeat-purple-dark) !important;
}

.page-id-14 .eeat-content-section .eeat-eat-card ul , .page-id-604 .eeat-content-section .eeat-eat-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-id-14 .eeat-content-section .eeat-eat-card li , .page-id-604 .eeat-content-section .eeat-eat-card li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 15px;
  color: var(--eeat-text);
  border-bottom: 1px dashed rgba(251, 191, 36, 0.3);
}

.page-id-14 .eeat-content-section .eeat-eat-card li:last-child , .page-id-604 .eeat-content-section .eeat-eat-card li:last-child {
  border-bottom: none;
}

.page-id-14 .eeat-content-section .eeat-eat-card li::before , .page-id-604 .eeat-content-section .eeat-eat-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: var(--eeat-gold);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Differentiation list */
.page-id-14 .eeat-content-section .eeat-diff-list , .page-id-604 .eeat-content-section .eeat-diff-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.page-id-14 .eeat-content-section .eeat-diff-item , .page-id-604 .eeat-content-section .eeat-diff-item {
  background: #fff;
  border: 1px solid var(--eeat-border);
  border-radius: var(--eeat-radius);
  padding: 24px;
  box-shadow: var(--eeat-shadow-sm);
  transition: all 0.3s ease;
  border-top: 4px solid var(--eeat-purple);
}

.page-id-14 .eeat-content-section .eeat-diff-item:hover , .page-id-604 .eeat-content-section .eeat-diff-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--eeat-shadow);
  border-top-color: var(--eeat-pink);
}

.page-id-14 .eeat-content-section .eeat-diff-item h4 , .page-id-604 .eeat-content-section .eeat-diff-item h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px !important;
  margin-top: 0 !important;
  color: var(--eeat-purple-dark) !important;
}

.page-id-14 .eeat-content-section .eeat-diff-item h4::before , .page-id-604 .eeat-content-section .eeat-diff-item h4::before {
  content: '★';
  color: var(--eeat-gold);
  font-size: 20px;
}

/* ----------------------------------------------------------------------
   7. COMPARISON TABLE - Enhanced
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section table , .page-id-604 .eeat-content-section table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 32px 0;
  background: #fff;
  border-radius: var(--eeat-radius);
  overflow: hidden;
  box-shadow: var(--eeat-shadow);
  border: 1px solid var(--eeat-border);
}

.page-id-14 .eeat-content-section thead , .page-id-604 .eeat-content-section thead {
  background: linear-gradient(135deg, var(--eeat-purple) 0%, var(--eeat-purple-dark) 100%);
  color: #fff;
}

.page-id-14 .eeat-content-section thead th , .page-id-604 .eeat-content-section thead th {
  padding: 18px 20px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.3px;
}

.page-id-14 .eeat-content-section thead th:first-child , .page-id-604 .eeat-content-section thead th:first-child {
  text-align: left;
}

.page-id-14 .eeat-content-section tbody tr , .page-id-604 .eeat-content-section tbody tr {
  transition: background 0.2s;
}

.page-id-14 .eeat-content-section tbody tr:nth-child(odd) , .page-id-604 .eeat-content-section tbody tr:nth-child(odd) {
  background: var(--eeat-bg-light-2);
}

.page-id-14 .eeat-content-section tbody tr:hover , .page-id-604 .eeat-content-section tbody tr:hover {
  background: #faf5ff;
}

.page-id-14 .eeat-content-section tbody td , .page-id-604 .eeat-content-section tbody td {
  padding: 16px 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--eeat-border);
  text-align: center;
  color: var(--eeat-text);
}

.page-id-14 .eeat-content-section tbody td:first-child , .page-id-604 .eeat-content-section tbody td:first-child {
  text-align: left;
  font-weight: 700;
  color: var(--eeat-purple-dark);
}

.page-id-14 .eeat-content-section tbody td:nth-child(2) , .page-id-604 .eeat-content-section tbody td:nth-child(2) {
  background: linear-gradient(180deg, rgba(108, 43, 217, 0.05) 0%, rgba(236, 72, 153, 0.05) 100%);
  font-weight: 600;
  color: var(--eeat-purple);
  position: relative;
}

.page-id-14 .eeat-content-section tbody td:nth-child(2)::before , .page-id-604 .eeat-content-section tbody td:nth-child(2)::before {
  content: '⭐';
  margin-right: 6px;
}

/* ----------------------------------------------------------------------
   8. 8 PRODUCT CATEGORIES - Card Grid
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section .eeat-products-grid , .page-id-604 .eeat-content-section .eeat-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.page-id-14 .eeat-content-section .eeat-product-card , .page-id-604 .eeat-content-section .eeat-product-card {
  background: #fff;
  border: 1px solid var(--eeat-border);
  border-radius: var(--eeat-radius);
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--eeat-shadow-sm);
}

.page-id-14 .eeat-content-section .eeat-product-card::before , .page-id-604 .eeat-content-section .eeat-product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--eeat-purple) 0%, var(--eeat-pink) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.page-id-14 .eeat-content-section .eeat-product-card:hover , .page-id-604 .eeat-content-section .eeat-product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--eeat-shadow-lg);
  border-color: var(--eeat-purple-light);
}

.page-id-14 .eeat-content-section .eeat-product-card:hover::before , .page-id-604 .eeat-content-section .eeat-product-card:hover::before {
  transform: scaleX(1);
}

.page-id-14 .eeat-content-section .eeat-product-number , .page-id-604 .eeat-content-section .eeat-product-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--eeat-purple) 0%, var(--eeat-pink) 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(108, 43, 217, 0.3);
}

.page-id-14 .eeat-content-section .eeat-product-card h3 , .page-id-604 .eeat-content-section .eeat-product-card h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--eeat-text) !important;
  margin: 0 0 12px !important;
}

.page-id-14 .eeat-content-section .eeat-product-card p , .page-id-604 .eeat-content-section .eeat-product-card p {
  font-size: 14px;
  color: var(--eeat-text-light);
  line-height: 1.6;
  margin: 0 0 16px;
}

.page-id-14 .eeat-product-card .eeat-product-tag , .page-id-604 .eeat-product-card .eeat-product-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(108, 43, 217, 0.1);
  color: var(--eeat-purple);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}

/* ----------------------------------------------------------------------
   9. STEPS TIMELINE (4 registration steps)
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section .eeat-steps , .page-id-604 .eeat-content-section .eeat-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin: 40px 0;
  position: relative;
}

.page-id-14 .eeat-content-section .eeat-step , .page-id-604 .eeat-content-section .eeat-step {
  background: #fff;
  border-radius: var(--eeat-radius);
  padding: 32px 24px;
  position: relative;
  text-align: center;
  box-shadow: var(--eeat-shadow);
  border: 1px solid var(--eeat-border);
  transition: all 0.3s ease;
}

.page-id-14 .eeat-content-section .eeat-step:hover , .page-id-604 .eeat-content-section .eeat-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--eeat-shadow-lg);
}

.page-id-14 .eeat-content-section .eeat-step-number , .page-id-604 .eeat-content-section .eeat-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--eeat-purple) 0%, var(--eeat-pink) 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(108, 43, 217, 0.35);
  position: relative;
}

.page-id-14 .eeat-content-section .eeat-step-number::before , .page-id-604 .eeat-content-section .eeat-step-number::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px dashed var(--eeat-purple-light);
  opacity: 0.4;
  animation: rotate 12s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-id-14 .eeat-content-section .eeat-step h3 , .page-id-604 .eeat-content-section .eeat-step h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--eeat-text) !important;
  margin: 0 0 8px !important;
}

.page-id-14 .eeat-content-section .eeat-step p , .page-id-604 .eeat-content-section .eeat-step p {
  font-size: 14px;
  color: var(--eeat-text-light);
  margin: 0 0 12px;
}

.page-id-14 .eeat-content-section .eeat-step-time , .page-id-604 .eeat-content-section .eeat-step-time {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--eeat-gold) 0%, #f59e0b 100%);
  color: #1e293b;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
}

/* ----------------------------------------------------------------------
   10. FAQ - Accordion styling
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-section .eeat-faq ,
.page-id-604 .eeat-section .eeat-faq ,
.page-id-14 .eeat-content-section .eeat-faq ,
.page-id-604 .eeat-content-section .eeat-faq {
  max-width: 880px;
  margin: 32px auto;
}

.page-id-14 .eeat-section .eeat-faq-item ,
.page-id-604 .eeat-section .eeat-faq-item ,
.page-id-14 .eeat-content-section .eeat-faq-item ,
.page-id-604 .eeat-content-section .eeat-faq-item {
  background: #fff;
  border: 1px solid var(--eeat-border);
  border-radius: var(--eeat-radius);
  margin-bottom: 16px;
  box-shadow: var(--eeat-shadow-sm);
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-id-14 .eeat-section .eeat-faq-item.is-open ,
.page-id-604 .eeat-section .eeat-faq-item.is-open ,
.page-id-14 .eeat-content-section .eeat-faq-item.is-open ,
.page-id-604 .eeat-content-section .eeat-faq-item.is-open {
  box-shadow: var(--eeat-shadow);
  border-color: var(--eeat-purple-light);
}

.page-id-14 .eeat-section .eeat-faq-q ,
.page-id-604 .eeat-section .eeat-faq-q ,
.page-id-14 .eeat-content-section .eeat-faq-q ,
.page-id-604 .eeat-content-section .eeat-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: var(--eeat-text);
  background: linear-gradient(180deg, #fff 0%, var(--eeat-bg-light) 100%);
  transition: background 0.2s;
  text-align: left;
  width: 100%;
  border: none;
  font-family: inherit;
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}

.page-id-14 .eeat-section .eeat-faq-item.is-open .eeat-faq-q ,
.page-id-604 .eeat-section .eeat-faq-item.is-open .eeat-faq-q ,
.page-id-14 .eeat-content-section .eeat-faq-item.is-open .eeat-faq-q ,
.page-id-604 .eeat-content-section .eeat-faq-item.is-open .eeat-faq-q {
  background: linear-gradient(135deg, var(--eeat-purple) 0%, var(--eeat-purple-dark) 100%);
  color: #fff;
}

.page-id-14 .eeat-section .eeat-faq-toggle ,
.page-id-604 .eeat-section .eeat-faq-toggle ,
.page-id-14 .eeat-content-section .eeat-faq-toggle ,
.page-id-604 .eeat-content-section .eeat-faq-toggle {
  font-size: 20px;
  font-weight: 300;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--eeat-purple);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  flex-shrink: 0;
  transition: all 0.2s;
}

.page-id-14 .eeat-section .eeat-faq-item.is-open .eeat-faq-toggle ,
.page-id-604 .eeat-section .eeat-faq-item.is-open .eeat-faq-toggle ,
.page-id-14 .eeat-content-section .eeat-faq-item.is-open .eeat-faq-toggle ,
.page-id-604 .eeat-content-section .eeat-faq-item.is-open .eeat-faq-toggle {
  background: var(--eeat-gold);
  color: var(--eeat-text);
  transform: rotate(180deg);
}

.page-id-14 .eeat-section .eeat-faq-a ,
.page-id-604 .eeat-section .eeat-faq-a ,
.page-id-14 .eeat-content-section .eeat-faq-a ,
.page-id-604 .eeat-content-section .eeat-faq-a {
  padding: 24px;
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
  color: var(--eeat-text);
  border-top: 1px solid var(--eeat-border);
}

/* ----------------------------------------------------------------------
   11. AUTHOR PROFILE CARD
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section .eeat-author , .page-id-604 .eeat-content-section .eeat-author {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: linear-gradient(135deg, #faf5ff 0%, #fff 100%);
  border: 2px solid var(--eeat-purple-light);
  border-radius: var(--eeat-radius);
  padding: 32px;
  margin: 40px 0;
  box-shadow: var(--eeat-shadow);
}

.page-id-14 .eeat-content-section .eeat-author-avatar , .page-id-604 .eeat-content-section .eeat-author-avatar {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--eeat-purple) 0%, var(--eeat-pink) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  box-shadow: var(--eeat-shadow-purple);
}

.page-id-14 .eeat-content-section .eeat-author-info h3 , .page-id-604 .eeat-content-section .eeat-author-info h3 {
  margin: 0 0 4px !important;
  font-size: 22px !important;
  color: var(--eeat-purple-dark) !important;
}

.page-id-14 .eeat-content-section .eeat-author-info p , .page-id-604 .eeat-content-section .eeat-author-info p {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--eeat-text-light);
}

.page-id-14 .eeat-content-section .eeat-author-info .eeat-author-role , .page-id-604 .eeat-content-section .eeat-author-info .eeat-author-role {
  font-weight: 600;
  color: var(--eeat-purple);
  font-size: 13px;
}

/* ----------------------------------------------------------------------
   12. COMMITMENT/CONTACT GRID
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section .eeat-commit-grid , .page-id-604 .eeat-content-section .eeat-commit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.page-id-14 .eeat-content-section .eeat-commit-item , .page-id-604 .eeat-content-section .eeat-commit-item {
  background: #fff;
  border: 1px solid var(--eeat-border);
  border-radius: var(--eeat-radius);
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--eeat-shadow-sm);
  transition: all 0.3s ease;
}

.page-id-14 .eeat-content-section .eeat-commit-item:hover , .page-id-604 .eeat-content-section .eeat-commit-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--eeat-shadow);
}

.page-id-14 .eeat-content-section .eeat-commit-icon , .page-id-604 .eeat-content-section .eeat-commit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(108, 43, 217, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
  color: var(--eeat-purple);
  font-size: 24px;
  margin-bottom: 12px;
}

.page-id-14 .eeat-content-section .eeat-commit-item h4 , .page-id-604 .eeat-content-section .eeat-commit-item h4 {
  margin: 0 0 8px !important;
  font-size: 16px !important;
  color: var(--eeat-text) !important;
}

.page-id-14 .eeat-content-section .eeat-commit-item p , .page-id-604 .eeat-content-section .eeat-commit-item p {
  margin: 0;
  font-size: 13px;
  color: var(--eeat-text-light);
  line-height: 1.5;
}

/* ----------------------------------------------------------------------
   13. RESPONSIVE
   ---------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .page-id-14 .eeat-hero-section .eeat-stats-grid , .page-id-604 .eeat-hero-section .eeat-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .page-id-14 .eeat-hero-section .eeat-stats-grid , .page-id-604 .eeat-hero-section .eeat-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-id-14 .eeat-hero-section , .page-id-604 .eeat-hero-section {
    padding: 60px 20px 80px;
  }

  .page-id-14 .eeat-hero-section h1.eeat-h1 , .page-id-604 .eeat-hero-section h1.eeat-h1 {
    font-size: 32px !important;
  }

  .page-id-14 .eeat-hero-section .eeat-stats-grid , .page-id-604 .eeat-hero-section .eeat-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .page-id-14 .eeat-hero-section .eeat-stat-card , .page-id-604 .eeat-hero-section .eeat-stat-card {
    padding: 14px 10px;
    min-height: 110px;
  }

  .page-id-14 .eeat-hero-section .eeat-stat-value , .page-id-604 .eeat-hero-section .eeat-stat-value {
    font-size: 18px;
  }

  .page-id-14 .eeat-hero-section .eeat-stat-label , .page-id-604 .eeat-hero-section .eeat-stat-label {
    font-size: 10px;
  }

  .page-id-14 .eeat-hero-section .eeat-cta-group , .page-id-604 .eeat-hero-section .eeat-cta-group {
    flex-direction: column;
    align-items: center;
  }

  .page-id-14 .eeat-hero-section .eeat-cta-primary, .page-id-604 .eeat-hero-section .eeat-cta-primary,
  .page-id-14 .eeat-hero-section .eeat-cta-secondary , .page-id-604 .eeat-hero-section .eeat-cta-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .page-id-14 .eeat-content-section , .page-id-604 .eeat-content-section {
    padding: 40px 20px;
  }

  .page-id-14 .eeat-content-section .eeat-eat-card , .page-id-604 .eeat-content-section .eeat-eat-card {
    padding: 20px 24px;
  }

  .page-id-14 .eeat-content-section .eeat-products-grid , .page-id-604 .eeat-content-section .eeat-products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-id-14 .eeat-content-section .eeat-steps , .page-id-604 .eeat-content-section .eeat-steps {
    grid-template-columns: 1fr;
  }

  .page-id-14 .eeat-content-section .eeat-author , .page-id-604 .eeat-content-section .eeat-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
  }

  .page-id-14 .eeat-content-section table , .page-id-604 .eeat-content-section table {
    font-size: 12px;
  }

  .page-id-14 .eeat-content-section thead th, .page-id-604 .eeat-content-section thead th,
  .page-id-14 .eeat-content-section tbody td , .page-id-604 .eeat-content-section tbody td {
    padding: 12px 8px;
  }

  .page-id-14 .eeat-author-bar , .page-id-604 .eeat-author-bar {
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
  }

  .page-id-14 .eeat-author-bar__divider , .page-id-604 .eeat-author-bar__divider {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-id-14 .eeat-hero-section .eeat-stats-grid , .page-id-604 .eeat-hero-section .eeat-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-id-14 .eeat-content-section .eeat-diff-list , .page-id-604 .eeat-content-section .eeat-diff-list {
    grid-template-columns: 1fr;
  }

  .page-id-14 .eeat-content-section .eeat-commit-grid , .page-id-604 .eeat-content-section .eeat-commit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ----------------------------------------------------------------------
   14. ACCESSIBILITY
   ---------------------------------------------------------------------- */
.page-id-14 .eeat-content-section :focus-visible , .page-id-604 .eeat-content-section :focus-visible {
  outline: 3px solid var(--eeat-gold);
  outline-offset: 2px;
}

.page-id-14 .eeat-content-section img , .page-id-604 .eeat-content-section img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
   15. FIX: Hide empty duplicate anchor wrappers (Flatsome UX Builder
   renders each product card as 3 nested anchors - one with text, two
   empty <p><a></a></p> duplicates. Hide the empty ones.)
   ---------------------------------------------------------------------- */
.eeat-product-grid a.eeat-product-card:empty,
.eeat-product-grid p > a.eeat-product-card:only-child,
.eeat-product-grid > p:has(> a.eeat-product-card:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* ----------------------------------------------------------------------
   16. SCOPED PROPER: Target eeat-product-grid directly (DOM has no
   .eeat-content-section wrapper). Provide styles without parent scope.
   ---------------------------------------------------------------------- */
.eeat-product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 24px !important;
  margin: 32px 0 !important;
}

.eeat-product-grid .eeat-product-card {
  position: relative;
  display: block !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  min-height: 180px;
}

.eeat-product-grid .eeat-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(108, 43, 217, 0.15);
  border-color: #6c2bd9;
}

.eeat-product-grid .eeat-product-num {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: #6c2bd9;
  background: rgba(108, 43, 217, 0.08);
  border-radius: 8px;
  padding: 4px 12px;
  margin-bottom: 16px;
}

.eeat-product-grid .eeat-product-title {
  font-size: 20px;
  font-weight: 800;
  color: #1d192d;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.eeat-product-grid .eeat-product-desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.eeat-product-grid .eeat-product-meta {
  font-size: 12px;
  font-weight: 600;
  color: #6c2bd9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .eeat-product-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}
