/* ================================================================
   EUNOIA SHIFT — eunoia.css  v2.0
   Place at: /wp-content/themes/astra-child-eunoia/assets/eunoia.css
   OR paste entirely into: Astra Customizer → Additional CSS
================================================================ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

/* ── Design Tokens ── */
:root {
  --navy-deep:   #06091a;
  --navy-mid:    #0b1028;
  --navy-card:   #0f1535;
  --navy-border: #1a2448;
  --silver:      #b8bcc8;
  --silver-light:#d4d7e2;
  --silver-dim:  #9fa5bb;
  --gold:        #c9a06a;
  --gold-dim:    #9a7645;
  --white:       #eef0f6;
  --text-body:   #9fa5bb;
/* Global Font Variable */
  --font-main: 'Noto Sans Display', sans-serif;
}

/* ================================================================
   ASTRA OVERRIDES
================================================================ */
html, body,
.ast-page-builder-template,
#page, #content, .site,
.ast-container, .entry-content,
.ast-article-post, article {
  background-color: var(--navy-deep) !important;
  color: var(--text-body) !important;
}
.ast-page-builder-template .entry-content,
.ast-full-width-layout .entry-content,
.entry-content > *, .ast-container,
.container.ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.ast-article-post, .ast-separate-container article,
.ast-page-builder-template article,
.post-content, .entry {
  padding: 0 !important;
  /*margin: 0 !important;*/
  box-shadow: none !important;
}
.ast-breadcrumbs-wrapper, .ast-single-post-title,
.entry-header, .post-title { display: none !important; }

#masthead, .site-header, .ast-header-wrap, .main-header-bar {
  background-color: var(--navy-deep) !important;
  border-bottom: 1px solid rgba(184,188,200,0.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}
.ast-sticky-active #masthead,
.ast-sticky-active .main-header-bar {
  background-color: rgba(6,9,26,0.97) !important;
  border-bottom-color: var(--navy-border) !important;
  box-shadow: 0 2px 30px rgba(0,0,0,0.4) !important;
}
.fusion-logo img { max-height: 40px !important; }
#masthead .main-navigation a,
.main-header-bar .main-navigation a,
.ast-nav-menu > li > a {
  font-family: var(--font-main) !important;
  font-size: 0.75rem !important; font-weight: 500 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  color: var(--silver-dim) !important;
}
.ast-nav-menu > li > a:hover,
.ast-nav-menu > li.current-menu-item > a { color: var(--white) !important; }
#colophon, .site-footer, .footer-widget-area {
  background-color: var(--navy-deep) !important;
  border-top: 1px solid var(--navy-border) !important;
}
#colophon .ast-footer-copyright,
.site-footer p, .site-footer a { color: var(--silver-dim) !important; font-size: 0.72rem !important; }
.site-footer a:hover { color: var(--gold) !important; }
.ast-page-builder-template .ast-article-post { padding-top: 0 !important; }
#secondary, .widget-area, .ast-sidebar { display: none !important; }

:root {
    --ast-global-color-0: #06091A;
    --ast-global-color-1: #1A2448;
    --ast-global-color-2: #1e293b;
    --ast-global-color-3: #334155;
    --ast-global-color-4: #FFFFFF;
    --ast-global-color-5: #F0F5FA;
    --ast-global-color-6: #111111;
    --ast-global-color-7: #D1D5DB;
    --ast-global-color-8: #111111;
}
/* ================================================================
   WIZSP SCROLL & HOVER ANIMATIONS
================================================================ */
.wiz-animate {
  opacity: 0;
  will-change: opacity, transform;
  transition-property: opacity, transform, box-shadow;
  transition-duration: 0.8s, 0.8s, 0.3s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1),
                               cubic-bezier(0.16, 1, 0.3, 1), ease-out;
}
.wiz-fade-up    { transform: translateY(40px); }
.wiz-fade-down  { transform: translateY(-40px); }
.wiz-fade-left  { transform: translateX(40px); }
.wiz-fade-right { transform: translateX(-40px); }
.wiz-fade-in    { transform: scale(0.98); }
.wiz-animate.is-visible { opacity: 1; transform: translate(0,0) scale(1); }
.delay-100 { transition-delay: 0.1s; }
.delay-150 { transition-delay: 0.15s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.wiz-hover-lift { position: relative; z-index: 1; }
.wiz-animate.is-visible.wiz-hover-lift:hover {
  transform: translateY(-10px); z-index: 10;
  transition-delay: 0s !important;
}

/* ================================================================
   GLOBAL RESET & BASE
================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--font-main) !important;
  background: var(--navy-deep);
  color: var(--text-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.eunoia-page-wrap::after {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}

/* ================================================================
   SHARED LAYOUT
================================================================ */
.eunoia-page-wrap { position: relative; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 5vw; }
.section-pad { padding: 7rem 5vw; }
.section-alt { background: var(--navy-card); }
section { position: relative; }

.tag {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold) !important; margin-bottom: 1.5rem;
}
.tag::before {
  content: ''; display: block;
  width: 24px; height: 1px; background: var(--gold); flex-shrink: 0;
}
h2.section-title {
  font-family: var(--font-main) !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 400 !important; line-height: 1.2 !important;
  color: var(--white) !important; /*max-width: 700px;*/ margin-bottom: 1.5rem !important;
}
h2.section-title em { font-style: italic; color: var(--silver-light); }
.section-lead {
  font-size: 1.05rem; font-weight: 400; line-height: 1.9;
  color: var(--text-body); /*max-width: 600px;*/ margin-bottom: 3rem;
}
.section-sep {
  width: 100%; height: 1px; display: block;
  background: linear-gradient(to right, transparent 0%, var(--navy-border) 20%,
    var(--navy-border) 80%, transparent 100%);
}

/* ================================================================
   CUSTOM NAV
================================================================ */
.es-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 5vw;
  background: rgba(6,9,26,0.88);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,188,200,0.08);
  transition: background 0.4s, border-color 0.4s;
}
.es-nav.scrolled {
  background: rgba(6,9,26,0.97);
  border-color: var(--navy-border);
  box-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.es-nav-logo img { height: auto; display: block; }
.es-nav-logo-text {
  font-family: var(--font-main) !important;
  font-size: 1.35rem; font-weight: 400;
  letter-spacing: 0.04em; color: var(--silver);
}
.es-nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; margin-bottom: 0px !important;}
.es-nav-links a {
  font-family: var(--font-main) !important;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--silver-dim); text-decoration: none; transition: color 0.25s;
}
.es-nav-links a:hover { color: var(--white); }
.es-nav-cta {
  font-family: var(--font-main) !important;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--navy-deep); background: var(--gold);
  border: none; padding: 0.7rem 1.5rem;
  cursor: pointer; text-decoration: none; transition: background 0.25s;
  border-radius: 6px;
}
.es-nav-cta:hover { background: var(--gold-dim); }
.es-hamburger {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  width: 40px; height: 40px; gap: 6px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.es-hamburger span {
  display: block; width: 24px; height: 1.5px; background: var(--silver);
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), opacity 0.25s ease, width 0.3s ease;
}
.es-hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.es-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.es-hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.es-nav-drawer {
  position: fixed; top: 80px; left: 0; right: 0;
  background: rgba(6,9,26,0.98); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--navy-border);
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.16,1,0.3,1), padding 0.3s ease;
  z-index: 490; padding: 0 5vw;
}
.es-nav-drawer.open { max-height: 480px; padding: 1.5rem 5vw 2rem; }
.es-nav-drawer ul { list-style: none; }
.es-nav-drawer ul li { border-bottom: 1px solid var(--navy-border); }
.es-nav-drawer ul li a {
  display: block; font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--silver-dim); padding: 1rem 0;
  text-decoration: none; transition: color 0.2s, padding-left 0.2s;
}
.es-nav-drawer ul li a:hover { color: var(--gold); padding-left: 0.5rem; }
.es-nav-drawer .drawer-cta {
  display: inline-block; margin-top: 1.5rem;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--navy-deep); background: var(--gold);
  padding: 0.75rem 1.75rem; text-decoration: none;
  border-radius: 6px;
}

/* ================================================================
   BUTTONS
================================================================ */
.btn-primary {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--navy-deep) !important; background: var(--gold);
  padding: 1rem 2.5rem; border: none; cursor: pointer;
  text-decoration: none !important;
  transition: background 0.25s, transform 0.2s; display: inline-block;
  border-radius: 6px;
}
.btn-primary:hover { background: var(--gold-dim); transform: translateY(-2px); }
.btn-ghost {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--silver) !important; background: transparent;
  padding: 1rem 2.5rem; border: 1px solid rgba(184,188,200,0.25);
  cursor: pointer; text-decoration: none !important;
  transition: border-color 0.25s, color 0.25s, transform 0.2s; display: inline-block;
  border-radius: 6px;
}
.btn-ghost:hover {
  border-color: rgba(184,188,200,0.6);
  color: var(--white) !important; transform: translateY(-2px);
}

/* ================================================================
   HERO
================================================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
  padding: 10rem 5vw 6rem; overflow: hidden;
}
.hero-orb {
  position: absolute; top: -15vh; right: -10vw;
  width: 70vw; height: 70vw; max-width: 800px; max-height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%,
    rgba(201,160,106,0.06) 0%, rgba(184,188,200,0.04) 40%, transparent 70%);
  pointer-events: none;
}
.hero-orb-2 {
  position: absolute; bottom: -5vh; left: -15vw;
  width: 60vw; height: 60vw; max-width: 600px; max-height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 60%,
    rgba(184,188,200,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold) !important; margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before {
  content: ''; display: block;
  width: 40px; height: 1px; background: var(--gold); flex-shrink: 0;
}
.hero h1 {
  font-family: var(--font-main) !important;
  font-size: clamp(2.8rem, 6vw, 5.5rem) !important;
  font-weight: 400 !important; line-height: 1.1 !important;
  color: var(--white) !important; max-width: 1200px; margin-bottom: 1.25rem !important;
}
.hero h1 em { font-style: italic; color: var(--silver-light); }

/* ── NEW: hero model subtitle ── */
.hero-model-sub {
  font-family: var(--font-main) !important;
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--silver-dim); margin-bottom: 1.25rem;
}

.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 400; line-height: 1.8;
  color: var(--silver-dim); max-width: 800px; margin-bottom: 3rem;
}
.hero-ctas { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.hero-scroll-indicator {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  animation: scrollBounce 2.5s ease-in-out infinite;
}
.hero-scroll-indicator span {
  font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--silver-dim);
}
.hero-scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--silver-dim), transparent);
}
@keyframes scrollBounce {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px); }
}

/* ================================================================
   STATS BAR
================================================================ */
.stats-bar {
  background: var(--navy-card);
  border-top: 1px solid var(--navy-border);
  border-bottom: 1px solid var(--navy-border);
  padding: 2.5rem 5vw;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.stat-item { text-align: center; padding: 0.75rem 1.5rem; position: relative; }
.stat-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 10%; bottom: 10%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--navy-border), transparent);
}
.stat-num {
  font-family: var(--font-main) !important;
  font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 400;
  color: var(--gold) !important; line-height: 1; display: block; margin-bottom: 0.4rem;
}
.stat-label {
  font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.04em; color: var(--silver-dim); line-height: 1.55;
}

/* ================================================================
   VISION / MISSION / VALUES  ← NEW
================================================================ */
.es-vision-section { background: var(--navy-mid); }

.vision-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 0;
}
.vision-col .tag { margin-bottom: 1rem; }
.vision-text {
  font-size: 1rem; font-weight: 400; line-height: 1.85; color: var(--text-body);
}

.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 2rem; margin-bottom: 2.5rem;
}
.value-card {
  background: var(--navy-card);
  border: 1px solid var(--navy-border);
  border-top: 3px solid var(--gold);
  padding: 1.75rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
  border-color: rgba(201,160,106,0.4);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
.value-card h4 {
  font-family: var(--font-main) !important;
  font-size: 1.2rem !important; font-weight: 500 !important;
  color: var(--white) !important; margin-bottom: 0.75rem !important; line-height: 1.3;
}
.value-card p { font-size: 0.85rem; color: var(--silver-dim); line-height: 1.7; }

.vision-accent {
  font-family: var(--font-main) !important;
  font-size: 0.88rem; font-weight: 400; font-style: italic;
  color: var(--silver-dim); text-align: center; padding: 1.5rem;
  border: 1px solid var(--navy-border);
  background: rgba(201,160,106,0.04);
}

/* ================================================================
   PROBLEM SECTION
================================================================ */
.problem-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem;
}
.problem-card {
  background: var(--navy-mid); border: 1px solid var(--navy-border);
  padding: 2rem 2rem 2rem 2.5rem; position: relative; overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.problem-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(to bottom, var(--gold), rgba(201,160,106,0.3));
}
.problem-card:hover {
  border-color: rgba(201,160,106,0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.problem-region {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.75rem;
}
.problem-stat {
  font-family: var(--font-main) !important;
  font-size: clamp(2.2rem, 4vw, 2.8rem); font-weight: 400;
  color: var(--white); line-height: 1; margin-bottom: 0.5rem; display: block;
}
.problem-desc { font-size: 0.9rem; color: var(--silver-dim); line-height: 1.6; }

/* ================================================================
   QUOTE STRIP
================================================================ */
.quote-strip {
  padding: 4rem 5vw;
  border-top: 1px solid var(--navy-border);
  border-bottom: 1px solid var(--navy-border);
  text-align: center; position: relative; overflow: hidden;
}
.quote-strip::before {
  content: '"';
  position: absolute; top: -1rem; left: clamp(2rem, 8vw, 8rem);
  font-family: var(--font-main) !important;
  font-size: clamp(8rem, 15vw, 14rem); font-weight: 400;
  color: rgba(201,160,106,0.06); line-height: 1;
  pointer-events: none; user-select: none;
}
.quote-strip blockquote,
.eunoia-page-wrap blockquote {
  font-family: var(--font-main) !important;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 400; font-style: italic;
  color: var(--silver-light) !important;
  max-width: 900px; margin: 0 auto !important;
  padding: 0 !important; border: none !important;
  line-height: 1.5; position: relative; z-index: 1;
}
.quote-strip cite {
  display: block; margin-top: 1.5rem;
  font-family: var(--font-main) !important;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold) !important; font-style: normal;
}

/* ================================================================
   HOS MODEL
================================================================ */
.hos-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 4rem; border: 1px solid var(--navy-border);
}
.hos-layer {
  padding: 2.5rem 1.75rem;
  border-right: 1px solid var(--navy-border);
  position: relative; overflow: hidden; transition: background 0.35s ease;
}
.hos-layer:last-child { border-right: none; }
.hos-layer::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, transparent, rgba(201,160,106,0), transparent);
  transition: background 0.4s ease;
}
.hos-layer:hover { background: rgba(201,160,106,0.04); }
.hos-layer:hover::after { background: linear-gradient(to right, transparent, var(--gold), transparent); }
.hos-icon {
  font-family: var(--font-main) !important;
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.hos-icon::before {
  content: attr(data-n);
  font-family: var(--font-main) !important;
  font-size: 2rem; font-weight: 400;
  color: rgba(201,160,106,0.25); line-height: 1;
}
.hos-layer h3 {
  font-family: var(--font-main) !important;
  font-size: 1.6rem !important; font-weight: 400 !important;
  color: var(--white) !important; margin-bottom: 0.3rem !important;
}
.hos-layer .hos-sub {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--silver-dim); margin-bottom: 1rem; display: block;
}
.hos-layer p { font-size: 0.88rem; line-height: 1.75; color: var(--text-body); }

/* ── HOS Benefits block — NEW ── */
.hos-benefits {
  margin-top: 3rem; padding: 2.5rem;
  background: var(--navy-deep); border: 1px solid var(--navy-border);
}
.benefits-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 3rem; margin-top: 1.5rem;
}
.benefit-item {
  font-size: 0.9rem; color: var(--text-body);
  line-height: 1.6; display: flex; align-items: flex-start; gap: 0.6rem;
}
.benefit-dash { color: var(--gold); flex-shrink: 0; font-weight: 600; }

/* ================================================================
   COMPARISON GRID
================================================================ */
.compare-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: var(--navy-border);
  margin-top: 3rem; border: 1px solid var(--navy-border);
}
.compare-col { background: var(--navy-mid); padding: 2.5rem; }
.compare-header {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding-bottom: 1.5rem; margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--navy-border);
}
.compare-header.gold-hd { color: var(--gold); }
.compare-header.dim-hd  { color: var(--silver-dim); }
.compare-item {
  display: flex; align-items: flex-start; gap: 0.75rem;
  margin-bottom: 1.2rem; font-size: 0.9rem; line-height: 1.65; color: var(--text-body);
}
.compare-item strong { color: var(--white); }
.compare-icon-yes, .compare-icon-no {
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 3px; font-size: 9px;
}
.compare-icon-yes { background: rgba(201,160,106,0.15); color: var(--gold); }
.compare-icon-no  { background: rgba(110,115,133,0.1);  color: var(--silver-dim); }

/* ================================================================
   PACKAGES GRID - ENHANCED VISIBILITY
================================================================ */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.package-card {
    /* Αλλαγή φόντου σε πιο ανοιχτό navy για να ξεχωρίζει */
    background: var(--navy-mid) !important; 
    border: 1px solid var(--navy-border) !important;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    /* Προσθήκη σκιών για βάθος */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Hover εφέ για να "ζωντανεύει" η κάρτα */
.package-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold) !important;
    background: var(--navy-card) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* Ειδική ρύθμιση για την ευρεία κάρτα (Collective Shift) */
.wide-card {
    grid-column: span 3;
    background: rgba(15, 21, 53, 0.6) !important; /* Ελαφρώς διαφορετική απόχρωση */
    border: 1px solid rgba(201, 160, 106, 0.2) !important;
}

.wide-card:hover {
    border-color: var(--gold) !important;
}

/* Featured Card (Executive) - Έμφαση με χρυσό περίγραμμα στην κορυφή */
.package-card.featured {
    border-top: 3px solid var(--gold) !important;
}



/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .wide-card {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }
    .wide-card {
        grid-column: span 1;
    }
}

/* ================================================================
   AUDIENCES — REDESIGNED  ← NEW
================================================================ */
.audiences-lead {
  font-size: 1.05rem; font-weight: 400; line-height: 1.9;
  color: var(--text-body); /*max-width: 700px;*/ margin-bottom: 2.5rem;
}
.sectors-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--navy-border); margin-bottom: 2rem;
}
.sector-card {
  background: var(--navy-mid); padding: 1.75rem; transition: background 0.25s ease;
}
.sector-card:hover { background: var(--navy-card); }
.sector-num {
  font-family: var(--font-main) !important; font-size: 2rem; font-weight: 400;
  color: rgba(201,160,106,0.2); line-height: 1; margin-bottom: 0.75rem;
}
.sector-card h4 {
  font-family: var(--font-main) !important;
  font-size: 0.85rem !important; font-weight: 600 !important;
  color: var(--white) !important; margin-bottom: 0.4rem !important;
}
.sector-card p { font-size: 0.8rem; color: var(--silver-dim); line-height: 1.55; }

.special-profiles-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem;
}
.special-profile-card {
  background: var(--navy-mid); border: 1px solid var(--navy-border);
  border-top: 2px solid var(--gold); padding: 2rem; transition: box-shadow 0.3s ease;
}
.special-profile-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.3); border-color: rgba(201,160,106,0.4);
}
.special-profile-label {
  font-family: var(--font-main) !important; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
}
.special-profile-card p {
  font-size: 0.88rem; color: var(--text-body); line-height: 1.65; margin-bottom: 0.75rem;
}
.special-profile-quote {
  font-family: var(--font-main) !important;
  font-size: 1rem !important; font-style: italic;
  color: var(--silver-light) !important;
  border-left: 2px solid var(--gold); padding-left: 1rem; margin-top: 0.75rem;
  display: block;
}

/* ================================================================
   FOUNDER
================================================================ */
.founder-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
.founder-visual {
  padding: 2px;
  /*background: linear-gradient(145deg, rgba(201,160,106,0.45) 0%, rgba(184,188,200,0.08) 100%);*/
}
.founder-img-frame {
  background: var(--navy-card); aspect-ratio: 3/4;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.founder-img-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block }
.founder-placeholder { text-align: center; }
.founder-placeholder .initials {
  font-family: var(--font-main) !important;
  font-size: clamp(4rem, 8vw, 5rem); font-weight: 400;
  color: rgba(201,160,106,0.4); line-height: 1; display: block;
}
.founder-placeholder p {
  font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--silver-dim); margin-top: 0.5rem;
}

/* ── NEW: founder intro line ── */
.founder-intro-line {
  font-family: var(--font-main) !important;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.5rem;
}

.founder-content blockquote {
  font-family: var(--font-main) !important;
  font-size: 1.5rem !important; font-weight: 400 !important; font-style: italic;
  color: var(--silver-light) !important; line-height: 1.5;
  border-left: 2px solid var(--gold) !important;
  padding-left: 1.5rem !important; margin: 1.75rem 0 !important;
  border-top: none !important; border-right: none !important; border-bottom: none !important;
}
.founder-content p {
  margin-bottom: 1.25rem; font-size: 0.95rem; color: var(--text-body); line-height: 1.85;
}
.founder-credentials { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.credential {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--silver-dim); border: 1px solid var(--navy-border);
  padding: 0.4rem 0.9rem; display: inline-block;
  transition: border-color 0.25s, color 0.25s;
}
.credential:hover { border-color: rgba(201,160,106,0.3); color: var(--gold); }

.founder-name-tag {
  padding: 1.5rem 0 0.5rem;
  text-align: left;
}

.founder-name {
  display: block;
  font-family: var(--font-main) !important;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--white);
  text-transform: none;
  text-align: center;
}

.founder-title {
  display: block;
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

/* ================================================================
   CTA BANNER
================================================================ */
.cta-banner {
  background: var(--navy-card);
  border-top: 1px solid var(--navy-border);
  border-bottom: 1px solid var(--navy-border);
  padding: 5rem 5vw; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: min(700px,90vw); height: min(700px,90vw); border-radius: 50%;
  background: radial-gradient(circle, rgba(201,160,106,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.cta-banner h2 {
  font-family: var(--font-main) !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 400 !important; color: var(--white) !important;
  max-width: 700px; margin: 0 auto 1.5rem !important; line-height: 1.2;
  position: relative; z-index: 1;
}
.cta-banner h2 em { font-style: italic; color: var(--gold); }
.cta-banner > p {
  font-size: 1rem; color: var(--silver-dim);
  max-width: 500px; margin: 0 auto 2.5rem !important;
  position: relative; z-index: 1; line-height: 1.8;
}
.cta-banner .tag,
.cta-banner .btn-primary { position: relative; z-index: 1; }

/* ================================================================
   FOOTER
================================================================ */
.es-footer {
  background: var(--navy-deep); border-top: 1px solid var(--navy-border);
  padding: 3rem 5vw; display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 1.5rem;
}
.es-footer-logo img { height: auto; display: block; }
.es-footer-logo-text {
  font-family: var(--font-main) !important;
  font-size: 1.2rem; font-weight: 400; color: var(--silver);
}
.es-footer-tagline {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--silver-dim); margin-top: 0.4rem;
}
.es-footer-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
.es-footer-links a {
  font-size: 0.75rem; font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--silver-dim);
  text-decoration: none; transition: color 0.2s;
}
.es-footer-links a:hover { color: var(--gold); }
.es-footer-copy { font-size: 0.72rem; color: var(--silver-dim); }

.es-footer-legal-links { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; margin:0px !important}
.es-footer-legal-links a {
  font-size: 0.5rem; font-weight: 400; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--silver-dim);
  text-decoration: none; transition: color 0.2s;
}
.es-footer-legal-links a:hover { color: var(--gold); }
/* ================================================================
   HERO ENTRANCE ANIMATIONS
================================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow { animation: fadeUp 0.6s ease both; }
.hero h1      { animation: fadeUp 0.7s 0.1s ease both; }
.hero-sub     { animation: fadeUp 0.7s 0.2s ease both; }
.hero-ctas    { animation: fadeUp 0.7s 0.3s ease both; }

/* ================================================================
   RESPONSIVE — Tablet ≤1024px
================================================================ */
@media (max-width: 1024px) {
  .hos-grid { grid-template-columns: repeat(2, 1fr); }
  .hos-layer { border-right: none; border-bottom: 1px solid var(--navy-border); }
  .hos-layer:nth-child(odd) { border-right: 1px solid var(--navy-border); }
  .hos-layer:last-child { border-right: none; border-bottom: none; }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-grid { grid-template-columns: 1fr 1.4fr; gap: 2.5rem; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .stat-item:not(:last-child)::after { display: none; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--navy-border); padding-bottom: 1.5rem; }
  .es-nav-links { gap: 1.25rem; }
  .es-nav-links a { font-size: 0.68rem; }
}

/* ================================================================
   RESPONSIVE — Mobile ≤768px
================================================================ */
@media (max-width: 768px) {
  .es-nav-links, .es-nav-cta { display: none !important; }
  .es-hamburger { display: flex; }
  .hero { padding: calc(80px + 3rem) 5vw 4rem; }
  .hero-scroll-indicator { display: none; }
  .vision-grid { grid-template-columns: 1fr; gap: 2rem; }
  .values-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; gap: 1rem; }
  .compare-grid { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
  .special-profiles-grid { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-visual { max-width: 300px; margin: 0 auto; }
  .hero-ctas { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .btn-primary, .btn-ghost { width: 100%; text-align: center; display: block; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .es-footer { flex-direction: column; text-align: center; align-items: center; }
  .es-footer-links { justify-content: center; gap: 1.25rem; }
  .es-footer-legal-links { justify-content: center; gap: 1rem; }
}

/* ================================================================
   RESPONSIVE — Small Mobile ≤480px
================================================================ */
@media (max-width: 480px) {
  .stats-bar { grid-template-columns: 1fr; }
  .stat-item:nth-child(-n+3) { border-bottom: 1px solid var(--navy-border); padding-bottom: 1.25rem; }
  .hos-grid { grid-template-columns: 1fr; }
  .hos-layer { border-right: none !important; }
  .compare-col { padding: 1.75rem; }
  .package-card { padding: 1.75rem; }
  .values-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   REDUCED MOTION
================================================================ */
@media (prefers-reduced-motion: reduce) {
  .wiz-animate { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-eyebrow, .hero h1, .hero-sub, .hero-ctas { animation: none; }
  .hero-scroll-indicator { animation: none; }
}


/* Gallery & Credentials Wrapper */
.founder-extra-content {
    margin-top: 5rem;
    width: 100%;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 στήλες σε desktop */
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.gallery-img-frame {
    aspect-ratio: 1.414 / 1; /* Αναλογία Α4 landscape */
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    overflow: hidden;
    transition: all 0.3s ease;
}

.gallery-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-img-frame {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.gallery-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Full Width Inline Tags */
.founder-credentials-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Κεντράρισμα των tags */
    gap: 0.75rem;
    padding-top: 3rem;
    border-top: 1px solid var(--navy-border);
}

/* ================================================================
   RESPONSIVE SETTINGS
================================================================ */

/* Tablet (Laptop/Tablets) */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 στήλες x 2 σειρές */
        gap: 1rem;
    }
}

/* Mobile (Smartphones) */
@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 στήλες x 3 σειρές */
    }
    
    .founder-credentials-full {
        justify-content: flex-start; /* Στοίχιση αριστερά στα κινητά */
    }

    .founder-extra-content {
        margin-top: 3rem;
    }
}

/* --- BLOG CONTENT STYLING --- */
.eunoia-rich-text {
    color: var(--text-body);
    font-size: 1.1rem;
    line-height: 1.8;
}

.eunoia-rich-text h2, .eunoia-rich-text h3 {
    color: var(--white);
    font-family: var(--font-main);
    margin: 2.5rem 0 1rem;
    font-weight: 400;
}

.eunoia-rich-text p {
    margin-bottom: 1.5rem;
}

.eunoia-rich-text blockquote {
    border-left: 2px solid var(--gold) !important;
    padding-left: 2rem !important;
    font-style: italic;
    color: var(--silver-light) !important;
    margin: 3rem 0 !important;
    background: rgba(201,160,106,0.05);
    padding: 2rem;
}

/* Fix for WordPress Image Blocks */
.wp-block-image {
    margin: 3rem 0;
}
.wp-block-image img {
    border: 1px solid var(--navy-border);
    max-width: 100%;
    height: auto;
}

/* Grid Responsiveness */
@media (max-width: 900px) {
    .blog-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
    .blog-grid { grid-template-columns: 1fr !important; }
}

.eunoia-page-wrap::after {
    z-index: -1 !important; /* Μεταφορά του εφέ πίσω από το κείμενο */
}

/* Διόρθωση για να μην κρύβεται το navigation πίσω από το grain */
.es-nav {
    z-index: 1000 !important;
}

/* Βελτίωση αναγνωσιμότητας κειμένου στα άρθρα */
.eunoia-rich-text {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.15rem !important;
    line-height: 1.9 !important;
    color: var(--silver-light) !important;
}

.eunoia-rich-text p {
    margin-bottom: 2rem !important;
}

/* Διόρθωση z-index για το navigation ώστε να μην "πατάει" το κείμενο */
.es-nav {
    z-index: 1000 !important;
}

/* Εξασφάλιση ότι το grain effect δεν εμποδίζει τα κλικ */
.eunoia-page-wrap::after {
    z-index: -1 !important;
    pointer-events: none !important;
}

/* Responsive περιθώρια για κινητά */
@media (max-width: 768px) {
    .single-post-section {
        padding-top: 140px !important;
    }
    .eunoia-rich-text {
        font-size: 1.05rem !important;
    }
}
/* Force visibility on Single Posts */
.single-post-section .section-title, 
.single-post-section .entry-content,
.single-post-section .tag {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Βελτίωση χρωμάτων για μέγιστη αναγνωσιμότητα */
.eunoia-rich-text {
    color: var(--silver-light) !important; /* Πιο ανοιχτό χρώμα για το κείμενο */
    font-size: 1.15rem !important;
    line-height: 2 !important;
}

.eunoia-rich-text p {
    margin-bottom: 2.2rem !important;
    opacity: 1 !important;
}

/* Αυξημένο περιθώριο για το Navigation */
.single-post-section {
    padding-top: 220px !important;
}

/* Κατάργηση των animations που δημιουργούν προβλήματα στα Single Posts */
.single-post-section .wiz-animate {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* Ενίσχυση της εμφάνισης του κειμένου */
.eunoia-rich-text {
    color: #d4d7e2 !important; /* Χρήση του silver-light για αντίθεση */
    font-size: 1.15rem !important;
    line-height: 2 !important;
    text-align: left;
}

.eunoia-rich-text p {
    margin-bottom: 2.2rem !important;
    display: block !important;
}

/* Διόρθωση για το Navigation */
.es-nav {
    position: fixed !important;
    background: rgba(6, 9, 26, 0.98) !important;
}

/* --- Single Post Spacing Fixes --- */
@media (min-width: 1025px) {
    .single-post-section {
        padding-top: 260px !important;
        padding-bottom: 12rem !important;
    }
}

@media (max-width: 1024px) {
    .single-post-section {
        padding-top: 200px !important;
        padding-bottom: 8rem !important;
    }
}

/* Ενίσχυση αναγνωσιμότητας */
.eunoia-rich-text {
    color: #eef0f6 !important; /* Λευκό-ασημί για μέγιστη αντίθεση */
    letter-spacing: 0.01em;
}

.eunoia-rich-text p {
    margin-bottom: 2.5rem !important; /* Περισσότερο κενό ανάμεσα στις παραγράφους */
}

/* ================================================================
   SINGLE POST MARGINS (FINAL FIX)
================================================================ */

/* 1. Desktop & Laptops */
.single-post-section {
    margin-top: 8em !important;    /* Περισσότερο κενό από το navigation */
    margin-bottom: 6em !important; /* Κενό πριν το footer/cta */
    display: block !important;
}

/* 2. Tablets (iPad κλπ) */
@media (max-width: 1024px) {
    .single-post-section {
        margin-top: 6em !important;
        margin-bottom: 4em !important;
    }
}

/* 3. Mobiles (Smartphones) */
@media (max-width: 768px) {
    .single-post-section {
        margin-top: 5em !important;
        margin-bottom: 3em !important;
    }
}

/* Εξασφάλιση ότι ο τίτλος και το κείμενο είναι ορατά */
.single-post-section .section-title, 
.single-post-section .entry-content {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
/* Διόρθωση χρώματος κατηγορίας (Tags) στο Single Post */
.single-post-section .tag a, 
.single-post-section header .tag a,
.single-post-section .post-meta-top a {
    color: #c9a06a !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

/* Hover εφέ για να καταλαβαίνει ο χρήστης ότι είναι link */
.single-post-section .tag a:hover {
    color: var(--white) !important;
}

/* Διόρθωση χρώματος H1 στη σελίδα Journal (Archive) */
.blog-posts-content .section-title,
.blog-posts-content h1,
body.blog .section-title,
body.blog h1 {
    color: var(--white) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Αν θέλεις να στοχεύσεις συγκεκριμένα το h1 μέσα στο container */
.eunoia-page-wrap .section-title {
    color: var(--white) !important;
}

/* ================================================================
   HERO FULL WIDTH & ENHANCED ANIMATIONS
================================================================ */

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: var(--navy-deep);
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 7vw !important;
    box-sizing: border-box;
}

/* Blueprint Grid Overlay */
.hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(184, 188, 200, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(184, 188, 200, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 1;
}

.hero-full-wrap {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    z-index: 10;
}

/* Content Area (2/3) */
.hero-content {
    flex: 0 0 60%;
    max-width: 60%;
}

/* Visual Area (1/3) */
.hero-visual {
    flex: 0 0 35%;
    max-width: 35%;
    min-height: 450px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 15 !important;
}

.es-blueprint-svg {
    width: 100%;
    max-width: 450px;
    height: auto;
    overflow: visible !important;
}

/* --- Circle Animations --- */

.circles-system {
    transform-origin: 300px 300px;
    animation: blueprint-rotate 45s linear infinite;
}

.es-circle {
    opacity: 0.8;
}

/* Staggered Fade-in Pulse Effect */
.circle-1 { animation: circle-pulse-final 6s ease-in-out infinite; }
.circle-2 { animation: circle-pulse-final 6s ease-in-out infinite 2s; }
.circle-3 { animation: circle-pulse-final 6s ease-in-out infinite 4s; }

@keyframes circle-pulse-final {
    0%, 100% { opacity: 0.4; stroke-width: 3px; }
    50% { 
        opacity: 1; 
        stroke-width: 6px; 
        filter: drop-shadow(0 0 12px currentColor);
    }
}

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

/* --- Scroll Indicator --- */

.hero-scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    z-index: 20;
}

.scroll-text {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--silver-dim);
    white-space: nowrap;
}

.hero-scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--silver-dim), transparent);
}

/* --- Responsive Adjustments --- */

@media (max-width: 1024px) {
    .hero {
        height: auto;
        padding: 160px 5vw 100px !important;
    }
    .hero-full-wrap {
        flex-direction: column !important; /* Κείμενο πάνω, Κύκλοι κάτω */
        text-align: center;
    }
    .hero-content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 4rem;
    }
    .hero-visual {
        flex: 0 0 100%;
        max-width: 300px;
        min-height: 300px;
    }
    .hero-eyebrow { justify-content: center; }
}

@media (max-width: 768px) {
    .hero h1 { font-size: 2.3rem !important; }
}
/* ================================================================
   HOME JOURNAL GRID
================================================================ */

.home-journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.journal-card {
    background: rgba(26, 36, 72, 0.3); /* Navy transparent */
    border: 1px solid rgba(184, 188, 200, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.journal-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold);
    background: rgba(26, 36, 72, 0.5);
}

.journal-card-link {
    text-decoration: none;
    display: block;
}

.journal-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--navy-deep);
}

.journal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.journal-card:hover .journal-card-image img {
    transform: scale(1.05);
    opacity: 1;
}

.journal-card-content {
    padding: 2rem;
}

.journal-date {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold);
    margin-bottom: 0.8rem;
}

.journal-card h3 {
    font-size: 1.2rem;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 1rem;
    font-family: var(--font-main);
}

.journal-card p {
    font-size: 0.85rem;
    color: var(--silver-dim);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.read-more {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--silver);
    border-bottom: 1px solid rgba(184, 188, 200, 0.3);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.journal-card:hover .read-more {
    color: var(--white);
    border-color: var(--gold);
}

/* Placeholder για άρθρα χωρίς εικόνα */
.journal-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--navy-deep), var(--navy-border));
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .home-journal-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


/* ================================================================
   EUNOIA SHIFT — eunoia.css v3.2 (Scaled Typography -16%)
   Design: Technical Blueprint & Human Operating System
================================================================ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

/* ── Design Tokens ── */
:root {
  --navy-deep:   #06091a;
  --navy-mid:    #0b1028;
  --navy-card:   #0f1535;
  --navy-border: #1a2448;
  --silver:      #b8bcc8;
  --silver-light:#d4d7e2;
  --silver-dim:  #9fa5bb;
  --gold:        #c9a06a;
  --gold-dim:    #9a7645;
  --white:       #eef0f6;
  --text-body:   #9fa5bb;
  --font-main:  'Noto Sans Display', sans-serif;

  /* Typography Scaling (-16% from v3.1) */
  --text-size-base: 0.89rem;   /* ~14.2px */
  --text-size-small: 0.80rem;  /* ~12.8px */
  --text-size-tag: 0.71rem;    /* ~11.4px */
}

/* ================================================================
   GLOBAL RESET & ASTRA OVERRIDES
================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background-color: var(--navy-deep) !important;
  color: var(--text-body) !important;
  font-family: var(--font-main) !important;
  font-size: var(--text-size-base) !important;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Grain Effect */
.eunoia-page-wrap::after {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}

/* Astra Container Reset */
.ast-container, .site-content .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ================================================================
   WIZSP ANIMATIONS
================================================================ */
.wiz-animate {
  opacity: 0;
  will-change: opacity, transform;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.wiz-fade-up    { transform: translateY(40px); }
.wiz-fade-down  { transform: translateY(-40px); }
.wiz-fade-left  { transform: translateX(40px); }
.wiz-fade-right { transform: translateX(-40px); }
.wiz-fade-in    { transform: scale(0.98); }
.wiz-animate.is-visible { opacity: 1; transform: translate(0,0) scale(1); }

/* ================================================================
   SHARED LAYOUT ELEMENTS
================================================================ */
.container { max-width: 1300px; margin: 0 auto; padding: 0 5vw; }
.section-pad { padding: 8rem 5vw; }
.section-alt { background: var(--navy-card); }

.tag {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: var(--text-size-tag) !important;
  font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold) !important; margin-bottom: 2rem;
}
.tag::before { content: ''; width: 30px; height: 1px; background: var(--gold); }

/* h1 & h2: Διατηρούνται αμετάβλητα βάσει οδηγίας */
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem) !important; line-height: 1.1 !important; color: var(--white) !important; font-weight: 400 !important; }
h2.section-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 400 !important; line-height: 1.2 !important;
  color: var(--white) !important; margin-bottom: 2rem !important;
}
h2.section-title em { font-style: italic; color: var(--silver-light); }

.section-lead { font-size: 1.01rem !important; line-height: 1.9; max-width: 700px; margin-bottom: 3.5rem; }

/* ================================================================
   NAVIGATION
================================================================ */
.es-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 5vw; background: rgba(6,9,26,0.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,188,200,0.1);
}
.es-nav-links a {
  font-size: 0.80rem !important;
  font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--silver-dim); text-decoration: none;
}
.es-nav-cta {
  font-size: 0.76rem !important; font-weight: 600; background: var(--gold);
  color: var(--navy-deep); padding: 0.75rem 1.7rem; border-radius: 4px; text-decoration: none;
}

/* ================================================================
   HERO FULL WIDTH
================================================================ */
.hero {
    position: relative; width: 100%; min-height: 100vh;
    background: var(--navy-deep); display: flex; align-items: center;
    overflow: hidden; margin: 0 !important; padding: 0 7vw !important;
}
.hero-content { flex: 0 0 60%; }
.hero-sub { font-size: 1.05rem !important; line-height: 1.8; }
.hero-eyebrow { font-size: 0.71rem !important; margin-bottom: 1.7rem; }

/* Scroll Indicator */
.scroll-text { font-size: 0.71rem !important; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--silver-dim); }

/* ================================================================
   HOS MODEL & RESET LEVELS
================================================================ */
.hos-layer h3 { font-size: 1.6rem !important; color: var(--white) !important; }
.hos-layer p { font-size: 0.92rem !important; }

.level-box h4 { font-size: 0.88rem !important; color: var(--gold); text-transform: uppercase; }
.level-box p { font-size: 0.97rem !important; }

/* ================================================================
   HOME JOURNAL GRID
================================================================ */
.blog-card h3 { font-size: 1.18rem !important; line-height: 1.3; color: var(--white) !important; }
.blog-card p { font-size: 0.92rem !important; color: var(--silver-dim); }

/* ================================================================
   SINGLE POST CONTENT
================================================================ */
.eunoia-rich-text {
    font-size: 1.05rem !important; line-height: 2 !important; color: var(--white) !important;
}

/* ================================================================
   FOOTER
================================================================ */
.es-footer-links a { font-size: 0.76rem !important; }
.es-footer-copy { font-size: 0.71rem !important; }
.es-footer-legal-links a { font-size: 0.63rem !important; }

/* ================================================================
   RESPONSIVE SETTINGS (Διορθωμένο για το HERO στο κινητό)
================================================================ */
@media (max-width: 1024px) {
    .hero-sub { font-size: 1.15rem !important; }
}

@media (max-width: 768px) {
    /* 1. Βασικό μέγεθος γραμματοσειράς στο κινητό */
    body { font-size: 0.89rem !important; } /* ~14.2px */

    /* 2. ΔΙΟΡΘΩΣΗ HERO LAYOUT ΓΙΑ ΚΙΝΗΤΑ */
    .hero {
        /* Ακύρωση του Full Viewport Height για να μην κρύβονται τα γράμματα */
        height: auto !important;
        min-height: auto !important;

        /* Αλλαγή στοίχισης σε TOP (flex-start) */
        align-items: flex-start !important;

        /* Προσθήκη μεγάλου περιθωρίου (Padding) στο πάνω μέρος.
           Αυτό καθαρίζει τη μπάρα πλοήγησης ΚΑΙ δίνει το περιθώριο που θες. */
        padding-top: 180px !important; /* Προσάρμοσε αυτό αν χρειάζεται */
        padding-bottom: 60px !important;
    }

    /* Διόρθωση εσωτερικού περιθωρίου */
    .hero-full-wrap {
        margin-top: 0 !important;
    }

    /* Διόρθωση typography στο HERO για κινητά */
    .hero h1 {
        font-size: 2.3rem !important; /* Διατήρηση μεγέθους h1 */
        line-height: 1.2 !important;
    }

    .hero-eyebrow {
        margin-bottom: 1rem !important; /* Μείωση κενού κάτω από το eyebrow */
    }

    /* ... Οι υπόλοιπες ρυθμίσεις για grids και buttons παραμένουν ... */
    .hos-grid, .home-journal-grid, .values-grid, .sectors-grid { grid-template-columns: 1fr; }
    .btn-primary, .btn-ghost { font-size: 0.76rem !important; padding: 0.9rem 2.2rem; width: 100%; text-align: center; }
}

/* ================================================================
   RESPONSIVE SETTINGS (Mobile Padding & Hero Alignment Fix)
================================================================ */
@media (max-width: 768px) {
    /* 2. Ελαχιστοποίηση Padding στα Containers για Mobile */
    .container {
        padding: 0 2vw !important; /* Χρησιμοποιούμε 4vw αντί για 0 για να μην "κολλάει" το κείμενο τελείως στις άκρες της οθόνης, αλλά είναι πολύ μικρότερο από πριν */
    }

    .section-pad {
        padding: 4rem 2vw !important;
    }
}
/* Πρόσθετες ρυθμίσεις για το HOS Upgrade Section */
#hos-detailed-upgrade .highlighted-box {
    background: rgba(201, 160, 106, 0.03);
    padding: 2.5rem;
    border-left: 2px solid var(--gold);
}

#hos-detailed-upgrade .hos-upgrade-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#hos-detailed-upgrade .hos-upgrade-list li {
    line-height: 1.7;
    color: var(--text-body);
}

#hos-detailed-upgrade .hos-upgrade-list strong {
    color: var(--white);
    display: block;
    margin-bottom: 0.3rem;
}

/* Responsive διορθώσεις για κινητά */
@media (max-width: 768px) {
    #hos-detailed-upgrade .highlighted-box {
        padding: 1.5rem !important; /* Λιγότερο εσωτερικό κενό στα κινητά */
    }
    
    #hos-detailed-upgrade .hos-detailed-levels {
        gap: 2rem !important;
    }
}
/* ================================================================
   MOBILE FOOTER CENTER ALIGNMENT
================================================================ */
@media (max-width: 768px) {
    /* ... οι προηγούμενες ρυθμίσεις για το body και το hero παραμένουν ... */

    .es-footer {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        /* Μείωση πλευρικού padding στο 2vw για μέγιστο πλάτος */
        padding: 3rem 2vw !important; 
        gap: 2rem !important;
    }

    /* Απόλυτο κεντράρισμα για τα μενού των links */
    .es-footer-links, 
    .es-footer-legal-links {
        justify-content: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .es-footer-links {
        gap: 1.5rem !important; /* Κενό μεταξύ των κύριων links */
    }

    .es-footer-legal-links {
        gap: 1rem !important; /* Κενό μεταξύ των νομικών links */
        margin-top: 1rem !important;
    }

    .es-footer-links a,
    .es-footer-legal-links a {
        display: inline-block;
        text-align: center;
    }

    .es-footer-logo {
        margin-bottom: 0.5rem;
    }
	
	.ul {
    margin: 0 0 0em 3em;
	}
}
/* Διασφάλιση ομοιομορφίας για όλες τις κάρτες (Packages & HOS Levels) */
.package-card {
    background: var(--navy-mid) !important; 
    border: 1px solid var(--navy-border) !important;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); /* Σκιά για βάθος */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    background: var(--navy-card) !important;
    border-color: var(--gold) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.package-divider {
    height: 1px;
    background: var(--navy-border);
    margin: 1.5rem 0;
    width: 100%;
}

/* Featured card έμφαση */
.package-card.featured {
    border-top: 3px solid var(--gold) !important;
}

/* Responsive για 3 στήλες */
@media (max-width: 1024px) {
    .packages-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

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

/* ================================================================
   HOS BENEFITS GRID (Inside Package Card Style)
================================================================ */
.benefits-grid {
    display: grid;
    /* Χρήση 3 στηλών για να "αντανακλά" τη δομή των 3 boxes από πάνω */
    grid-template-columns: repeat(3, 1fr); 
    gap: 1.5rem 2.5rem;
    width: 100%;
}

.benefit-item {
    font-size: 0.92rem !important; /* Scale -16% βάσει προηγούμενης οδηγίας */
    color: var(--silver-dim);
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.benefit-dash {
    color: var(--gold);
    font-weight: bold;
    flex-shrink: 0;
}

/* --- Responsive Adjustments --- */

/* Tablets: 2 στήλες */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 στήλη */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}
/* ================================================================
   PACKAGES GRID - FIXED SPACING
================================================================ */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;    /* Οριζόντια απόσταση μεταξύ των 3 boxes */
    row-gap: 4rem;       /* Κάθετη απόσταση (το περιθώριο που ζητήσατε) */
    margin-top: 3rem;
}

.wide-card {
    grid-column: span 3;
    background: rgba(15, 21, 53, 0.6) !important;
    border: 1px solid rgba(201, 160, 106, 0.2) !important;
    /* Εξασφάλιση επιπλέον χώρου αν το row-gap δεν επαρκεί */
    margin-top: 1rem; 
}

/* ================================================================
   INTERNAL PAGES STYLING (Fixed Spacing & Typography)
================================================================ */

/* 1. Το Hero των εσωτερικών σελίδων */
.internal-hero {
    background: var(--navy-mid);
    padding: 12rem 5vw 4rem !important; /* Σωστό ύψος για να φαίνεται ο τίτλος κάτω από το nav */
    border-bottom: 1px solid var(--navy-border);
    text-align: left;
}

.internal-title {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    color: var(--white) !important;
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 1.2;
}

/* 2. Περιοχή Περιεχομένου */
.internal-content-section {
    background: var(--navy-deep);
    min-height: 40vh;
}

.eunoia-rich-text {
    max-width: 900px; /* Περιορισμός πλάτους για καλύτερη ανάγνωση */
    margin: 0 auto;
    color: var(--silver-light) !important;
    font-size: 1.05rem !important;
    line-height: 1.8;
}

/* Styling για στοιχεία μέσα στο κείμενο (WordPress Editor) */
.eunoia-rich-text h2, 
.eunoia-rich-text h3 {
    color: var(--white) !important;
    margin: 2.5rem 0 1.2rem;
    font-weight: 500;
}

.eunoia-rich-text p {
    margin-bottom: 1.5rem;
}

.eunoia-rich-text ul, 
.eunoia-rich-text ol {
    margin: 1.5rem 0 1.5rem 1.5rem;
    color: var(--silver-dim);
}

.eunoia-rich-text li {
    margin-bottom: 0.8rem;
}

/* Links μέσα στα κείμενα (π.χ. Πολιτική Cookies) */
.eunoia-rich-text a {
    color: var(--gold) !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 160, 106, 0.3);
    transition: all 0.3s ease;
}

.eunoia-rich-text a:hover {
    border-color: var(--gold);
    color: var(--white) !important;
}

/* ================================================================
   FIX FOR INTERNAL PAGES (Remove Astra Header/Footer & Alignment)
================================================================ */

/* Απόκρυψη του default Header και Footer του Astra στις εσωτερικές σελίδες */
.eunoia-full-page #masthead, 
.eunoia-full-page .site-footer {
    display: none !important;
}

/* Διόρθωση πλάτους περιεχομένου */
.internal-hero-simple .container,
.eunoia-rich-text {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

/* Εναρμόνιση κειμένου WordPress (Editor) */
.eunoia-rich-text {
    color: var(--silver-light) !important;
    font-size: 1.1rem !important;
    line-height: 1.8;
}

.eunoia-rich-text h2, 
.eunoia-rich-text h3 {
    color: var(--white) !important;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

/* Διόρθωση για το Navigation ώστε να μην επικαλύπτει τον τίτλο */
.es-nav {
    background: rgba(6, 9, 26, 0.98) !important;
}

/* ================================================================
   FORCE FULL WIDTH & REMOVE SIDEBARS/WIDGETS
================================================================ */

/* 1. Απόκρυψη πλευρικής στήλης και widget areas του Astra */
#secondary, 
.widget-area, 
.ast-sidebar,
.sidebar-main {
    display: none !important;
    width: 0 !important;
    visibility: hidden !important;
}

/* 2. Εξασφάλιση ότι το κύριο περιεχόμενο πιάνει το 100% του πλάτους */
#primary {
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
}

/* 3. Διόρθωση διπλού Header/Footer (Απόκρυψη των default του Astra) */
.eunoia-full-page #masthead, 
.eunoia-full-page .site-footer,
.eunoia-full-page .main-header-bar-wrap {
    display: none !important;
}

/* 4. Στοίχιση περιεχομένου εσωτερικών σελίδων (900px όπως το Journal) */
.internal-hero-simple,
.internal-content-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding-top: 160px !important; /* Spacing για το Navigation */
}

.internal-hero-simple .section-title {
    color: var(--white) !important;
    text-align: left;
}

.eunoia-rich-text {
    width: 100% !important;
    text-align: left;
}
/* ================================================================
   INTERNAL PAGES & SIDEBAR REMOVAL (FINAL FIX)
================================================================ */

/* 1. Απόκρυψη πλευρικής στήλης και widgets Astra σε όλο το site */
#secondary, 
.widget-area, 
.ast-sidebar,
.sidebar-main {
    display: none !important;
    width: 0 !important;
    visibility: hidden !important;
}

/* 2. Εξασφάλιση πλήρους πλάτους για το κύριο περιεχόμενο */
#primary, .site-content {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* 3. Απόκρυψη των default Header/Footer του Astra όταν υπάρχει η κλάση μας */
.eunoia-full-page #masthead, 
.eunoia-full-page .site-footer,
.eunoia-full-page .main-header-bar-wrap {
    display: none !important;
}

/* 4. Στοίχιση κειμένου εσωτερικών σελίδων */
.eunoia-rich-text {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: left;
    color: var(--silver-light) !important;
    font-size: 1.1rem !important;
    line-height: 1.8;
}

/* Διόρθωση z-index για το Navigation */
.es-nav {
    background: rgba(6, 9, 26, 0.98) !important;
    z-index: 1000 !important;
}

/* Εξασφάλιση ότι ο τίτλος δεν κρύβεται πίσω από το Nav */
.internal-page-header {
    border-bottom: 1px solid var(--navy-border);
}

/* ================================================================
   FINAL FIX: PACKAGES & HOS GRID RESPONSIVENESS
================================================================ */

/* Για Tablets (iPad κλπ) - 2 στήλες */
@media (max-width: 1024px) {
    .packages-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .wide-card {
        grid-column: span 2 !important;
    }
}

/* Για Κινητά (Smartphones) - 1 στήλη (1/1) */
@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr !important;
        row-gap: 2.5rem !important; /* Εξασφαλίζουμε σωστό κενό ανάμεσα στις κάρτες */
    }
    .wide-card {
        grid-column: span 1 !important;
    }
    
    /* Προαιρετικά: Μικραίνουμε λίγο το εσωτερικό padding στις κάρτες για καλύτερη εφαρμογή σε μικρές οθόνες */
    .package-card {
        padding: 1.75rem !important; 
    }
}