.elementor-5483 .elementor-element.elementor-element-660dcdb{--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;}:root{--page-title-display:none;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream:      		#F3EEE2;
    --cream-dark: 		#E6DDC8;
    --cream-pale: 		#FAF8F1;
    --cream-mid:  		#EDE7D8;
    --dark-sand:      	#8B8970;
    --dark-sand-light: 	#B6B49A;
    --white:     		#FFFFFF;
    --off-white: 		#FFFFFF;
    --sand:      		#D9D6D2;
    --amber:     		#FBC53B;
    --amber-pale: 		#FBD97A;
    --bronze:     		#615000;
    --bronze-pale: 		#CBB97A;
    --grey:      		#545061;
    --grey-light: 		#8A8797;
    --grey-pale: 		#C9C7D3;
  }

  html { scroll-behavior: smooth; }

  body {
	font-family: 'DM Sans', sans-serif;
	background: #D9D6D2;
	color: var(--white);
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
  }

  /* ── OUTER WRAPPER ── */
  .infographic {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 32px 80px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* ── HEADER ── */
  .header {
    text-align: center;
    padding-bottom: 56px;
    position: relative;
  }
  .header-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #615000;
	margin-bottom: 16px;
  }
  .header h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(38px, 6vw, 68px);
	font-weight: 900;
	line-height: 1.05;
	color: #545061;
	margin-bottom: 18px;
  }
  .header h1 span {
	color: var(--amber);
  }
  .header-sub {
	font-size: 16px;
	font-weight: 400;
	color: rgba(84,80,97,1.00);
	max-width: 560px;
	margin: 0 auto 28px;
	font-style: italic;
  }
  .header-rule {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--cream), var(--amber));
    margin: 0 auto;
    border-radius: 2px;
  }

  /* ── PHILOSOPHY STRIP ── */
  .philosophy {
	background: linear-gradient(135deg, var(--bronze), var(--bronze-pale));
	border-radius: 20px;
	padding: 40px 40px 36px;
	margin-bottom: 48px;
	position: relative;
	overflow: hidden;
  }
  .philosophy::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
  }
  .philosophy::after {
    content: '';
    position: absolute;
    bottom: -40px; left: -40px;
    width: 160px; height: 160px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
  }
  .philosophy-label {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(217,214,210,1.00);
	margin-bottom: 20px;
	font-weight: 600;
  }
  .philosophy-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .philosophy-item {
    position: relative;
  }
  .philosophy-num {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700;
	color: var(--sand-dark);
	line-height: 1;
	margin-bottom: 6px;
  }
  .philosophy-title {
	font-size: 12px;
	font-weight: 600;
	color: var(--sand-dark);
	margin-bottom: 4px;
	line-height: 1.3;
  }
  .philosophy-desc {
	font-size: 10.5px;
	color: var(--cream);
	line-height: 1.45;
  }

  /* ── SECTION LABEL ── */
  .section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    margin-top: 8px;
  }
  .section-label-text {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600;
	color: #615000;
	white-space: nowrap;
  }
  .section-label-line {
	flex: 1;
	height: 1px;
	background: #615000;
  }

  /* ── DREAM LAYER ── */
  .dream-layer {
    margin-bottom: 48px;
  }
  .dream-heading {
    text-align: center;
    margin-bottom: 32px;
  }
  .dream-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
  }
  .dream-heading p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-style: italic;
  }
  .dream-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
  .dream-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease;
  }
  .dream-card:hover { transform: translateY(-4px); }
  .dream-card-header {
    padding: 20px 16px 14px;
    position: relative;
  }
  .dream-letter {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
  }
  .dream-name {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.9;
    line-height: 1.3;
  }
  .dream-card-body {
    padding: 14px 16px 18px;
    background: rgba(0,0,0,0.25);
  }
  .dream-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.7);
  }
  .dream-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.75);
    line-height: 1.55;
  }

  /* D card */
  .dream-card-d .dream-card-header {
	background: linear-gradient(135deg, var(--dark-sand), var(--cream));
}
  .dream-card-d .dream-letter { color: rgba(255,255,255,0.9); }
  /* R card */
  .dream-card-r .dream-card-header {
	background: linear-gradient(40deg, var(--cream), var(--bronze));
}
  .dream-card-r .dream-letter { color: rgba(255,255,255,0.9); }
  /* E card */
  .dream-card-e .dream-card-header {
	background: linear-gradient(135deg, var(--bronze), var(--cream));
}
  .dream-card-e .dream-letter { color: rgba(255,255,255,0.9); }
  /* A card */
  .dream-card-a .dream-card-header {
	background: linear-gradient(40deg, var(--cream), var(--amber));
}
  .dream-card-a .dream-letter { color: rgba(255,255,255,0.85); }
  /* M card */
  .dream-card-m .dream-card-header {
	background: linear-gradient(135deg, #FBC53B, #FAF8F1);
}
  .dream-card-m .dream-letter { color: rgba(255,255,255,0.8); }

  /* ── CONNECTIVE ARROW ── */
  .connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    gap: 6px;
    margin-bottom: 8px;
  }
  .connector-line {
    width: 2px;
    height: 32px;
    background: linear-gradient(to bottom, var(--cream), var(--amber));
  }
  .connector-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--amber);
    border: 2px solid var(--dark-sand);
  }
  .connector-label {
	font-size: 9.5px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(97,80,0,1.00);
  }

  /* ── CORNERSTONES ── */
  .cornerstones-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  .cornerstone-block {
	background: var(--amber-pale);
	border: 1px solid rgba(255,255,255,0.09);
	border-radius: 16px;
	padding: 28px 28px 24px;
	position: relative;
	overflow: hidden;
  }
  .cornerstone-block::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    border-radius: 0 2px 2px 0;
  }
  .cornerstone-block.cornerstones-def::before { background: var(--cream); }
  .cornerstone-block.vision-def::before { background: var(--amber); }
  .cb-eyebrow {
    font-size: 9.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 12px;
  }
  .cornerstones-def .cb-eyebrow {
	color: var(--bronze);
}
  .vision-def .cb-eyebrow {
	color: var(--bronze);
}
  .cb-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--grey);
	margin-bottom: 14px;
	padding-left: 12px;
  }
  .cb-traits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-left: 12px;
  }
  .cb-trait {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .cb-trait-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
  }
  .cornerstones-def .cb-trait-dot {
	background: var(--grey);
}
  .vision-def .cb-trait-dot { background: var(--amber); }
  .cb-trait-text {
	font-size: 11.5px;
	color: rgba(84,80,97,1.00);
	line-height: 1.4;
}
  .cb-trait-title {
	font-weight: 600;
	color: var(--grey);
}
  .vision-prompts {
    padding-left: 12px;
    margin-top: 4px;
  }
  .vp-item {
	font-size: 11.5px;
	color: rgba(84,80,97,1.00);
	padding: 6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.07);
	font-style: italic;
	display: flex;
	gap: 8px;
	align-items: flex-start;
  }
  .vp-item:last-child { border-bottom: none; }
  .vp-q {
	color: var(--grey);
	font-style: normal;
	font-weight: 600;
	flex-shrink: 0;
}

  /* ── SMART LAYER ── */
  .smart-layer {
    margin-bottom: 48px;
  }
  .smart-heading {
    text-align: center;
    margin-bottom: 32px;
  }
  .smart-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
  }
  .smart-heading p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-style: italic;
  }
  .smart-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
  .smart-card {
	background: var(--grey);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.2s ease;
  }
  .smart-card:hover { transform: translateY(-4px); }
  .smart-card-header {
    padding: 20px 16px 14px;
  }
  .smart-letter {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
  }
  .smart-name {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.3;
    opacity: 0.9;
  }
  .smart-card-body {
	padding: 14px 16px 18px;
	background: var(--grey);
  }
  .smart-adhd-note {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    background: rgba(245,158,11,0.12);
    border-left: 2px solid var(--amber);
    border-radius: 0 6px 6px 0;
    padding: 7px 9px;
    margin-bottom: 8px;
  }
  .smart-adhd-label {
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--amber);
    white-space: nowrap;
    margin-top: 1px;
  }
  .smart-adhd-text {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
  }
  .smart-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    line-height: 1.55;
  }

  /* Amber gradient for SMART */
  .smart-card-s .smart-card-header { background: linear-gradient(135deg, #D97706, #F59E0B); }
  .smart-card-s .smart-letter { color: rgba(255,255,255,0.95); }
  .smart-card-m1 .smart-card-header { background: linear-gradient(135deg, #B45309, #D97706); }
  .smart-card-m1 .smart-letter { color: rgba(255,255,255,0.9); }
  .smart-card-a .smart-card-header { background: linear-gradient(135deg, #92400E, #B45309); }
  .smart-card-a .smart-letter { color: rgba(255,255,255,0.9); }
  .smart-card-r .smart-card-header { background: linear-gradient(135deg, #78350F, #92400E); }
  .smart-card-r .smart-letter { color: rgba(255,255,255,0.85); }
  .smart-card-t .smart-card-header { background: linear-gradient(135deg, #5C2A0C, #78350F); }
  .smart-card-t .smart-letter { color: rgba(255,255,255,0.8); }

  /* ── AWARENESS TRIO ── */
  .awareness-trio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  .awareness-card {
	border-radius: 20px;
	overflow: hidden;
	background: var(--grey);
  }
  .awareness-header {
    padding: 24px 24px 18px;
  }
  .awareness-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
  }
  .awareness-title {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--cream);
	margin-bottom: 4px;
  }
  .awareness-subtitle {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .awareness-body {
	padding: 18px 24px 22px;
  }
  .awareness-items {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .awareness-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
  }
  .awareness-bullet {
    width: 5px; height: 5px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
  }
  /* Saboteurs */
  .awareness-saboteurs .awareness-header {
	background: linear-gradient(135deg, var(--grey), var(--grey-pale));
}
  .awareness-saboteurs .awareness-subtitle {
	color: #D9D6D2;
}
  .awareness-saboteurs .awareness-bullet {
	background: var(--amber);
}
  /* Strengths */
  .awareness-strengths .awareness-header {
	background: linear-gradient(135deg, var(--amber), var(--amber-pale));
}
  .awareness-strengths .awareness-subtitle {
	color: var(--grey);
}
  .awareness-strengths .awareness-bullet {
	background: var(--amber);
}
  /* RCI */
  .awareness-rci .awareness-header { background: linear-gradient(135deg, #8B8970, var(--cream-dark)); }
  .awareness-rci .awareness-subtitle { color: var(--cream-mid); }
  .awareness-rci .awareness-bullet { background: var(--cream-mid); }

  /* ── RCI CYCLE VISUAL ── */
  .rci-cycle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 16px;
    position: relative;
  }
  .rci-step {
    text-align: center;
    position: relative;
    padding: 0 6px;
  }
  .rci-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -6px;
    top: 14px;
    font-size: 14px;
    color: var(--cream-mid);
    z-index: 1;
  }
  .rci-num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--cream);
	color: var(--amber);
	font-weight: 700;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 6px;
  }
  .rci-title {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .rci-desc {
    font-size: 9.5px;
    color: rgba(255,255,255,0.6);
    line-height: 1.45;
  }

  /* ── WORKBOOK STRIP ── */
  .workbook-strip {
	background: linear-gradient(135deg, var(--amber), rgba(245,158,11,0.1));
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 20px;
	padding: 36px 40px;
	margin-bottom: 48px;
  }
  .workbook-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }
  .workbook-label-col {
    min-width: 200px;
  }
  .workbook-eyebrow {
	font-size: 9.5px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--grey);
	margin-bottom: 6px;
  }
  .workbook-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .workbook-subtitle {
	font-size: 12px;
	color: var(--grey);
	font-style: italic;
  }
  .workbook-desc {
	font-size: 12.5px;
	color: var(--grey);
	line-height: 1.6;
	padding-top: 4px;
  }
  .workbook-goals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .goal-block {
    border-radius: 14px;
    overflow: hidden;
  }
  .goal-header {
    padding: 16px 18px 12px;
  }
  .goal-num {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 0.8;
	margin-bottom: 4px;
	color: var(--grey);
  }
  .goal-title {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--grey);
	margin-bottom: 3px;
  }
  .goal-header-sub {
	font-size: 10.5px;
	opacity: 0.7;
	color: var(--grey);
  }
  .goal-body {
    background: rgba(0,0,0,0.25);
    padding: 14px 18px;
  }
  .goal-body p {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
  }
  .goal-alone .goal-header {
	background: linear-gradient(135deg, var(--dark-sand), var(--dark-sand-light));
}
  .goal-friction .goal-header {
	background: linear-gradient(135deg, var(--cream), var(--cream-pale));
}
  .goal-self .goal-header { background: linear-gradient(135deg, #B45309, #D97706); }

  /* ── FOOTER ── */
  .footer-quote {
    text-align: center;
    padding: 48px 40px;
    position: relative;
  }
  .footer-quote::before {
	content: '"';
	font-family: 'Playfair Display', serif;
	font-size: 120px;
	color: rgba(251,197,59,1.00);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
  }
  .footer-quote blockquote {
	font-family: 'Playfair Display', serif;
	font-size: clamp(18px, 3vw, 26px);
	font-weight: 700;
	font-style: italic;
	color: var(--bronze);
	max-width: 720px;
	margin: 0 auto 18px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
  }
  .footer-quote cite {
	font-size: 12px;
	color: var(--cream);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
  }

  .framework-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #D9D6D2;
	border: 1px solid rgba(97,80,0,1.00);
	border-radius: 999px;
	padding: 6px 18px 6px 8px;
	margin: 0 auto 40px;
	width: fit-content;
  }
  .badge-dot {
    width: 8px; height: 8px;
    background: var(--cream);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
  }
  .badge-text {
	font-size: 11px;
	font-weight: 600;
	color: #615000;
	letter-spacing: 1.5px;
	text-transform: uppercase;
  }

  /* ── FLOW INDICATOR ── */
  .flow-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 48px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(97,80,0,1.00);
  }
  .flow-step {
    flex: 1;
    padding: 14px 12px;
    text-align: center;
    position: relative;
  }
  .flow-step-num {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .flow-step-title {
	font-size: 12px;
	font-weight: 600;
	color: #615000;
	line-height: 1.3;
  }
  .flow-step-desc {
	font-size: 10px;
	color: rgba(84,80,97,1.00);
	margin-top: 2px;
	line-height: 1.35;
  }
  .flow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    width: 0; height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
  .fs1 {
	background: var(--cream-pale);
}
  .fs1 .flow-step-num {
	color: var(--dark-sand);
}
  .fs1::after { border-left: 14px solid var(--dark-sand); }
  .fs2 {
	background: var(--cream);
}
  .fs2 .flow-step-num {
	color: var(--dark-sand);
}
  .fs2::after { border-left: 14px solid var(--dark-sand-light); }
  .fs3 {
	background: var(--cream-mid);
}
  .fs3 .flow-step-num {
	color: var(--dark-sand);
}
  .fs3::after { border-left: 14px solid var(--sand); }
  .fs4 {
	background: var(--cream-dark);
}
  .fs4 .flow-step-num {
	color: var(--dark-sand);
}
  .fs4::after { border-left: 14px solid var(--cream); }
  .fs5 {
	background: var(--dark-sand-light);
}
  .fs5 .flow-step-num { color: var(--cream-mid); }

  /* ── LAYER DIVIDERS ── */
  .layer-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }
  .layer-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .lp-dream {
	border: 1px solid rgba(97,80,0,1.00);
	color: #615000;
  }
  .lp-smart {
	background: rgba(245,158,11,0.2);
	border: 1px solid rgba(245,158,11,0.4);
	color: #545061;
  }
  .lp-awareness {
	background: rgba(255,255,255,0.07);
	border: 1px solid rgba(97,80,0,1.00);
	color: rgba(97,80,0,1.00);
  }
  .layer-divider-line {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.08);
  }
  .layer-desc {
	font-size: 11px;
	color: rgba(97,80,0,1.00);
	font-style: italic;
	white-space: nowrap;
  }

  /* ── ENTRY POINT ── */
  .entry-point-box {
    background: linear-gradient(135deg, rgba(224,122,95,0.2), rgba(224,122,95,0.05));
    border: 1px solid rgba(224,122,95,0.3);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .ep-icon {
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .ep-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--bronze);
    margin-bottom: 5px;
  }
  .ep-text {
	font-size: 12px;
	color: var(--dark-sand);
	line-height: 1.6;
  }/* End custom CSS */