/*
 Theme Name: Hello Biz Child
 Template: hello-biz
*/


/* ============================================
   GTM Architecture - WordPress/Elementor CSS
   ============================================ */

/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');

@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* ============================================
   GLOBAL RESETS & BASE STYLES - STRONGER OVERRIDES
   ============================================ */

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

body,
body.elementor-page,
.elementor-widget-container,
.elementor-element {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  color: #1a1a2e !important;
  line-height: 1.6 !important;
  font-family: "Poppins", sans-serif !important;
}




body,
body.elementor-page {
  background: #fafbfc !important;
}

/* Force headings to use Space Grotesk */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600 !important;
  color: #0E172A;
 font-family: "Poppins", sans-serif !important;
}

/* Reset paragraph styles */
p,
.elementor-widget-text-editor p,
.elementor-text-editor p {
  font-family: 'Manrope', sans-serif !important;
  color: #475569 !important;
  line-height: 1.6 !important;
font-family: "Poppins", sans-serif !important;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.highlight {
  color: #658afc !important;
  font-weight: 600 !important;
}



/* ============================================
   SECTION LABELS & TITLES
   ============================================ */

.section-label,
.elementor-widget-heading .section-label {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #0ea5e9 !important;
  margin-bottom: 1rem !important;
  display: block !important;
}

.section-title,
.elementor-widget-heading .section-title,
.section-title.elementor-heading-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #0E172A !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
}

.section-intro,
.elementor-widget-text-editor .section-intro,
.section-intro p {
  font-size: 1.1rem !important;
  color: #475569 !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
  line-height: 1.8 !important;
}

/* ============================================
   GTM HEALTH CHECK SECTION
   ============================================ */

.health-check-section {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

/* Left Column - Content */
.health-check-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}

/* Play Badge */
.play-badge,
.elementor-button.play-badge {
  background: #dbeafe !important;
  color: #1e40af !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem !important;
  border: none !important;
  display: inline-block !important;
  width: fit-content !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
}

.play-badge:hover,
.elementor-button.play-badge:hover {
  background: #bfdbfe !important;
  transform: translateY(-2px) !important;
}

/* Title */
.health-check-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Intro Text */
.health-check-intro {
 
  color: #475569 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Checklist */
.health-check-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  margin: 1rem 0 !important;
}

.health-check-item {
  display: flex !important;
  align-items: start !important;
  gap: 0.75rem !important;
}

.check-icon {
  color: #658AFC !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  margin-top: 0.1rem !important;
}

.health-check-item p {
  color: #1e293b !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Outcome Text */
.health-check-outcome {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  line-height: 1.6 !important;
  margin-top: 1rem !important;
}



.layer-icon-new {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .layer-icon-new img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


/* Hide tagged section on pages only */
.page .tag-links,
.page .tags-links,
body.page .tagged {
    display: none !important;
}

/* Right Column - Card */
/* Compact GTM Health Check card (replace previous card styles) */

/* Keep wrapper centered but don't let card stretch vertically */
.health-check-card-wrapper {
  display: flex;
  align-items: flex-start; /* keep card aligned to top of the left column */
  justify-content: center;
  padding: 0; /* remove any extra wrapper padding that can stretch the card */
}

/* Compact card */
.health-check-card {
 background: linear-gradient(135deg, #eef2ff 0%, #e7edff 100%);
  border: 2px solid #658AFC;
  border-radius: 14px;
  padding: 1.6rem 1.25rem;        /* reduced padding for compact look */
  box-shadow: 0 10px 30px rgba(101,138,252,0.12);
  max-width: 360px;              /* slightly narrower so it matches the right one */
  width: 100%;
  box-sizing: border-box;
  line-height: 1.25;
}

/* Title */
.health-check-card .section-title-right {
  font-size: 1.25rem;
  font-weight: 700;
  color: #233A6C;
  margin: 0 0 0.9rem 0;
  text-align: left;
  font-family: "Space Grotesk", system-ui, sans-serif;
}

/* thinner divider, less gap */
.card-divider {
  height: 2px;
  background: #658AFC;
  margin: 0 0 1rem 0;
  opacity: 0.85;
}

/* sections tighter */
.card-section {
  margin-bottom: 1rem;
}
.card-section:last-child {
  margin-bottom: 0;
}

/* section heading, compact */
.section-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #233A6C;
  margin: 0 0 0.6rem 0;
}

/* card items — smaller padding and tighter spacing */
.card-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: none;
  border-left: 0;
}

/* hover micro-move */
.card-item:hover {
  transform: translateX(3px);
  box-shadow: 0 6px 14px rgba(14,165,233,0.08);
}

/* completed item visual */
.card-item.completed {
  background: rgba(16,185,129,0.06);
  border-left: 3px solid #10b981;
}

/* small circular icon box so icons align neatly */
.item-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #658AFC;
  border-radius: 999px;
  background: transparent;
}

/* completed icon colour */
.card-item.completed .item-icon {
  color: #10b981;
}

/* text compact */
.item-text {
  color: #0f172a;
  font-size: 0.93rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  display: block;
  word-break: break-word;
}

/* make sure last item spacing is clean on small screens */
.card-item:last-child {
  margin-bottom: 0;
}

/* Small responsive tweak: even tighter on narrow screens */
@media (max-width: 480px) {
  .health-check-card {
    padding: 1rem;
    max-width: 320px;
  }
  .health-check-card .card-title { font-size: 1.1rem; }
  .item-text { font-size: 0.92rem; }
  .item-icon { width: 28px; height: 28px; min-width: 28px; font-size: 0.9rem; }
}


/* CTA Button Below Card */
.health-check-cta {
  text-align: center !important;
  margin-top: 2rem !important;
}

.health-check-cta .elementor-button {
  background: #0ea5e9 !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 1rem 2rem !important;
  border-radius: 0.75rem !important;
  transition: all 0.2s !important;
}

.health-check-cta .elementor-button:hover {
  background: #0284c7 !important;
  transform: translateY(-2px) !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .health-check-title {
    font-size: 2rem !important;
  }
  
  .health-check-card {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .health-check-section {
    padding: 3rem 1.5rem !important;
  }
  
  .health-check-title {
    font-size: 1.75rem !important;
  }
  
  .health-check-intro,
  .health-check-outcome {
    font-size: 1rem !important;
  }
  
  .health-check-card {
    padding: 2rem 1.5rem !important;
  }
  
  .health-check-card .card-title {
    font-size: 1.5rem !important;
  }
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-section,
.elementor-section.hero-section {
background:  #e8eeff;
background: linear-gradient(186deg,rgba(101, 138, 252, 1) 0%, rgba(255, 255, 255, 0.31) 43%);
background: linear-gradient(186deg,rgba(101, 138, 252, 0.57) 0%, rgba(255, 255, 255, 0.31) 43%);
background: linear-gradient(186deg,rgba(101, 138, 252, 0.57) 0%, rgba(255, 255, 255, 0.31) 70%);
background: linear-gradient(186deg,rgba(101, 138, 252, 0.57) 0%, rgba(255, 255, 255, 0.31) 100%);
background: #658AFC;
background: linear-gradient(186deg, rgba(101, 138, 252, 0.31) 0%, rgba(255, 255, 255, 0.31) 100%);
background: linear-gradient(186deg,rgba(101, 138, 252, 0.28) 0%, rgba(255, 255, 255, 0.31) 100%);

  
  position: relative;
  overflow: hidden;
}

.eyebrow,
.elementor-widget-heading .eyebrow {
  display: inline-block !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #0ea5e9;
  background: rgba(14, 165, 233, 0.1) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 2rem !important;
  margin-bottom: 1.5rem !important;
}

.hero-title,
.elementor-widget-heading .hero-title,
.hero-title.elementor-heading-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.1 !important;
}

.hero-subtitle,
.elementor-widget-text-editor .hero-subtitle,
.hero-subtitle p {
  font-size: 1.1rem !important;
  color: #475569 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.7 !important;
}

.hero-text .elementor-button-wrapper {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}



.support-text,
.elementor-widget-text-editor .support-text,
.support-text p {
  font-size: 0.875rem !important;
  color: #091021 !important;
  margin-bottom: 0.75rem !important;
}

.trust-line,
.elementor-widget-text-editor .trust-line,
.trust-line p {
  font-size: 0.875rem !important;
  color: #091021 !important;
  font-style: italic !important;
}

.hero-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 1rem !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* ============================================
   PROBLEM SECTION
   ============================================ */

.problem-section,
.elementor-section.problem-section {
  background: white !important;

}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.problem-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1.25rem !important;
background: #FDECEC !important;
  border-radius: 0.75rem !important;
  border-left: 4px solid #ef4444 !important;
}

.problem-icon {
  color: #ef4444 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  flex-shrink: 0;
  line-height: 1;
}

.problem-item p {
  color: #1e293b !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.reality-card {
 
  background:#658afc !important;
   background: linear-gradient(135deg, #658afc 0%, #4a6edb 100%) !important;
  color: white !important;
  padding: 2rem !important;
  border-radius: 1rem !important;
  box-shadow: 0 10px 40px rgba(14, 165, 233, 0.3) !important;
}

.card-title,
.reality-card .card-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  color: white !important;
}

.card-text,
.reality-card .card-text,
.reality-card p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  font-weight:600;
  color: rgba(255, 255, 255, 0.95) !important;
  margin-bottom: 1rem !important;
}

.card-text:last-child,
.reality-card p:last-child {
  margin-bottom: 0 !important;
}

/* ============================================
   ARCHITECTURE SECTION
   ============================================ */

.architecture-section,
.elementor-section.architecture-section {
  background: #F7F7F7 !important;

}

.architecture-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.comparison-column {
  padding: 2rem !important;
  border-radius: 1rem !important;
}

.comparison-column.replaces {
  background: #fef2f2 !important;
  border: 2px solid #fecaca !important;
background: #FDECEC !important;
border: 2px solid #F8C9C9 !important;


}

.comparison-column.with {
  background: #ecfdf5 !important;
  border: 2px solid #a7f3d0 !important;
background: #ECFDF3 !important;
border: 2px solid #C6F2D6 !important;




}



.comparison-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.2rem !important;
  color: #0f172a !important;
}

.comparison-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.icon-x {
  color: #ef4444 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  flex-shrink: 0;
  line-height: 1;
}

.icon-check {
  color: #10b981 !important;
  font-size: 1.25rem !important;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.comparison-item p {
  color: #1e293b !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}


.icon-box{
	min-height:600px !important;
}

/* ============================================
   LAYERS SECTION
   ============================================ */


.layers-grid {
  display: grid;

  gap: 1rem;
  margin-bottom: 2rem;
}

.layer-card {
  background: white !important;
  border: 2px solid #E2E8F0 !important;

  border-radius: 1rem !important;
  padding: 2rem !important;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.second{
	
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.layer-card:hover {
  border-color: #658AFC!important;
  transform: translateY(-4px);
 box-shadow: 0 10px 30px rgba(101, 138, 252, 0.15) !important;
 border: 2px solid #658AFC !important;
}

.layer-content {
  position: relative;
}

.layer-number {
  position: absolute;
  top: -0.6rem;
  right: 0;
  font-size: 3rem !important;
  font-weight: 600 !important;
  color: #658AFC !important;
  opacity:0.5 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  line-height: 1;
}

.layer-icon svg {
    width: 30px;      /* change size */
    height: 30px;     /* change size */
    color: #658AFC;   /* change color */
    display: block;
    margin-bottom: 30px;
}


.layer-title {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #233A6C !important;
  
}

.layer-description,
.layer-card p {
  color: #475569 !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  font-weight:500 !important;
}

.layer-description,
.layer-card .alcarte {

    color:#475569 !important;
}

.layers-note {
  text-align: center !important;
  font-size: 1rem !important;
  color: #64748b !important;
  font-style: italic !important;
  margin-top: 2rem !important;
}

/* ============================================
   PROGRAMS SECTION
   =========================

=================== */

.programs-section,
.elementor-section.programs-section {
  background: #F7F7F7 !important;
  
}


.program-card {
  background: white !important;
  border: 2px solid #658AFC !important;
  border-radius: 1rem !important;
  padding: 2rem !important;
  transition: all 0.3s;
  position: relative;
}

.program-card:hover {
  border-color: #658AFC !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(101,138,252,0.12) !important;
}

.program-card.featured {
  border-color: #658AFC !important;
  border-width: 3px !important;
  box-shadow: 0 10px 30px rgba(101,138,252,0.12) !important;
}

.featured-badge {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
  background: #0ea5e9 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  border-radius: 2rem !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.program-content {
  position: relative;
}

.program-header {
  margin-bottom: 1.5rem !important;

}

.program-name {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #658AFC !important;
  margin-bottom: 0.5rem !important;
}

.program-duration {
  font-size: 0.875rem !important;
  color: #64748b !important;
  font-weight: 500 !important;
}

.program-best-for {
  background: #f1f5f9 !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.9rem !important;
  color: #1e293b !important;
	font-weight:400 !important;
}

.program-outcomes {
  margin-bottom: 1.5rem !important;
}

.program-outcomes h4 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 0.75rem !important;
}

.program-outcomes ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.program-outcomes li {
  padding-left: 1.5rem !important;
  position: relative;
  margin-bottom: 0.5rem !important;
  color: #475569 !important;
  font-size: 0.9rem !important;
}

.program-outcomes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981 !important;
  font-weight: 700 !important;
}

.program-positioning {
  background: #ecfdf5 !important;
  padding: 0.75rem 1rem !important;
  border-radius: 0.5rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.875rem !important;
  color: #065f46 !important;
  font-style: italic !important;
}

.program-investment {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 1.5rem !important;
}

.program-button,
.elementor-button.program-button,
a.elementor-button.program-button {
  width: 100% !important;
  background: #0ea5e9 !important;
  color: white !important;
  font-weight: 600 !important;
  padding: 0.1rem !important;
  border-radius: 0.5rem !important;
  transition: background 0.2s !important;
  text-align: center !important;
}

.program-button:hover,
.elementor-button.program-button:hover,
a.elementor-button.program-button:hover {
  background: #0284c7 !important;
  color: white !important;
}

/* ============================================
   RESULTS SECTION
   ============================================ */

.results-section,
.elementor-section.results-section {
  background: white !important;

}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.result-card {
   background: linear-gradient(135deg, #eef2ff 0%, #e7edff 100%) !important;
  border: 2px solid #658AFC !important;
  border-radius: 1rem !important;
  padding: 2.5rem 2rem !important;
  text-align: center !important;
  transition: all 0.3s;
}

.result-card:hover {
  transform: translateY(-4px);
 box-shadow: 0 10px 30px rgba(101,138,252,0.12) !important;

}

.result-stat {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  color: #658AFC !important;
  font-family: 'Space Grotesk', sans-serif !important;
  margin-bottom: 0.5rem !important;
  line-height: 1 !important;
}

.result-label {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin-bottom: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.result-description,
.result-card p {
  font-size: 0.95rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ============================================
   FOUNDERS SECTION
   ============================================ */

.founders-section,
.elementor-section.founders-section {
  background: #f8fafc !important;
  padding: 5rem 2rem !important;
}

.founders-benefits {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.benefit-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1.5rem !important;
  background: white !important;
  border-radius: 0.75rem !important;
  border: 2px solid #e2e8f0 !important;
  transition: all 0.3s;
}

.benefit-item:hover {
  border-color: #10b981 !important;
  transform: translateX(8px);
}

.benefit-icon {
  color: #10b981 !important;
  font-size: 1.5rem !important;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.benefit-item p {
  color: #1e293b !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.quote-card {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
  color: white !important;
  padding: 3rem 2rem !important;
  border-radius: 1rem !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
  position: relative;
}

.quote-mark {
  font-size: 6rem !important;
  font-family: Georgia, serif !important;
  color: rgba(255, 255, 255, 0.1) !important;
  position: absolute;
  top: 1rem;
  left: 1rem;
  line-height: 1;
}

.quote-text,
.quote-card p {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  color: white !important;
  margin-bottom: 1.5rem !important;
  position: relative;
  z-index: 1;
}

.quote-attribution {
  font-size: 0.875rem !important;
  color: #94a3b8 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

/* ============================================
   WHO SECTION
   ============================================ */

.who-section,
.elementor-section.who-section {

  
}

.who-item {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1.5rem !important;
  background: white !important;
  border-radius: 0.75rem !important;
  border: 2px solid #e2e8f0 !important;
  margin-bottom: 1.5rem !important;
}


.who-item:hover {
  border-color: #658AFC !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 30px rgba(101,138,252,0.12) !important;

}


.who-item:hover svg {
		
    color:#658AFC;  

}

.who-icon {
  font-size: 1.5rem !important;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.who-item p {
  color: #1e293b !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}



.who-item svg {
  color:#11B981;
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact-section,
.elementor-section.contact-section {
 background: rgba(186, 202, 255, 0.7) !important;
background: linear-gradient(186deg,rgba(101, 138, 252, 0.28) 0%, rgba(255, 255, 255, 0.31) 100%) !important;
  
 
}

/* ============================================
   FOOTER
   ============================================ */

.footer,
footer,
.elementor-section.footer {
  background: #0f172a !important;
  color: white !important;
  padding: 3rem 2rem !important;
}

.footer-text {
  text-align: center !important;
  font-size: 0.95rem !important;
  margin-bottom: 1rem !important;
  color: #94a3b8 !important;
}

.footer-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem !important;
  color: #64748b !important;
  flex-wrap: wrap;
}


.primary-button:hover{
  background: #2171B1;
  transform: translateY(-2px);
  border:10px !important;
  border-radius: 15px;
  opacity: 1;
}

/* --- Custom Fixed Header CSS (phase 1: CSS only) --- */
.custom-header-wrapper{
 background:#F7F7F7 !important;}

.custom-header-wrapper{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
  width: 100% !important;
  background: transparent;
}

.site-header{
  background:#ffff;
  padding: 16px 0;
  border-bottom:1px solid rgba(0,0,0,0.06);

  width:100%;
  box-sizing:border-box;
 justify-content:flex-end;

}

.site-logo img{
height:45px;
}
.header-container{

  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem !important;
  

}



/* logo */
.site-logo{
  font-family: 'Space Grotesk', sans-serif;
  font-size:1.4rem;
  font-weight:700;
  color:#0f172a;
  text-decoration:none;
  white-space:nowrap;
}

/* nav links */
.header-nav{
  display:flex;
  gap:2.5rem;
  align-items:center;
}

.header-nav a{
  font-family:'Manrope',sans-serif;
  font-size:1rem;
  font-weight:700;
  color:#475569;
  text-decoration:none;
  position:relative;
  white-space:nowrap;
}

.header-nav a:hover{
  color:#658AFC;
}

.header-nav a::after{
  content:'';
  position:absolute;
  bottom:-4px;
  left:0;
  width:0;
  height:2px;
  background:#658AFC;
  transition:width .25s;
}

.header-nav a:hover::after{
  width:100%;
}

/* Force header container to use flex and gap */
.custom-header-wrapper .header-container {
  display: flex !important;            /* ensure flex */
  align-items: center !important;
  justify-content: space-around !important; /* left align children */
  gap: 2rem !important;                /* now gap works */
  width: 100%;
  box-sizing: border-box;
 

}

/* Push nav to the far right */
.custom-header-wrapper .header-nav {
      /* nav goes to right */
  display: flex !important;
  align-items: center !important;
  gap: 2.5rem !important;
}

/* Logo flush left */
.custom-header-wrapper .site-logo {
  margin: 0 !important;
  padding-right: 0.5rem !important;
  order: 1 !important;
}



/* Mobile toggle last */
.custom-header-wrapper .mobile-menu-toggle {
  order: 3 !important;
}

/* Nav after logo */
.custom-header-wrapper .header-nav { order: 2 !important; }

/* Hide hamburger on desktop only (keep mobile rules you already added) */
@media (min-width: 769px) {
  .custom-header-wrapper .mobile-menu-toggle { display: none !important; }
}

/* If your theme centers text on parent, explicitly reset it for header */
.custom-header-wrapper, .custom-header-wrapper .site-header {
  text-align: left !important;
}


/* hamburger (not working yet until JS is added) */
.mobile-menu-toggle{
  display:none; /* hidden for now since JS isn't added yet */
}



/* Desktop: hide mobile button */
.custom-header-wrapper .mobile-menu-toggle {
  order: 3;
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}

/* Mobile styles */
@media (max-width: 880px) {
  .custom-header-wrapper .header-container {
    padding: 0 14px;
  }

  /* Show hamburger */
  .custom-header-wrapper .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
  }
  .custom-header-wrapper .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 3px;
    background: #0f172a;
    border-radius: 2px;
    transition: transform .22s ease, opacity .22s ease;
  }

  /* Hide desktop nav by default on mobile */
  .custom-header-wrapper .header-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(var(--header-height, 64px));
    background: #ffffff;
    flex-direction: column !important;
    gap: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    z-index: 99998;
  }

  .custom-header-wrapper .header-nav a {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  /* Expanded state */
  .custom-header-wrapper .header-nav.active {
    max-height: 360px; /* enough to show links */
  }

  /* Hamburger active animations */
  .custom-header-wrapper .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .custom-header-wrapper .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-8px);
  }
  .custom-header-wrapper .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  /* Ensure site-header padding is slightly smaller on phones */
  .site-header { padding: 10px 0; }

  /* Make logo slightly smaller if you want */
  .custom-header-wrapper .site-logo { font-size: 1.05rem; }
}

/* Ensure header sits below WP admin bar when logged in */
html.admin-bar .custom-header-wrapper { top: 32px !important; }

/* Basic accessibility focus style */
.custom-header-wrapper .header-nav a:focus,
.custom-header-wrapper .mobile-menu-toggle:focus {
  outline: 3px solid rgba(14,165,233,0.18);
  outline-offset: 2px;
}


.site-footer {
  background:  #233A6C;
  color: white;
  padding: 4rem 0 2rem;
  margin-top: 0;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: white;
}

.footer-brand p {
  color: #94a3b8;
  margin: 0;
  font-size: 0.95rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-column h4 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
  color: white;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.75rem;
}

.footer-column a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.footer-column a:hover {
  color: #658AFC;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: #64748b;
  margin: 0;
  font-size: 0.875rem;
}

.footer-tags {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #64748b !important;
}

.footer-tags span a{
  cursor: pointer !important;
  transition: color 0.2s !important;
  color:#64748b !important;
}

.footer-tags span:hover:not(:nth-child(2)) a {
  color: #658AFC !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-container {
    padding: 0 1.5rem;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

#site-header{
	display:none !important;
}

.comparison-column.with.zohort{
background: linear-gradient(135deg, #eef2ff 0%, #e7edff 100%) !important;
 border: 2px solid #658AFC !important;
  border-radius: 1rem !important;
  padding: 2.5rem 2rem !important;
 
  transition: all 0.3s;
}


/* Mobile styles */
@media (max-width: 880px) {
  .custom-header-wrapper .header-container {
    padding: 0 14px;
  }

  /* Show hamburger */
  .custom-header-wrapper .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
  }
  .custom-header-wrapper .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 3px;
    background: #0f172a;
    border-radius: 2px;
    transition: transform .22s ease, opacity .22s ease;
  }

  /* Hide desktop nav by default on mobile */
  .custom-header-wrapper .header-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height, 77px);
    background: #ffffff;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .3s ease, visibility .3s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    z-index: 99998;
  }

  .custom-header-wrapper .header-nav a {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  
  /* Remove hover effects on mobile */
  .custom-header-wrapper .header-nav a::after {
    display: none;
  }

  /* Expanded state */
  .custom-header-wrapper .header-nav.active {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }

  /* Hamburger active animations */
  .custom-header-wrapper .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .custom-header-wrapper .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .custom-header-wrapper .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Ensure site-header padding is slightly smaller on phones */
  .site-header { 
    padding: 12px 0; 
  }

  /* Make logo slightly smaller if needed */
  .custom-header-wrapper .site-logo img { 
    height: 38px; 
  }
}



/* --- Custom Fixed Header CSS --- */
.custom-header-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
  width: 100% !important;
  background: #F7F7F7 !important;
}

.site-header {
  background: #ffff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  width: 100%;
  box-sizing: border-box;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 2rem !important;
}

/* Logo - Far Left */
.site-logo {
  flex-shrink: 0;
  order: 1;
}

.site-logo img {
  height: 45px;
  display: block;
}

/* Navigation - Center */
.header-nav {
  display: flex !important;
  gap: 2.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 !important;
  order: 2;
}

.header-nav a {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.header-nav a:hover {
  color: #658AFC;
}

.header-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #658AFC;
  transition: width .25s;
}

.header-nav a:hover::after {
  width: 100%;
}

/* Contact Button - Far Right */
.header-cta {
  flex-shrink: 0;
  order: 3;
}

.header-cta .primary-button {
  background: #658AFC;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.header-cta .primary-button:hover {
  background: #2171B1;
  transform: translateY(-2px);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  order: 4;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}

/* Desktop: hide mobile button */
@media (min-width: 881px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Mobile styles */
@media (max-width: 880px) {
  .header-container {
    padding: 0 14px !important;
  }

  /* Show hamburger */
  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 3px;
    background: #0f172a;
    border-radius: 2px;
    transition: transform .22s ease, opacity .22s ease;
  }

  /* Hide desktop nav by default on mobile */
  .header-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height, 77px);
    background: #ffffff;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .3s ease, visibility .3s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    z-index: 99998;
  }

  .header-nav a {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  /* Remove hover effects on mobile */
  .header-nav a::after {
    display: none;
  }

  /* Expanded state */
  .header-nav.active {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }

  /* Hide Contact button in desktop position, show in mobile menu */
  .header-cta {
    display: none;
  }

  /* Hamburger active animations */
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .site-header {
    padding: 12px 0;
  }

  .site-logo img {
    height: 38px;
  }
}

/* Ensure header sits below WP admin bar when logged in */
html.admin-bar .custom-header-wrapper {
  top: 32px !important;
}

/* Basic accessibility focus style */
.header-nav a:focus,
.mobile-menu-toggle:focus,
.header-cta .primary-button:focus {
  outline: 3px solid rgba(14,165,233,0.18);
  outline-offset: 2px;
}

#site-header {
  display: none !important;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
  .hero-title,
  .elementor-widget-heading .hero-title {
    font-size: 2.75rem !important;
  }
  
	hero-section{
		padding-top: 3rem !important;
	}

  .architecture-comparison {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.by-zohort {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  opacity: 0.85;
}

.by-zohort img {
  height: 30px; /* adjust the size */
  width: auto;
}

.by-zohort span {
  font-size: 14px;
  color: #ffffffcc; /* soft white */
}


	.programs-grid{

@media (max-width: 768px) {
  .hero-section,
  .elementor-section.hero-section {
    padding: 4rem 1.5rem 5rem !important;
  }

   .hero-section{
		padding-top: 10rem !important;
		background-color: black !important;
	}

  
  .hero-title,
  .elementor-widget-heading .hero-title {
    font-size: 2rem !important;
  }
  
  .hero-subtitle,
  .elementor-widget-text-editor .hero-subtitle {
    font-size: 1rem !important;
  }
  
  .section-title,
  .elementor-widget-heading .section-title {
    font-size: 1.75rem !important;
  }
  
  .section-intro,
  .elementor-widget-text-editor .section-intro {
    font-size: 1rem !important;
  }
  
  .layers-grid,
  .programs-grid,
  .results-grid {
    grid-template-columns: 1fr;
  }


  
  .architecture-comparison {
    grid-template-columns: 1fr;
  }
		}




/* ============================================
   THEME OVERRIDES
   ============================================ */

/* Hide site title + tagline in Hello Biz theme */
.site-title,
.site-branding,
header .site-title,
header .site-branding,
header .site-branding a,
header .site-title a {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Override any theme container backgrounds */
.elementor-section,
.elementor-container {
  background: transparent !important;
}

/* Force widget text colors */
.elementor-widget-text-editor,
.elementor-widget-heading {
  color: inherit !important;
}


.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

/* Remove Hello Biz theme padding around content */
.site-content,
.site-main,
.entry-content,
.elementor-section.elementor-section-boxed,
.elementor-container {
    padding-left: 0 !important;
    margin-left: 0 !important;
}



.health-check-section {
  background: linear-gradient(135deg, #f0f9ff 0%, #fefce8 100%) !important;
  padding: 5rem 2rem;
}

/* Left Column - Content */
.health-check-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Play Badge */
.play-badge,
.elementor-button.play-badge {
  background: #dbeafe !important;
  color: #1e40af !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem;
  border: none;
  display: inline-block;
  width: fit-content;
  cursor: pointer;
  transition: all 0.2s;
}

.play-badge:hover,
.elementor-button.play-badge:hover {
  background: #bfdbfe !important;
  transform: translateY(-2px);
}

/* Title */
.health-check-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* Intro Text */
.health-check-intro {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* Checklist */
.health-check-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}

.health-check-item {
  display: flex;
  align-items: start;
  gap: 0.75rem;
}

.check-icon {
  color: #0ea5e9;
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.health-check-item p {
  color: #1e293b;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Outcome Text */
.health-check-outcome {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.6;
  margin-top: 1rem;
}

/* Right Column - Card */
.health-check-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.health-check-card {
  background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
  border: 3px solid #0ea5e9;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 40px rgba(14, 165, 233, 0.2);
  max-width: 450px;
  width: 100%;
}

.health-check-card .card-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.5rem 0;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
}

.card-divider {
  height: 2px;
  background: #0ea5e9;
  margin-bottom: 2rem;
}

.card-section {
  margin-bottom: 2rem;
}

.card-section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0ea5e9;
  margin: 0 0 1rem 0;
}

.card-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: white;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  transition: all 0.2s;
}

.card-item:last-child {
  margin-bottom: 0;
}

.card-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.15);
}

.card-item.completed {
  background: rgba(16, 185, 129, 0.1);
  border-left: 3px solid #10b981;
}

.item-icon {
  font-size: 1rem;
  font-weight: 700;
  color: #0ea5e9;
  flex-shrink: 0;
}

.card-item.completed .item-icon {
  color: #10b981;
}

.item-text {
  color: #1e293b;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}

/* CTA Button Below Card (if needed) */
.health-check-cta {
  text-align: center;
  margin-top: 2rem;
}

.health-check-cta .elementor-button {
  background: #0ea5e9 !important;
  color: white !important;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  transition: all 0.2s;
}

.health-check-cta .elementor-button:hover {
  background: #0284c7 !important;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .health-check-title {
    font-size: 2rem;
  }
  
  .health-check-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .health-check-section {
    padding: 3rem 1.5rem;
  }
  
  .health-check-title {
    font-size: 1.75rem;
  }
  
  .health-check-intro,
  .health-check-outcome {
    font-size: 1rem;
  }
  
  .health-check-card {
    padding: 2rem 1.5rem;
  }
  
  .health-check-card .card-title {
    font-size: 1.5rem;
  }
}

/* ================================
   GTM BLOG STYLES
   ================================ */

.gtm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.gtm-hero {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 80px 20px;
    text-align: center;
}

.gtm-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    line-height: 1.2;
}

.gtm-hero p {
    font-size: 20px;
    color: #6b7280;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Category Filters */
.gtm-filters {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 30px 20px;
}

.gtm-filters .gtm-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.gtm-filter-btn {
    padding: 10px 20px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.gtm-filter-btn:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.gtm-filter-btn.active {
    background: #111827;
    color: #fff;
    border-color: #111827;
}

/* Blog Grid */
.gtm-blog-grid {
    padding: 60px 20px 80px;
    background: #fff;
}

#blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

/* Blog Cards */
.gtm-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gtm-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.gtm-card-inner {
    padding: 28px;
}

.gtm-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.gtm-category {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    border-radius: 999px;
}

.gtm-read-time {
    font-size: 14px;
    color: #9ca3af;
}

.gtm-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.gtm-card h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.gtm-card:hover h2 a {
    color: #6b7280;
}

.gtm-excerpt {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.gtm-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
    margin-bottom: 16px;
}

.gtm-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gtm-avatar {
    width: 32px;
    height: 32px;
    background: #111827;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.gtm-author span {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.gtm-date {
    font-size: 14px;
    color: #9ca3af;
}

.gtm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gtm-tags span {
    font-size: 12px;
    color: #6b7280;
    background: #f9fafb;
    padding: 4px 10px;
    border-radius: 4px;
}

/* CTA Section */
.gtm-cta {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    padding: 80px 20px;
    text-align: center;
}

.gtm-cta h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
}

.gtm-cta p {
    font-size: 18px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.gtm-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #111827;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.gtm-btn:hover {
    background: #1f2937;
}

.no-posts {
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    padding: 80px 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gtm-hero h1 {
        font-size: 32px;
    }
    
    .gtm-hero p {
        font-size: 16px;
    }
    
    #blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .gtm-cta h2 {
        font-size: 28px;
    }
    
    .gtm-cta p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

