.elementor-3158 .elementor-element.elementor-element-3b990e1{--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-3158 .elementor-element.elementor-element-e8fa061{--spacer-size:50px;}.elementor-3158 .elementor-element.elementor-element-ef10e08{width:100%;max-width:100%;}.elementor-3158 .elementor-element.elementor-element-ef10e08 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3158 .elementor-element.elementor-element-ef10e08.elementor-element{--align-self:stretch;}.elementor-3158 .elementor-element.elementor-element-cca4fd7{--display:flex;}.elementor-3158 .elementor-element.elementor-element-38489ea{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef10e08 */.page-header {
  background: #1A2B3B;
  padding: 140px 64px 96px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(247,132,41,0.15) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.page-header::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(137,155,170,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137,155,170,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.page-header-inner {
  position: relative; z-index: 2;
  max-width: 820px; margin: 0 auto;
}

.page-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.22em;
  text-transform: uppercase; color: #F78429;
  margin-bottom: 32px;
  background: rgba(247,132,41,0.1);
  border: 1px solid rgba(247,132,41,0.25);
  padding: 8px 18px;
  border-radius: 100px;
  opacity: 0; animation: fadeUp 0.5s 0.1s ease forwards;
}

.page-eyebrow-dot {
  width: 6px; height: 6px;
  background: #F78429; border-radius: 50%;
}

.page-header h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800; color: #FFFFFF;
  line-height: 1.05; letter-spacing: -0.03em;
  margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.6s 0.25s ease forwards;
}

.page-header h1 span {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #F78429;
  font-weight: 600;
}

.page-header-sub {
  font-family: 'Lora', serif;
  font-size: 19px; color: #899BAA;
  line-height: 1.7; max-width: 620px; margin: 0 auto 40px;
  opacity: 0; animation: fadeUp 0.6s 0.4s ease forwards;
}

.header-jump-links {
  display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center;
  opacity: 0; animation: fadeUp 0.6s 0.55s ease forwards;
}

.jump-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  text-decoration: none; transition: all 0.2s;
}

.jump-link-primary {
  background: #F78429; color: #FFFFFF;
  box-shadow: 0 4px 20px rgba(247,132,41,0.35);
}
.jump-link-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(247,132,41,0.45); }

.jump-link-ghost {
  background: transparent; color: #FFFFFF;
  border: 1.5px solid rgba(255,255,255,0.22);
}
.jump-link-ghost:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.4); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 1024px) {
  .page-header { padding: 120px 32px 80px; }
}
@media (max-width: 640px) {
  .page-header { padding: 110px 20px 64px; }
}
.elementor-section.elementor-section-stretched {
  left: 0 !important;
  width: 100% !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be2adc6 *//* Section label — used across the page */
.section-label {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #F78429; margin-bottom: 18px;
}
.section-label::before { content: ''; width: 20px; height: 2px; background: #F78429; }

.section-headline {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800; color: #1A2B3B;
  line-height: 1.08; letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.section-headline em {
  font-family: 'Lora', serif; font-style: italic;
  color: #F78429; font-weight: 600;
}

/* Intro bridge section */
.intro-bridge {
  background: #FFFFFF;
  padding: 80px 64px;
  border-bottom: 1px solid rgba(137,155,170,0.15);
}

.intro-bridge-inner {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}

.intro-bridge-body {
  font-family: 'Lora', serif;
  font-size: 18px; color: #4a5c6a; line-height: 1.8;
  margin-bottom: 24px;
}

.intro-bridge-right {
  display: flex; flex-direction: column; gap: 16px;
}

/* Fit cards */
.fit-card {
  background: #F5F4F1;
  border: 1px solid rgba(137,155,170,0.18);
  border-radius: 14px;
  padding: 24px 28px;
  display: flex; align-items: flex-start; gap: 18px;
  transition: box-shadow 0.25s, transform 0.25s;
  text-decoration: none;
}
.fit-card:hover { box-shadow: 0 10px 36px rgba(26,43,59,0.08); transform: translateY(-3px); }

.fit-card-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  background: #1A2B3B; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}

.fit-card-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #F78429; margin-bottom: 5px;
}

.fit-card-name {
  font-size: 17px; font-weight: 800; color: #1A2B3B; margin-bottom: 4px;
}

.fit-card-desc { font-size: 13px; color: #4a5c6a; line-height: 1.5; }

/* Responsive */
@media (max-width: 1024px) {
  .intro-bridge { padding: 60px 32px; }
  .intro-bridge-inner { grid-template-columns: 1fr; gap: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ed8418 *//* Avatar section wrapper */
.avatar-section { padding: 100px 64px; }
.avatar-section.bg-white { background: #FFFFFF; }
.avatar-section.bg-subtle { background: #F5F4F1; }
.avatar-inner { max-width: 1100px; margin: 0 auto; }

/* Identity card + intro two-col layout */
.avatar-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
  margin-bottom: 72px;
}

/* Identity card (navy box) */
.avatar-identity {
  background: #1A2B3B;
  border-radius: 20px; overflow: hidden;
  position: relative;
}
.avatar-identity::before {
  content: '';
  position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: rgba(247,132,41,0.07); top: -80px; right: -80px;
  pointer-events: none;
}
.avatar-identity-top { padding: 44px 44px 36px; position: relative; z-index: 1; }
.avatar-tag {
  display: inline-block;
  background: rgba(247,132,41,0.18); color: #F78429;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 20px;
  margin-bottom: 24px;
}
.avatar-persona-name { font-size: 36px; font-weight: 800; color: #FFFFFF; line-height: 1.05; margin-bottom: 10px; }
.avatar-persona-title { font-size: 14px; color: #899BAA; line-height: 1.5; margin-bottom: 28px; }
.avatar-identity-bottom { background: rgba(0,0,0,0.2); padding: 28px 44px; }
.avatar-niche-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #F78429; margin-bottom: 12px;
}
.avatar-niches { display: flex; flex-wrap: wrap; gap: 8px; }
.niche-pill {
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75);
  font-size: 11px; font-weight: 600;
  padding: 5px 12px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}

/* Intro right column */
.avatar-section-label { margin-bottom: 14px; }
.avatar-headline {
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 800; color: #1A2B3B;
  line-height: 1.1; letter-spacing: -0.022em; margin-bottom: 20px;
}
.avatar-headline em { font-family: 'Lora', serif; font-style: italic; color: #F78429; font-weight: 600; }
.avatar-opening { font-family: 'Lora', serif; font-size: 17px; color: #4a5c6a; line-height: 1.8; margin-bottom: 28px; }
.avatar-quote {
  font-family: 'Lora', serif; font-size: 16px; font-style: italic;
  color: #3d4f5c; line-height: 1.7;
  padding: 20px 24px;
  border-left: 3px solid #F78429;
  background: rgba(247,132,41,0.05);
  border-radius: 0 10px 10px 0; margin-bottom: 8px;
}
.avatar-quote-attr {
  font-size: 11px; font-weight: 600; color: #899BAA;
  letter-spacing: 0.08em; text-transform: uppercase; padding-left: 24px;
}

/* Recognition grid */
.recognition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 56px; }
.recognition-card {
  background: #F5F4F1; border: 1px solid rgba(137,155,170,0.18);
  border-radius: 16px; padding: 32px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.recognition-card:hover { box-shadow: 0 10px 36px rgba(26,43,59,0.07); transform: translateY(-3px); }
.recognition-card-icon { display: block; margin-bottom: 14px; line-height: 1; }
.recognition-card-title { font-size: 16px; font-weight: 800; color: #1A2B3B; margin-bottom: 10px; }
.recognition-card-body { font-size: 13px; color: #4a5c6a; line-height: 1.65; }

/* Pain / Goal columns */
.avatar-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-bottom: 64px; }
.detail-col-title {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #F78429; margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
.detail-col-title::before { content: ''; width: 16px; height: 2px; background: #F78429; }
.detail-list { display: flex; flex-direction: column; gap: 14px; }
.detail-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #4a5c6a; line-height: 1.55; }
.detail-item-marker {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; margin-top: 1px;
}
.marker-pain { background: rgba(220,70,70,0.12); color: #c04a4a; }
.marker-goal { background: rgba(34,160,100,0.15); color: #1a9060; }

/* Why Nothing Has Worked banner */
.tried-banner {
  background: #1A2B3B; border-radius: 20px;
  padding: 48px 52px; position: relative; overflow: hidden; margin-bottom: 64px;
}
.tried-banner::before {
  content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: rgba(247,132,41,0.06); top: -150px; right: -100px; pointer-events: none;
}
.tried-banner-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.tried-banner-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #F78429;
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.tried-banner-label::before { content: ''; width: 16px; height: 2px; background: #F78429; }
.tried-banner-headline { font-size: clamp(20px, 2.2vw, 30px); font-weight: 800; color: #FFFFFF; line-height: 1.15; margin-bottom: 16px; }
.tried-banner-body { font-family: 'Lora', serif; font-size: 16px; color: #899BAA; line-height: 1.75; }
.tried-list { display: flex; flex-direction: column; gap: 12px; padding-top: 4px; }
.tried-item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.tried-x {
  width: 22px; height: 22px; flex-shrink: 0;
  background: rgba(200,60,60,0.2); color: #e06060;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800;
}

/* What Changes outcome strip */
.outcome-strip {
  background: linear-gradient(135deg, rgba(247,132,41,0.08) 0%, rgba(247,132,41,0.03) 100%);
  border: 1px solid rgba(247,132,41,0.2); border-radius: 20px;
  padding: 48px 52px; margin-bottom: 48px;
}
.outcome-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #F78429; margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.outcome-label::before { content: ''; width: 16px; height: 2px; background: #F78429; }
.outcome-headline { font-size: clamp(20px, 2vw, 28px); font-weight: 800; color: #1A2B3B; line-height: 1.2; margin-bottom: 32px; }
.outcome-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.outcome-item { display: flex; align-items: flex-start; gap: 12px; }
.outcome-check {
  width: 24px; height: 24px; flex-shrink: 0;
  background: rgba(34,160,100,0.15); color: #1a9060;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; margin-top: 2px;
}
.outcome-text { font-size: 14px; font-weight: 600; color: #1A2B3B; line-height: 1.5; }

/* CTA row */
.avatar-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-primary-lg {
  background: #F78429; color: #FFFFFF;
  padding: 17px 36px; border-radius: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none;
  box-shadow: 0 4px 20px rgba(247,132,41,0.32);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(247,132,41,0.42); }
.avatar-cta-note { font-size: 13px; color: #899BAA; font-family: 'Lora', serif; font-style: italic; }

/* Responsive */
@media (max-width: 1024px) {
  .avatar-section { padding: 72px 32px; }
  .avatar-header { grid-template-columns: 1fr; gap: 40px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .avatar-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .tried-banner { padding: 36px 32px; }
  .tried-banner-inner { grid-template-columns: 1fr; gap: 36px; }
  .outcome-items { grid-template-columns: 1fr; }
  .outcome-strip { padding: 36px 32px; }
}
@media (max-width: 640px) {
  .avatar-identity-top { padding: 32px 28px 28px; }
  .avatar-identity-bottom { padding: 22px 28px; }
  .tried-banner { padding: 28px 24px; }
  .outcome-strip { padding: 28px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00cd2c3 *//* Avatar section wrapper */
.avatar-section { padding: 100px 64px; }
.avatar-section.bg-white { background: #FFFFFF; }
.avatar-section.bg-subtle { background: #F5F4F1; }
.avatar-inner { max-width: 1100px; margin: 0 auto; }

/* Identity card + intro two-col layout */
.avatar-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
  margin-bottom: 72px;
}

/* Identity card (navy box) */
.avatar-identity {
  background: #1A2B3B;
  border-radius: 20px; overflow: hidden;
  position: relative;
}
.avatar-identity::before {
  content: '';
  position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: rgba(247,132,41,0.07); top: -80px; right: -80px;
  pointer-events: none;
}
.avatar-identity-top { padding: 44px 44px 36px; position: relative; z-index: 1; }
.avatar-tag {
  display: inline-block;
  background: rgba(247,132,41,0.18); color: #F78429;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 20px;
  margin-bottom: 24px;
}
.avatar-persona-name { font-size: 36px; font-weight: 800; color: #FFFFFF; line-height: 1.05; margin-bottom: 10px; }
.avatar-persona-title { font-size: 14px; color: #899BAA; line-height: 1.5; margin-bottom: 28px; }
.avatar-identity-bottom { background: rgba(0,0,0,0.2); padding: 28px 44px; }
.avatar-niche-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #F78429; margin-bottom: 12px;
}
.avatar-niches { display: flex; flex-wrap: wrap; gap: 8px; }
.niche-pill {
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75);
  font-size: 11px; font-weight: 600;
  padding: 5px 12px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}

/* Intro right column */
.avatar-section-label { margin-bottom: 14px; }
.avatar-headline {
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 800; color: #1A2B3B;
  line-height: 1.1; letter-spacing: -0.022em; margin-bottom: 20px;
}
.avatar-headline em { font-family: 'Lora', serif; font-style: italic; color: #F78429; font-weight: 600; }
.avatar-opening { font-family: 'Lora', serif; font-size: 17px; color: #4a5c6a; line-height: 1.8; margin-bottom: 28px; }
.avatar-quote {
  font-family: 'Lora', serif; font-size: 16px; font-style: italic;
  color: #3d4f5c; line-height: 1.7;
  padding: 20px 24px;
  border-left: 3px solid #F78429;
  background: rgba(247,132,41,0.05);
  border-radius: 0 10px 10px 0; margin-bottom: 8px;
}
.avatar-quote-attr {
  font-size: 11px; font-weight: 600; color: #899BAA;
  letter-spacing: 0.08em; text-transform: uppercase; padding-left: 24px;
}

/* Recognition grid */
.recognition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 56px; }
.recognition-card {
  background: #F5F4F1; border: 1px solid rgba(137,155,170,0.18);
  border-radius: 16px; padding: 32px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.recognition-card:hover { box-shadow: 0 10px 36px rgba(26,43,59,0.07); transform: translateY(-3px); }
.recognition-card-icon { display: block; margin-bottom: 14px; line-height: 1; }
.recognition-card-title { font-size: 16px; font-weight: 800; color: #1A2B3B; margin-bottom: 10px; }
.recognition-card-body { font-size: 13px; color: #4a5c6a; line-height: 1.65; }

/* Pain / Goal columns */
.avatar-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-bottom: 64px; }
.detail-col-title {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #F78429; margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
.detail-col-title::before { content: ''; width: 16px; height: 2px; background: #F78429; }
.detail-list { display: flex; flex-direction: column; gap: 14px; }
.detail-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #4a5c6a; line-height: 1.55; }
.detail-item-marker {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; margin-top: 1px;
}
.marker-pain { background: rgba(220,70,70,0.12); color: #c04a4a; }
.marker-goal { background: rgba(34,160,100,0.15); color: #1a9060; }

/* Why Nothing Has Worked banner */
.tried-banner {
  background: #1A2B3B; border-radius: 20px;
  padding: 48px 52px; position: relative; overflow: hidden; margin-bottom: 64px;
}
.tried-banner::before {
  content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: rgba(247,132,41,0.06); top: -150px; right: -100px; pointer-events: none;
}
.tried-banner-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.tried-banner-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #F78429;
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.tried-banner-label::before { content: ''; width: 16px; height: 2px; background: #F78429; }
.tried-banner-headline { font-size: clamp(20px, 2.2vw, 30px); font-weight: 800; color: #FFFFFF; line-height: 1.15; margin-bottom: 16px; }
.tried-banner-body { font-family: 'Lora', serif; font-size: 16px; color: #899BAA; line-height: 1.75; }
.tried-list { display: flex; flex-direction: column; gap: 12px; padding-top: 4px; }
.tried-item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.tried-x {
  width: 22px; height: 22px; flex-shrink: 0;
  background: rgba(200,60,60,0.2); color: #e06060;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800;
}

/* What Changes outcome strip */
.outcome-strip {
  background: linear-gradient(135deg, rgba(247,132,41,0.08) 0%, rgba(247,132,41,0.03) 100%);
  border: 1px solid rgba(247,132,41,0.2); border-radius: 20px;
  padding: 48px 52px; margin-bottom: 48px;
}
.outcome-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #F78429; margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.outcome-label::before { content: ''; width: 16px; height: 2px; background: #F78429; }
.outcome-headline { font-size: clamp(20px, 2vw, 28px); font-weight: 800; color: #1A2B3B; line-height: 1.2; margin-bottom: 32px; }
.outcome-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.outcome-item { display: flex; align-items: flex-start; gap: 12px; }
.outcome-check {
  width: 24px; height: 24px; flex-shrink: 0;
  background: rgba(34,160,100,0.15); color: #1a9060;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; margin-top: 2px;
}
.outcome-text { font-size: 14px; font-weight: 600; color: #1A2B3B; line-height: 1.5; }

/* CTA row */
.avatar-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-primary-lg {
  background: #F78429; color: #FFFFFF;
  padding: 17px 36px; border-radius: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none;
  box-shadow: 0 4px 20px rgba(247,132,41,0.32);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(247,132,41,0.42); }
.avatar-cta-note { font-size: 13px; color: #899BAA; font-family: 'Lora', serif; font-style: italic; }

/* Responsive */
@media (max-width: 1024px) {
  .avatar-section { padding: 72px 32px; }
  .avatar-header { grid-template-columns: 1fr; gap: 40px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .avatar-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .tried-banner { padding: 36px 32px; }
  .tried-banner-inner { grid-template-columns: 1fr; gap: 36px; }
  .outcome-items { grid-template-columns: 1fr; }
  .outcome-strip { padding: 36px 32px; }
}
@media (max-width: 640px) {
  .avatar-identity-top { padding: 32px 28px 28px; }
  .avatar-identity-bottom { padding: 22px 28px; }
  .tried-banner { padding: 28px 24px; }
  .outcome-strip { padding: 28px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74b99ce */.shared-bridge {
  background: #1A2B3B;
  padding: 100px 64px;
  position: relative; overflow: hidden;
}

.shared-bridge::before {
  content: '';
  position: absolute; width: 800px; height: 800px; border-radius: 50%;
  border: 1px solid rgba(247,132,41,0.06);
  top: 50%; left: -300px; transform: translateY(-50%);
}

.shared-bridge-inner {
  max-width: 1000px; margin: 0 auto;
  position: relative; z-index: 2;
  text-align: center;
}

.shared-bridge-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #F78429;
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 24px;
}

.shared-bridge-headline {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800; color: #FFFFFF;
  line-height: 1.08; letter-spacing: -0.025em; margin-bottom: 20px;
}

.shared-bridge-headline em {
  font-family: 'Lora', serif; font-style: italic;
  color: #F78429; font-weight: 600;
}

.shared-bridge-body {
  font-family: 'Lora', serif;
  font-size: 18px; color: #899BAA; line-height: 1.75;
  max-width: 680px; margin: 0 auto 60px;
}

.shared-values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  text-align: left;
}

.shared-val {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 30px;
  transition: background 0.25s;
}
.shared-val:hover { background: rgba(255,255,255,0.08); }

.shared-val-icon {
  font-size: 22px; margin-bottom: 16px; display: block; color: #F78429;
}

.shared-val-title {
  font-size: 16px; font-weight: 800; color: #FFFFFF; margin-bottom: 10px;
}

.shared-val-body {
  font-size: 13px; color: rgba(137,155,170,0.85); line-height: 1.65;
}

/* Responsive */
@media (max-width: 1024px) {
  .shared-bridge { padding: 72px 32px; }
  .shared-values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .shared-values-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-723c806 */.final-cta {
  padding: 100px 64px;
  background: #F5F4F1;
  text-align: center;
}

.final-cta-inner { max-width: 720px; margin: 0 auto; }

.final-cta-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: #F78429;
  background: rgba(247,132,41,0.1);
  border: 1px solid rgba(247,132,41,0.25);
  padding: 8px 18px; border-radius: 100px;
  margin-bottom: 32px;
}

.final-cta-headline {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800; color: #1A2B3B;
  line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 20px;
}

.final-cta-headline em {
  font-family: 'Lora', serif; font-style: italic;
  color: #F78429; font-weight: 600;
}

.final-cta-body {
  font-family: 'Lora', serif;
  font-size: 18px; color: #4a5c6a; line-height: 1.75; margin-bottom: 44px;
}

.final-cta-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}

.btn-orange-lg {
  background: #F78429; color: #FFFFFF;
  padding: 20px 44px; border-radius: 8px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none;
  box-shadow: 0 6px 28px rgba(247,132,41,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-orange-lg:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(247,132,41,0.5); }

.final-cta-footnote {
  margin-top: 24px;
  font-size: 12px; color: #899BAA;
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 1024px) {
  .final-cta { padding: 72px 32px; }
}/* End custom CSS */