.elementor-791 .elementor-element.elementor-element-35e3c1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-791 .elementor-element.elementor-element-5634b44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ef8f217 *//* ==========================================================================
   Elementor Pro Compatible Light Theme Stylesheet (Variables Inlined)
   Primary Theme Color: #44a2f5
   ========================================================================== */

/* Base Reset & Typography */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8fafc;
  color: #1e293b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* Outer Container (Elementor Section/Container) */
.elementor-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
}

.elementor-section {
  margin-bottom: 50px;
}

/* Headings */
h1, h2, h3, h4 {
  color: #1e293b;
  font-weight: 700;
  line-height: 1.3;
}

h1.elementor-heading-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.elementor-section-header {
  margin-bottom: 30px;
  position: relative;
}

.elementor-section-header h2 {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
}

.elementor-section-header h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #44a2f5;
  margin-top: 8px;
  border-radius: 2px;
}

.part-number {
  display: block;
  color: #44a2f5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

/* Hero Section Widget */
.hero-section {
  text-align: center;
  padding: 40px 20px 20px;
}

.elementor-badge {
  display: inline-block;
  background-color: #eef6fe;
  color: #44a2f5;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid #d6ebfd;
}

.elementor-lead-text {
  font-size: 1.15rem;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto;
}

/* Cards (Elementor Outer Container Blocks) */
.elementor-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.elementor-card:hover {
  box-shadow: 0 4px 12px rgba(68, 162, 245, 0.08);
}

.intro-card p {
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.elementor-callout {
  border-left: 4px solid #44a2f5;
  background-color: #eef6fe;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
  font-size: 1.05rem;
}

/* CSS Grid Layout for Elementor Inner Sections */
.elementor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

/* Habit Cards */
.habit-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.habit-card:hover {
  border-color: #44a2f5;
  transform: translateY(-2px);
}

.habit-card.full-width {
  grid-column: 1 / -1;
}

.habit-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.habit-number {
  background-color: #44a2f5;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.habit-card h3 {
  font-size: 1.25rem;
}

.habit-card p {
  color: #1e293b;
  margin-bottom: 12px;
}

/* Custom Lists */
.elementor-list {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 12px;
}

.elementor-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #1e293b;
}

.elementor-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #44a2f5;
  font-weight: bold;
}

/* Diagram Components */
.diagram-card {
  margin: 30px 0;
  background: #eef6fe;
  border: 1px solid #d6ebfd;
}

.diagram-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.diagram-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  flex: 1;
  min-width: 240px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
}

.diagram-box.alert {
  border-top: 4px solid #ef4444;
}

.diagram-box.calm {
  border-top: 4px solid #44a2f5;
}

.diagram-box h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.diagram-box p {
  font-size: 0.9rem;
  color: #64748b;
}

.diagram-arrow {
  font-size: 1.5rem;
  color: #44a2f5;
  font-weight: bold;
}

/* Process Flow Diagram */
.process-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.process-step {
  flex: 1;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  text-align: center;
  min-width: 200px;
}

.process-step.highlighted {
  border-color: #44a2f5;
  background-color: #eef6fe;
}

.step-title {
  display: block;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.step-desc {
  font-size: 0.85rem;
  color: #64748b;
}

.process-arrow {
  color: #44a2f5;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Comparison Banner */
.comparison-banner {
  margin: 30px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.comp-box {
  flex: 1;
  padding: 16px;
  border-radius: 8px;
  min-width: 240px;
}

.comp-box.bad {
  background-color: #fef2f2;
  border: 1px solid #fee2e2;
}

.comp-box.good {
  background-color: #eef6fe;
  border: 1px solid #d6ebfd;
}

.comp-label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.comp-box.bad .comp-label { color: #dc2626; }
.comp-box.good .comp-label { color: #44a2f5; }

.comp-box p {
  font-size: 0.95rem;
  font-weight: 600;
}

/* Table Widget */
.summary-intro {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.table-card {
  padding: 0;
  overflow: hidden;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.elementor-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.elementor-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 0.95rem;
}

.elementor-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
}

.elementor-table tbody tr:last-child td {
  border-bottom: none;
}

.elementor-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.elementor-table tbody tr:hover {
  background-color: #eef6fe;
}

/* Outro Banner */
.outro-card {
  margin-top: 30px;
  background-color: #44a2f5;
  color: #ffffff;
  text-align: center;
  padding: 30px;
}

.outro-card p {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.6;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
  h1.elementor-heading-title {
    font-size: 1.8rem;
  }

  .elementor-section-header h2 {
    font-size: 1.4rem;
  }

  .diagram-container,
  .process-flow,
  .comparison-banner {
    flex-direction: column;
  }

  .diagram-arrow,
  .process-arrow {
    transform: rotate(90deg);
  }

  .elementor-card {
    padding: 20px;
  }

  .elementor-table th,
  .elementor-table td {
    padding: 12px 14px;
  }
}/* End custom CSS */