/*
Theme Name:   EasyLife Juridique
Theme URI:    https://easylifebusiness.com
Description:  Thème enfant Astra pour la plateforme juridique EasyLife Business en Martinique
Author:       EasyLife Business
Author URI:   https://easylifebusiness.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  easylife-juridique
*/

/* =============================================
   VARIABLES & RESET
   ============================================= */
:root {
  --navy:       #1A3A5C;
  --navy-dark:  #0F2440;
  --navy-light: #1E6FB8;
  --gold:       #FFCC44;
  --gold-dark:  #E6B800;
  --gold-light: #FFD966;
  --white:      #FFFFFF;
  --gray-50:    #F8F9FA;
  --gray-100:   #F1F3F5;
  --gray-200:   #E9ECEF;
  --gray-400:   #CED4DA;
  --gray-600:   #6C757D;
  --gray-800:   #343A40;
  --text:       #1E2D3D;
  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --shadow-sm:  0 2px 8px rgba(26,58,92,.08);
  --shadow-md:  0 6px 24px rgba(26,58,92,.12);
  --shadow-lg:  0 12px 48px rgba(26,58,92,.18);
  --transition: all .25s ease;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; transition: var(--transition); }

/* =============================================
   ASTRA OVERRIDES — masquer éléments par défaut
   ============================================= */
.ast-header-break-point .main-header-bar,
.main-header-bar { display: none !important; }
.site-footer,
.ast-footer-overlay { display: none !important; }
#page { padding-top: 0 !important; }
.ast-container { max-width: 100% !important; padding: 0 !important; }
.entry-content { margin: 0 !important; padding: 0 !important; }
.ast-page-builder-template .entry-content { padding: 0 !important; }

/* =============================================
   HEADER
   ============================================= */
.ej-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(26,58,92,.1);
  transition: var(--transition);
}

.ej-header.scrolled {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(26,58,92,.15);
}

.ej-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 85px;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Logo */
.ej-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.ej-logo-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--navy);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  color: var(--gold);
  letter-spacing: -1px;
}

/* Logo image (custom logo WordPress) */
.ej-logo img,
.ej-logo .custom-logo {
  height: 65px;
  min-height: 65px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.ej-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.ej-logo-name {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}

.ej-logo-tagline {
  font-size: 10px;
  font-weight: 500;
  color: var(--navy-light);
  letter-spacing: .8px;
  text-transform: uppercase;
}

/* Nav */
.ej-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.ej-nav a {
  color: rgba(26,58,92,.75);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}

.ej-nav a:hover {
  color: var(--navy);
  background: rgba(26,58,92,.06);
}

.ej-nav a.active {
  color: var(--navy);
  font-weight: 700;
}

/* CTA bouton header */
.ej-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ej-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

/* Boutons partenaires */
.ej-partner-contact {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.ej-partner-btn {
  flex: 1;
  min-width: 90px;
  padding: 9px 12px;
  background: var(--navy);
  color: #fff !important;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  transition: background .2s;
  display: inline-block;
}
.ej-partner-btn:hover { background: var(--navy-dark); }
.ej-partner-btn-wa { background: #25D366; }
.ej-partner-btn-wa:hover { background: #1ebe5d; }
.ej-testimonial-card { display: flex; flex-direction: column; }
.ej-testimonial-text { flex: 1; }

/* Sélection de pack */
.w4-packs { margin-bottom: 20px; }
.w4-packs-title { font-size:16px; font-weight:700; color:#1A3A5C; text-align:center; margin-bottom:6px; }
.w4-packs-sub { font-size:12px; color:#999; text-align:center; margin-bottom:20px; line-height:1.5; }
.w4-packs-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.w4-pack { border:1.5px solid #DDDDD5; border-radius:12px; padding:20px; position:relative; background:#fff; }
.w4-pack-full { border-color:#1A3A5C; background:#F6F8FC; }
.w4-pack-badge { position:absolute; top:-11px; left:50%; transform:translateX(-50%); background:#1A3A5C; color:#FFCC44; font-size:10px; font-weight:700; letter-spacing:.5px; padding:3px 12px; border-radius:100px; white-space:nowrap; }
.w4-pack-name { font-size:15px; font-weight:700; color:#1A3A5C; margin-bottom:6px; }
.w4-pack-price { font-size:20px; font-weight:800; color:#1A3A5C; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #EAEAE2; min-height:40px; }
.w4-pack-features { list-style:none; display:flex; flex-direction:column; gap:7px; margin-bottom:18px; }
.w4-pack-features li { font-size:12px; display:flex; align-items:flex-start; gap:7px; line-height:1.4; }
.w4-pack-features li.ok { color:#1A3A5C; }
.w4-pack-features li.ok::before { content:'✓'; color:#28a745; font-weight:700; flex-shrink:0; }
.w4-pack-features li.no { color:#BBB; }
.w4-pack-features li.no::before { content:'✗'; color:#CCC; font-weight:700; flex-shrink:0; }
.w4-pack-cta { width:100%; padding:11px; background:#f0f0f0; color:#1A3A5C; border:1.5px solid #1A3A5C; border-radius:8px; font-size:13px; font-weight:700; cursor:pointer; font-family:inherit; transition:all .2s; }
.w4-pack-cta:hover { background:#1A3A5C; color:#fff; }
.w4-pack-cta-full { background:#1A3A5C; color:#fff; }
.w4-pack-cta-full:hover { background:#2A5A8C; }
@media(max-width:520px) { .w4-packs-grid { grid-template-columns:1fr; } }

.ej-btn-primary {
  background: var(--gold);
  color: var(--navy);
}

.ej-btn-primary:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255,204,68,.4);
}

.ej-btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(26,58,92,.3);
}

.ej-btn-account {
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  padding: 9px 18px;
}

.ej-btn-account:hover {
  background: var(--navy-dark);
  color: #fff;
}

.ej-btn-outline:hover {
  border-color: var(--navy);
  background: rgba(26,58,92,.06);
}

/* Mobile toggle */
.ej-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--navy);
}

/* =============================================
   HERO
   ============================================= */
.ej-hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
  display: flex;
  align-items: center;
  padding: 120px 24px 80px;
  position: relative;
  overflow: hidden;
}

.ej-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 70% 50%, rgba(255,204,68,.08) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.ej-hero::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 100px;
  background: linear-gradient(to bottom right, transparent 49%, var(--white) 50%);
}

.ej-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ej-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,204,68,.15);
  border: 1px solid rgba(255,204,68,.3);
  color: var(--gold);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ej-hero-badge span.dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

.ej-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.ej-hero-title em {
  font-style: normal;
  color: var(--gold);
}

.ej-hero-subtitle {
  font-size: 17px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
}

.ej-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.ej-btn-hero {
  padding: 14px 28px;
  font-size: 15px;
  border-radius: var(--radius-md);
}

.ej-hero-trust {
  display: flex;
  gap: 24px;
}

.ej-trust-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ej-trust-number {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}

.ej-trust-label {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Hero visual */
.ej-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ej-hero-card {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  width: 100%;
  max-width: 400px;
}

.ej-hero-card-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 20px;
}

.ej-service-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.05);
  margin-bottom: 10px;
  transition: var(--transition);
  cursor: default;
}

.ej-service-mini:hover {
  background: rgba(255,255,255,.1);
}

.ej-service-mini-icon {
  width: 40px; height: 40px;
  background: rgba(255,204,68,.15);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.ej-service-mini-info { flex: 1; }

.ej-service-mini-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}

.ej-service-mini-price {
  font-size: 12px;
  color: var(--gold);
  font-weight: 500;
}

.ej-service-mini-arrow {
  color: rgba(255,255,255,.3);
  font-size: 16px;
}

.ej-hero-card-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

.ej-hero-card-footer .shield {
  color: var(--gold);
  font-size: 16px;
}

/* =============================================
   SECTION COMMUNE
   ============================================= */
.ej-section {
  padding: 96px 24px;
}

.ej-section-alt {
  background: var(--gray-50);
}

.ej-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.ej-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

.ej-section-chip {
  display: inline-block;
  background: rgba(26,58,92,.08);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid rgba(26,58,92,.12);
  margin-bottom: 16px;
}

.ej-section-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}

.ej-section-title em {
  font-style: normal;
  color: var(--gold-dark);
}

.ej-section-desc {
  font-size: 16px;
  color: var(--gray-600);
  line-height: 1.7;
}

/* =============================================
   SERVICES
   ============================================= */
.ej-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ej-service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ej-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.ej-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.ej-service-card:hover::before {
  transform: scaleX(1);
}

.ej-service-icon-wrap {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, rgba(26,58,92,.08), rgba(26,58,92,.04));
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  transition: var(--transition);
}

.ej-service-card:hover .ej-service-icon-wrap {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
}

.ej-service-card-body {
  flex: 1;
}

.ej-service-card-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.25;
}

.ej-service-card-desc {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.65;
}

.ej-service-card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 0;
}

.ej-service-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--gray-600);
}

.ej-service-card-features li::before {
  content: '✓';
  color: var(--gold-dark);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ej-service-card-price {
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ej-price-label {
  font-size: 11px;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.ej-price-amount {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}

.ej-price-amount span {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-600);
}

.ej-service-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 0;
  transition: var(--transition);
}

.ej-service-cta .arrow {
  transition: transform .2s ease;
}

.ej-service-card:hover .ej-service-cta .arrow {
  transform: translateX(4px);
}

/* =============================================
   PROCESSUS
   ============================================= */
.ej-process {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.ej-process::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E");
}

.ej-process .ej-section-chip {
  background: rgba(255,204,68,.15);
  color: var(--gold);
  border-color: rgba(255,204,68,.25);
}

.ej-process .ej-section-title {
  color: var(--white);
}

.ej-process .ej-section-desc {
  color: rgba(255,255,255,.65);
}

.ej-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.ej-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(255,204,68,.3) 100%);
}

.ej-step {
  text-align: center;
  position: relative;
}

.ej-step-number {
  width: 56px; height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 6px rgba(255,204,68,.15);
}

.ej-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.ej-step-desc {
  font-size: 13px;
  color: rgba(255,255,255,.55);
  line-height: 1.6;
}

/* =============================================
   AVANTAGES / WHY EASYLIFE
   ============================================= */
.ej-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.ej-why-visual {
  position: relative;
}

.ej-why-card-main {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 40px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.ej-why-card-main::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255,204,68,.15) 0%, transparent 70%);
}

.ej-why-card-stat {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.ej-stat-item {
  flex: 1;
}

.ej-stat-num {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}

.ej-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .6px;
}

.ej-why-card-sub {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  box-shadow: var(--shadow-md);
  position: absolute;
  bottom: -20px;
  right: -20px;
  min-width: 220px;
}

.ej-badge-icon {
  width: 48px; height: 48px;
  background: var(--gold);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.ej-badge-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.ej-badge-sub {
  font-size: 11px;
  color: var(--gray-600);
  font-weight: 400;
}

/* Avantages liste */
.ej-why-content {}

.ej-why-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 0;
}

.ej-why-item {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
}

.ej-why-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
  background: rgba(255,204,68,.03);
}

.ej-why-item-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.ej-why-item-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}

.ej-why-item-desc {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.6;
}

/* =============================================
   TEMOIGNAGES
   ============================================= */
.ej-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ej-testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ej-testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gold-light);
}

.ej-testimonial-stars {
  display: flex;
  gap: 3px;
  color: var(--gold-dark);
  font-size: 14px;
}

.ej-testimonial-text {
  font-size: 14px;
  color: var(--gray-800);
  line-height: 1.7;
  font-style: italic;
  flex: 1;
}

.ej-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
}

.ej-author-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: 15px;
  flex-shrink: 0;
}

.ej-author-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}

.ej-author-role {
  font-size: 12px;
  color: var(--gray-600);
}

/* =============================================
   CTA BANNER
   ============================================= */
.ej-cta-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ej-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(255,204,68,.07) 0%, transparent 60%);
}

.ej-cta-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.ej-cta-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.ej-cta-title em {
  font-style: normal;
  color: var(--gold);
}

.ej-cta-desc {
  color: rgba(255,255,255,.7);
  font-size: 16px;
  margin-bottom: 36px;
  line-height: 1.6;
}

.ej-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.ej-btn-cta {
  padding: 15px 32px;
  font-size: 15px;
  border-radius: var(--radius-md);
}

/* =============================================
   FOOTER
   ============================================= */
.ej-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.75);
  padding: 64px 24px 32px;
}

.ej-footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 32px;
}

.ej-footer-brand {}

.ej-footer-tagline {
  font-size: 13px;
  line-height: 1.7;
  margin: 16px 0 24px;
  color: rgba(255,255,255,.55);
}

.ej-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ej-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.6);
}

.ej-footer-contact-item .ico {
  color: var(--gold);
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.ej-footer-col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 20px;
}

.ej-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ej-footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  transition: var(--transition);
}

.ej-footer-links a:hover {
  color: var(--white);
  padding-left: 4px;
}

.ej-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.ej-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,.4);
}

.ej-footer-legal {
  display: flex;
  gap: 20px;
}

.ej-footer-legal a {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  transition: var(--transition);
}

.ej-footer-legal a:hover {
  color: var(--white);
}

/* =============================================
   WHATSAPP BOUTON FLOTTANT
   ============================================= */
.ej-whatsapp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.ej-whatsapp-btn {
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: var(--transition);
  flex-shrink: 0;
}

.ej-whatsapp:hover .ej-whatsapp-btn {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37,211,102,.55);
}

.ej-whatsapp-btn svg {
  width: 28px; height: 28px;
  fill: var(--white);
}

.ej-whatsapp-bubble {
  background: var(--white);
  border-radius: 12px 12px 0 12px;
  padding: 10px 16px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
  pointer-events: none;
  white-space: nowrap;
}

.ej-whatsapp:hover .ej-whatsapp-bubble {
  opacity: 1;
  transform: translateX(0);
}

.ej-whatsapp-bubble-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.ej-whatsapp-bubble-sub {
  font-size: 11px;
  color: var(--gray-600);
}

.ej-whatsapp-ping {
  position: absolute;
  top: 0; right: 0;
  width: 14px; height: 14px;
  background: var(--gold);
  border-radius: 50%;
  border: 2px solid var(--white);
  animation: ping 2s infinite;
}

@keyframes ping {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* =============================================
   SCROLL TOP
   ============================================= */
.ej-scroll-top {
  position: fixed;
  bottom: 100px;
  right: 32px;
  z-index: 9997;
  width: 42px; height: 42px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 18px;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: var(--transition);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  border: none;
}

.ej-scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.ej-scroll-top:hover {
  background: var(--navy-light);
  transform: translateY(-2px);
}

/* =============================================
   MOBILE MENU
   ============================================= */
.ej-mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--white);
  padding: 16px;
  z-index: 9998;
  border-bottom: 3px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.ej-mobile-menu.open { display: flex; flex-direction: column; gap: 4px; }

.ej-mobile-menu a {
  color: rgba(26,58,92,.8);
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: block;
}

.ej-mobile-menu a:hover { background: rgba(26,58,92,.06); color: var(--navy); }

.ej-mobile-menu .ej-btn-primary {
  margin-top: 8px;
  text-align: center;
  justify-content: center;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .ej-services-grid { grid-template-columns: repeat(2, 1fr); }
  .ej-steps { grid-template-columns: repeat(2, 1fr); }
  .ej-steps::before { display: none; }
  .ej-why-grid { grid-template-columns: 1fr; }
  .ej-why-visual { display: none; }
  .ej-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .ej-nav, .ej-header-cta { display: none; }
  .ej-menu-toggle { display: flex; }
  .ej-hero-inner { grid-template-columns: 1fr; }
  .ej-hero-visual { display: none; }
  .ej-hero { padding: 96px 24px 60px; min-height: auto; }
  .ej-hero-trust { gap: 16px; flex-wrap: wrap; }
  .ej-services-grid { grid-template-columns: 1fr; }
  .ej-steps { grid-template-columns: 1fr 1fr; }
  .ej-testimonials-grid { grid-template-columns: 1fr; }
  .ej-footer-grid { grid-template-columns: 1fr; }
  .ej-footer-bottom { flex-direction: column; text-align: center; }
  .ej-whatsapp { bottom: 20px; right: 20px; }
  .ej-scroll-top { bottom: 84px; right: 20px; }
  .ej-section { padding: 64px 20px; }
}

@media (max-width: 480px) {
  .ej-steps { grid-template-columns: 1fr; }
  .ej-hero-actions { flex-direction: column; }
  .ej-cta-buttons { flex-direction: column; align-items: center; }
}
