@font-face{font-family: 'DM Sans';font-style: normal;font-weight: 400 700;font-display: swap;src: url('../fonts/dm-sans.woff2') format('woff2');}@font-face{font-family: 'DM Sans';font-style: italic;font-weight: 400;font-display: swap;src: url('../fonts/dm-sans-italic.woff2') format('woff2');}*,*::before,*::after{box-sizing: border-box;margin: 0;padding: 0;}:root{--blue-950: #0d1b3e;--blue-900: #1a2d5a;--blue-800: #1e3a6e;--blue-700: #2a4d8f;--blue-600: #2563eb;--blue-100: #dbeafe;--blue-50: #eff6ff;--amber-600: #d97706;--amber-100: #fef3c7;--amber-50: #fffbeb;--green-700: #15803d;--green-600: #16a34a;--green-100: #dcfce7;--green-50: #f0fdf4;--red-700: #b91c1c;--red-600: #dc2626;--red-100: #fee2e2;--red-50: #fef2f2;--gray-900: #111827;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25);--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--max-w: 80rem;--px: 1.5rem;--transition: 150ms ease;}html{scroll-behavior: smooth;font-size: 16px;}body{font-family: 'DM Sans',system-ui,-apple-system,sans-serif;color: var(--gray-700);background: var(--white);line-height: 1.5;-webkit-font-smoothing: antialiased;}img{max-width: 100%;height: auto;display: block;}a{color: inherit;text-decoration: none;}ul{list-style: none;}button,input,select,textarea{font: inherit;}.ef-icon{display: inline-block;flex-shrink: 0;vertical-align: middle;}h1,h2,h3,h4{font-family: 'DM Sans',system-ui,sans-serif;font-weight: 500;line-height: 1.25;letter-spacing: -0.02em;color: var(--gray-900);}h1{font-size: clamp(2.25rem,4.5vw,3rem);font-weight: 600;}h2{font-size: clamp(1.75rem,3.2vw,2.25rem);font-weight: 600;}h3{font-size: clamp(1.25rem,2.2vw,1.5rem);font-weight: 600;}h4{font-size: 1.125rem;font-weight: 600;}p{line-height: 1.65;}.ef-text-xl{font-size: 1.25rem;line-height: 1.6;}.ef-text-sm{font-size: 0.875rem;}.ef-text-xs{font-size: 0.75rem;}.ef-container{max-width: var(--max-w);margin-inline: auto;padding-inline: var(--px);}@media (min-width: 1024px){.ef-container{padding-inline: 2rem;}}.ef-section{padding-block: 6rem;}.ef-section--sm{padding-block: 4rem;}.ef-section--lg{padding-block: 8rem;}.ef-grid-2{display: grid;gap: 2rem;}.ef-grid-3{display: grid;gap: 2rem;}.ef-grid-4{display: grid;gap: 2rem;}@media (min-width: 768px){.ef-grid-2{grid-template-columns: repeat(2,1fr);}}@media (min-width: 768px){.ef-grid-3{grid-template-columns: repeat(2,1fr);}}@media (min-width: 1024px){.ef-grid-3{grid-template-columns: repeat(3,1fr);}}@media (min-width: 768px){.ef-grid-4{grid-template-columns: repeat(2,1fr);}}@media (min-width: 1024px){.ef-grid-4{grid-template-columns: repeat(4,1fr);}}.ef-flex{display: flex;gap: 1rem;}.ef-flex-center{display: flex;align-items: center;gap: 1rem;}.ef-text-center{text-align: center;}.ef-btn{display: inline-flex;align-items: center;gap: .5rem;padding: .75rem 1.75rem;border-radius: .5rem;font-weight: 600;font-size: .9375rem;cursor: pointer;border: 2px solid transparent;transition: background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition);white-space: nowrap;text-decoration: none;}.ef-btn:hover{transform: translateY(-1px);}.ef-btn--lg{padding: 1rem 2rem;font-size: 1.0625rem;}.ef-btn--sm{padding: .5rem 1.25rem;font-size: .875rem;}.ef-btn--full{width: 100%;justify-content: center;}.ef-btn--primary{background: var(--blue-900);color: var(--white);}.ef-btn--primary:hover{background: var(--blue-800);box-shadow: var(--shadow-lg);}.ef-btn--secondary{background: var(--blue-600);color: var(--white);}.ef-btn--secondary:hover{background: var(--blue-700);}.ef-btn--outline{background: transparent;border-color: var(--blue-900);color: var(--blue-900);}.ef-btn--outline:hover{background: var(--blue-50);}.ef-btn--outline-white{background: transparent;border-color: rgba(255,255,255,.5);color: var(--white);}.ef-btn--outline-white:hover{background: rgba(255,255,255,.1);}.ef-btn--white{background: var(--white);color: var(--blue-900);}.ef-btn--white:hover{background: var(--gray-100);box-shadow: var(--shadow-xl);}.ef-btn--amber{background: var(--amber-600);color: var(--white);}.ef-btn--amber:hover{background: #b45309;}.ef-btn--green{background: var(--green-600);color: var(--white);}.ef-btn--green:hover{background: var(--green-700);}.ef-card{background: var(--white);border-radius: var(--radius-xl);border: 1px solid rgba(0,0,0,.07);box-shadow: var(--shadow-lg);overflow: hidden;transition: box-shadow var(--transition);}.ef-card:hover{box-shadow: var(--shadow-xl);}.ef-badge{display: inline-block;padding: .375rem 1.25rem;border-radius: 9999px;font-size: .875rem;font-weight: 500;}.ef-badge--blue{background: var(--blue-100);color: var(--blue-900);}.ef-badge--red{background: var(--red-100);color: var(--red-700);}.ef-badge--amber{background: var(--amber-100);color: #92400e;}.ef-badge--green{background: var(--green-100);color: var(--green-700);}.ef-badge--gray{background: var(--gray-100);color: var(--gray-900);}.ef-header{position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: var(--white);box-shadow: 0 1px 3px rgba(0,0,0,.1);transition: box-shadow .2s;}.ef-header.scrolled{box-shadow: 0 4px 16px rgba(0,0,0,.12);}.admin-bar .ef-header{top: 32px;}@media screen and (max-width: 782px){.admin-bar .ef-header{top: 46px;}}.ef-nav{display: flex;align-items: center;justify-content: space-between;height: 4.5rem;}@media (min-width: 1024px){.ef-nav{height: 5rem;}}.ef-nav__logo{display: flex;align-items: center;flex-shrink: 0;line-height: 0;}.ef-nav__logo img{height: 2.5rem;width: auto;max-width: 200px;object-fit: contain;display: block;}@media (min-width: 1024px){.ef-nav__logo img{height: 2.75rem;max-width: 210px;}}.ef-nav__logo-fallback{display: flex;align-items: center;gap: .75rem;}.ef-nav__logo-mark{width: 2.5rem;height: 2.5rem;background: var(--blue-900);border-radius: .5rem;display: flex;align-items: center;justify-content: center;color: var(--white);font-weight: 700;}.ef-nav__logo-text{font-family: 'DM Sans',sans-serif;font-size: .9375rem;font-weight: 700;color: var(--blue-900);line-height: 1.2;}.ef-nav__logo-sub{font-size: .6875rem;color: var(--gray-500);font-family: 'DM Sans',sans-serif;}.ef-nav__links{display: none;align-items: center;gap: 1.25rem;}@media (min-width: 1100px){.ef-nav__links{gap: 1.75rem;}}@media (min-width: 1024px){.ef-nav__links{display: flex;}}.ef-nav__link{color: var(--gray-700);font-size: .875rem;font-weight: 500;transition: color var(--transition);position: relative;white-space: nowrap;}@media (min-width: 1100px){.ef-nav__link{font-size: .9375rem;}}.ef-nav__link:hover{color: var(--blue-600);}.ef-nav__link.active{color: var(--blue-900);}.ef-nav__links .ef-btn{padding: .55rem 1.15rem;font-size: .8125rem;margin-left: .25rem;}@media (min-width: 1100px){.ef-nav__links .ef-btn{padding: .625rem 1.35rem;font-size: .875rem;}}.ef-nav__dropdown{position: relative;}.ef-nav__dropdown-toggle{display: flex;align-items: center;gap: .25rem;background: none;border: none;cursor: pointer;color: var(--gray-700);font-size: .875rem;font-weight: 500;transition: color var(--transition);white-space: nowrap;}@media (min-width: 1100px){.ef-nav__dropdown-toggle{font-size: .9375rem;}}.ef-nav__dropdown-toggle:hover{color: var(--blue-600);}.ef-nav__dropdown-toggle svg{transition: transform .2s;}.ef-nav__dropdown:hover .ef-nav__dropdown-toggle svg{transform: rotate(180deg);}.ef-nav__dropdown-menu{position: absolute;top: 100%;left: 0;margin-top: .35rem;width: 16rem;background: var(--white);border-radius: var(--radius-lg);box-shadow: var(--shadow-2xl);overflow: hidden;opacity: 0;visibility: hidden;transform: translateY(.35rem);transition: opacity .2s,visibility .2s,transform .2s;}.ef-nav__dropdown:hover .ef-nav__dropdown-menu{opacity: 1;visibility: visible;transform: translateY(0);}.ef-nav__dropdown-menu a{display: block;padding: .7rem 1.25rem;color: var(--gray-700);font-size: .875rem;border-bottom: 1px solid var(--gray-100);transition: background var(--transition),color var(--transition);}.ef-nav__dropdown-menu a:last-child{border-bottom: none;}.ef-nav__dropdown-menu a:hover{background: var(--blue-50);color: var(--blue-900);}.ef-nav__toggle{display: flex;align-items: center;justify-content: center;background: none;border: none;cursor: pointer;padding: .5rem;color: var(--blue-900);}.ef-nav__toggle svg{width: 1.5rem;height: 1.5rem;color: var(--blue-900);stroke: var(--blue-900);}@media (min-width: 1024px){.ef-nav__toggle{display: none;}}.ef-mobile-menu{display: none;background: var(--white);border-top: 1px solid var(--gray-100);padding: 1.25rem 1.5rem 1.5rem;}.ef-mobile-menu.is-open{display: block;}.ef-mobile-menu a,.ef-mobile-menu button{display: block;width: 100%;padding: .7rem 0;color: var(--gray-700);font-size: 1rem;font-weight: 500;border-bottom: 1px solid var(--gray-100);background: none;border-left: none;border-right: none;border-top: none;text-align: left;cursor: pointer;transition: color var(--transition);}.ef-mobile-menu a:last-of-type{border-bottom: none;}.ef-mobile-menu a:hover,.ef-mobile-menu button:hover{color: var(--blue-900);}.ef-mobile-menu .ef-btn{margin-top: 1rem;width: 100%;justify-content: center;}.ef-mobile-services{display: none;padding-left: 1rem;}.ef-mobile-services.is-open{display: block;}.ef-mobile-services a{font-size: .9375rem;color: var(--gray-600);}.ef-page-wrap{padding-top: 4.5rem;}@media (min-width: 1024px){.ef-page-wrap{padding-top: 5rem;}}.ef-hero{position: relative;margin-top: -4.5rem;min-height: 100vh;min-height: 100svh;display: flex;align-items: center;overflow: hidden;}@media (min-width: 1024px){.ef-hero{margin-top: -5rem;}}.ef-hero__bg{position: absolute;inset: 0;background: var(--blue-950);}.ef-hero__bg img{width: 100%;height: 100%;object-fit: cover;}.ef-hero__overlay{position: absolute;inset: 0;background: linear-gradient(to right,rgba(13,27,62,.95) 0%,rgba(13,27,62,.85) 45%,rgba(26,45,90,.75) 100%);}.ef-hero__content{position: relative;z-index: 1;width: 100%;padding-block: 6.5rem 4rem;}@media (min-width: 1024px){.ef-hero__content{padding-block: 7rem 4.5rem;}}.ef-hero__inner{max-width: 56rem;}.ef-hero__kicker{color: rgba(255,255,255,.78);font-size: .9375rem;font-weight: 400;line-height: 1.5;letter-spacing: .01em;margin-bottom: .75rem;}.ef-hero h1{color: var(--white);margin-bottom: 1.5rem;font-size: clamp(2.5rem,5vw,3.25rem);font-weight: 600;line-height: 1.15;}.ef-hero__lead{color: rgba(255,255,255,.9);font-size: 1.25rem;line-height: 1.7;margin-bottom: 2.5rem;}.ef-hero__actions{display: flex;flex-wrap: wrap;gap: 1rem;margin-bottom: 4rem;}.ef-hero__stats{display: grid;grid-template-columns: repeat(2,1fr);gap: 1rem;}@media (min-width: 768px){.ef-hero__stats{grid-template-columns: repeat(4,1fr);}}.ef-hero__stat{background: rgba(255,255,255,.1);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border: 1px solid rgba(255,255,255,.2);border-radius: .75rem;padding: 1rem 1.1rem;}.ef-hero__stat-value{color: var(--white);font-weight: 600;font-size: 1.35rem;margin-bottom: .25rem;letter-spacing: -0.01em;}.ef-hero__stat-label{color: rgba(255,255,255,.8);font-size: .8125rem;line-height: 1.35;}.ef-scroll-indicator{position: absolute;bottom: 2.5rem;left: 50%;transform: translateX(-50%);z-index: 1;width: 1.5rem;height: 2.5rem;border: 2px solid rgba(255,255,255,.5);border-radius: 9999px;display: flex;justify-content: center;padding-top: .375rem;}.ef-scroll-dot{width: .3rem;height: .5rem;background: rgba(255,255,255,.7);border-radius: 9999px;animation: scrollBounce 2s infinite;}@keyframes scrollBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(.5rem)}}.ef-elliott-quote{background:var(--white);}.ef-elliott-quote__intro{display:grid;gap:2rem;align-items:start;margin-bottom:2.5rem;}@media (min-width:900px){.ef-elliott-quote__intro{grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);gap:3rem;}}.ef-elliott-quote__photo{width:100%;max-width:22rem;margin-inline:auto;aspect-ratio:4 / 5;border-radius:var(--radius-xl);overflow:hidden;}@media (min-width:900px){.ef-elliott-quote__photo{margin-inline:0;}}.ef-elliott-quote__photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%;display:block;}.ef-elliott-quote__copy .ef-badge{text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600;}.ef-elliott-quote__copy h2{color:var(--blue-900);margin:1.25rem 0 1.5rem;font-size:clamp(1.5rem,2.4vw,2.125rem);line-height:1.25;}.ef-elliott-quote__copy p{color:var(--gray-600);font-size:1.0625rem;line-height:1.75;margin-bottom:1.15rem;}.ef-elliott-quote__copy p:last-child{margin-bottom:0;}.ef-elliott-quote__copy strong{color:var(--blue-900);font-weight:700;}.ef-elliott-quote__card{position:relative;background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);color:var(--white);border-radius:var(--radius-xl);padding:2.25rem 1.75rem;}@media (min-width:768px){.ef-elliott-quote__card{padding:2.75rem 3rem;}}.ef-elliott-quote__body{position:relative;background:none;color:inherit;border-radius:0;padding:0;margin:0;max-width:52rem;}.ef-elliott-quote__icon{position:absolute;top:1.5rem;right:1.5rem;opacity:.2;pointer-events:none;z-index:0;}.ef-elliott-quote__text{font-size:1.25rem;line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:1;padding-right:2.5rem;}@media (min-width:768px){.ef-elliott-quote__text{font-size:1.375rem;}}.ef-elliott-quote__name{display:block;font-style:normal;font-weight:700;font-size:1.0625rem;}.ef-elliott-quote__title{display:block;color:rgba(255,255,255,.8);font-size:.9375rem;margin-top:.25rem;}.ef-warning-minimal{padding-block: 4rem;background: linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);border-block: 1px solid var(--gray-100);}.ef-warning-minimal__inner{max-width: 48rem;margin-inline: auto;text-align: center;}.ef-warning-minimal__inner h2{margin-top: 1.25rem;margin-bottom: .75rem;color: var(--blue-900);}.ef-warning-minimal__inner p{color: var(--gray-600);font-size: 1.125rem;margin-bottom: 1.75rem;line-height: 1.65;}.ef-truth-compare{display:grid;gap:1.5rem;margin-bottom:3rem;align-items:stretch;}@media (min-width:1024px){.ef-truth-compare{grid-template-columns:1fr auto 1fr;gap:1.25rem;align-items:center;}}.ef-truth-compare__vs{width:3.25rem;height:3.25rem;border-radius:9999px;background:var(--blue-900);color:var(--white);font-weight:700;font-size:.8125rem;letter-spacing:.06em;display:flex;align-items:center;justify-content:center;justify-self:center;flex-shrink:0;box-shadow:var(--shadow-lg);}.ef-truth-compare__header h3{line-height:1.3;font-size:1.125rem;}.ef-truth-compare__col{border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-xl);}.ef-truth-compare__col--reality{background:var(--white);border:1px solid #fecaca;}.ef-truth-compare__col--solution{background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);color:var(--white);}.ef-truth-compare__col--solution h3{color:var(--white);}.ef-truth-compare__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;}.ef-truth-compare__icon{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.ef-truth-compare__icon--red{background:var(--red-100);color:var(--red-600);}.ef-truth-compare__icon--blue{background:rgba(255,255,255,.15);color:var(--white);}.ef-truth-compare__list{list-style:none;display:flex;flex-direction:column;gap:1rem;}.ef-truth-compare__list li{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;}.ef-truth-compare__col--reality .ef-truth-compare__list li{background:#fef2f2;}.ef-truth-compare__col--solution .ef-truth-compare__list li{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);}.ef-truth-compare__list p{margin:0;line-height:1.55;font-size:.9375rem;}.ef-truth-compare__col--solution .ef-truth-compare__list p{color:var(--white);}.ef-truth-compare__mark{width:1.5rem;height:1.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem;font-size:.75rem;font-weight:700;}.ef-truth-compare__mark--bad{background:#fecaca;color:var(--red-700);}.ef-truth-compare__mark--good{background:var(--green-600);color:var(--white);}.ef-truth-compare__cta{text-align:center;background:var(--blue-50);border-radius:var(--radius-xl);padding:2rem;max-width:48rem;margin-inline:auto;}.ef-truth-compare__cta-label{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.45;}.ef-truth-compare__cta-text{font-size:1.125rem;color:var(--gray-700);margin-bottom:1.5rem;line-height:1.6;}.ef-critical-list{display: flex;flex-direction: column;gap: 1.5rem;margin-bottom: 3rem;}.ef-critical-element{display: flex;flex-wrap: wrap;align-items: flex-start;gap: 1.25rem;padding: 2rem;border-radius: var(--radius-xl);border: 1px solid var(--gray-100);background: linear-gradient(90deg,var(--gray-50) 0%,var(--white) 100%);box-shadow: var(--shadow-lg);transition: box-shadow var(--transition);}.ef-critical-element:hover{box-shadow: var(--shadow-xl);}.ef-critical-element__num{width: 4rem;height: 4rem;border-radius: 9999px;background: var(--blue-900);color: var(--white);display: flex;align-items: center;justify-content: center;font-size: 1.5rem;font-weight: 600;flex-shrink: 0;box-shadow: var(--shadow-lg);}.ef-critical-element__icon{width: 4rem;height: 4rem;border-radius: var(--radius-lg);background: var(--blue-50);display: flex;align-items: center;justify-content: center;flex-shrink: 0;color: var(--blue-900);}.ef-critical-element__body{flex: 1;min-width: min(100%,16rem);}.ef-critical-element__body h3{margin-bottom: .5rem;color: var(--gray-900);}.ef-critical-element__body p{color: var(--gray-600);line-height: 1.65;margin: 0;}.ef-critical-cta{text-align: center;background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);border-radius: var(--radius-xl);padding: 3rem 2rem;}.ef-critical-cta h3{color: var(--white);margin-bottom: 1.5rem;}.ef-critical-cta__actions{display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;}.ef-our-expertise{background: var(--white);}.ef-expertise-grid{display: grid;gap: 2rem;}@media (min-width: 900px){.ef-expertise-grid{grid-template-columns: repeat(3,1fr);}}.ef-expertise-card{position: relative;background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-xl);padding: 2rem;box-shadow: var(--shadow-lg);overflow: hidden;transition: box-shadow .35s,color .35s;}.ef-expertise-card::before{content: '';position: absolute;inset: 0;background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);opacity: 0;transition: opacity .35s;}.ef-expertise-card:hover::before{opacity: 1;}.ef-expertise-card:hover{box-shadow: var(--shadow-2xl);}.ef-expertise-card > *{position: relative;z-index: 1;}.ef-expertise-card__icon{width: 4rem;height: 4rem;border-radius: var(--radius-lg);background: var(--blue-50);display: flex;align-items: center;justify-content: center;margin-bottom: 1.5rem;color: var(--blue-900);transition: background .35s,color .35s;}.ef-expertise-card:hover .ef-expertise-card__icon{background: rgba(255,255,255,.2);color: var(--white);}.ef-expertise-card h3{margin-bottom: .75rem;color: var(--gray-900);transition: color .35s;}.ef-expertise-card:hover h3{color: var(--white);}.ef-expertise-card > p{color: var(--gray-600);margin-bottom: 1.25rem;line-height: 1.6;transition: color .35s;}.ef-expertise-card:hover > p{color: rgba(255,255,255,.9);}.ef-expertise-card ul{list-style: none;margin-bottom: 1.25rem;}.ef-expertise-card li{display: flex;align-items: center;gap: .5rem;font-size: .875rem;color: var(--gray-600);margin-bottom: .5rem;transition: color .35s;}.ef-expertise-card li::before{content: '';width: .375rem;height: .375rem;border-radius: 9999px;background: var(--blue-600);flex-shrink: 0;transition: background .35s;}.ef-expertise-card:hover li{color: rgba(255,255,255,.9);}.ef-expertise-card:hover li::before{background: var(--white);}.ef-expertise-card__link{display: inline-flex;align-items: center;gap: .375rem;font-weight: 600;color: var(--blue-900);transition: color .35s,gap .2s;}.ef-expertise-card:hover .ef-expertise-card__link{color: var(--white);}.ef-expertise-card__link:hover{gap: .625rem;}.ef-expertise-cta{margin-top: 4rem;text-align: center;background: linear-gradient(90deg,var(--blue-900) 0%,var(--blue-800) 100%);border-radius: var(--radius-xl);padding: 3rem 2rem;}.ef-expertise-cta h3{color: var(--white);margin-bottom: .75rem;}.ef-expertise-cta p{color: rgba(255,255,255,.9);font-size: 1.125rem;margin-bottom: 1.5rem;max-width: 40rem;margin-inline: auto;}.ef-free-class-card{border-radius: var(--radius-xl);overflow: hidden;box-shadow: var(--shadow-lg);border: 1px solid var(--gray-100);}.ef-free-class-card__header{padding: 1.5rem 2rem;color: var(--white);}.ef-free-class-card__header h3{color: var(--white);margin-bottom: .25rem;}.ef-free-class-card__header p{color: rgba(255,255,255,.85);font-size: .9375rem;}.ef-free-class-card__body{padding: 2rem;background: var(--white);}.ef-free-class-card--blue .ef-free-class-card__header{background: linear-gradient(135deg,var(--blue-900),var(--blue-800));}.ef-free-class-card--amber .ef-free-class-card__header{background: linear-gradient(135deg,var(--amber-600),#b45309);}.ef-free-class-card--green .ef-free-class-card__header{background: linear-gradient(135deg,var(--green-700),var(--green-600));}.ef-free-class-card__phone{display: flex;align-items: center;gap: .5rem;color: var(--gray-700);margin-bottom: 1.25rem;font-size: .9375rem;}.ef-free-class-card__admin-hint{margin-top: .75rem;font-size: .8125rem;color: var(--gray-500);text-align: center;}.ef-btn:disabled{opacity: .55;cursor: not-allowed;transform: none;}.ef-truth-list{display: flex;flex-direction: column;gap: 1.5rem;margin-bottom: 3rem;}.ef-truth-card{display: grid;border-radius: 1rem;box-shadow: var(--shadow-lg);border: 1px solid var(--gray-100);overflow: hidden;background: var(--white);}@media (min-width: 768px){.ef-truth-card{grid-template-columns: 1fr 1fr;}}.ef-truth-card__problem{padding: 2rem;background: rgba(254,242,242,.7);border-right: 1px solid var(--gray-100);}.ef-truth-card__solution{padding: 2rem;background: linear-gradient(135deg,var(--blue-50) 0%,var(--white) 100%);}.ef-truth-card__num{width: 3rem;height: 3rem;border-radius: 9999px;background: var(--red-100);color: var(--red-700);display: flex;align-items: center;justify-content: center;font-weight: 600;flex-shrink: 0;}.ef-truth-card__header{display: flex;gap: 1rem;align-items: flex-start;margin-bottom: 1rem;}.ef-truth-card__header h3{margin-bottom: .5rem;}.ef-truth-card__label--bad,.ef-truth-card__label--good{display: flex;align-items: center;gap: .5rem;font-size: .875rem;font-weight: 500;}.ef-truth-card__label--bad{color: var(--red-600);margin-bottom: .75rem;}.ef-truth-card__label--good{color: var(--blue-600);margin-bottom: 1rem;}.ef-truth-card__problem p,.ef-truth-card__solution p{color: var(--gray-600);line-height: 1.65;}.ef-truth-cta{background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);border-radius: 1rem;padding: 2.5rem;text-align: center;color: var(--white);box-shadow: var(--shadow-2xl);}.ef-truth-cta h3{color: var(--white);margin-bottom: 1rem;}.ef-truth-cta p{color: rgba(255,255,255,.9);font-size: 1.125rem;margin-bottom: 1.5rem;}.ef-story__intro{display: grid;gap: 2.5rem;align-items: start;margin-bottom: 3rem;}@media (min-width: 1024px){.ef-story__intro{grid-template-columns: minmax(0,27.5rem) 1fr;gap: 3rem;}}.ef-story__img{aspect-ratio: 4/5;border-radius: 1rem;overflow: hidden;box-shadow: var(--shadow-2xl);}.ef-story__img img{width: 100%;height: 100%;object-fit: cover;object-position: center top;}.ef-story__intro-text p,.ef-story__continuation p{color: var(--gray-700);margin-bottom: 1rem;line-height: 1.7;}.ef-story__continuation{max-width: 42rem;margin-inline: auto;text-align: center;}.ef-story__continuation .ef-story__date:first-child{margin-top: 0;}.ef-story__cta-actions{display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;}.ef-story__date{color: var(--blue-900) !important;font-size: 1.25rem !important;font-weight: 600 !important;margin-top: 1.25rem;}.ef-story__date strong{font-weight:800;letter-spacing:.04em}.ef-story__quote{background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);border-radius: 1rem;padding: 2rem;color: var(--white);position: relative;margin-top: 2rem;border: none;text-align: left;}.ef-story__quote > .ef-icon{position: absolute;top: 1.5rem;right: 1.5rem;opacity: .2;color: var(--white);}.ef-story__quote p{font-size: 1.0625rem;font-style: italic;margin-bottom: 1rem;color: rgba(255,255,255,.95);padding-right: 2rem;}.ef-story__quote cite{color: rgba(255,255,255,.8);font-size: .875rem;font-style: normal;}.ef-story__cta-box{background: var(--gray-50);border-radius: 1rem;padding: 2rem;margin-top: 2rem;text-align: center;}.ef-story__cta-box h3{margin-bottom: 1rem;}.ef-story__cta-box > p{color: var(--gray-600);margin-bottom: 1.5rem;}.ef-guarantee-list{display: flex;flex-direction: column;gap: 2rem;}.ef-guarantee{background: var(--white);border-radius: 1rem;box-shadow: var(--shadow-lg);border: 1px solid var(--gray-100);padding: 2rem;}.ef-guarantee__icon{width: 4rem;height: 4rem;background: linear-gradient(135deg,var(--blue-600) 0%,var(--blue-700) 100%);border-radius: 1rem;display: flex;align-items: center;justify-content: center;flex-shrink: 0;box-shadow: var(--shadow-lg);color: var(--white);}.ef-guarantee__header{display: flex;gap: 1.5rem;align-items: flex-start;margin-bottom: 1.5rem;}.ef-guarantee__num{font-size: .875rem;color: var(--blue-600);margin-bottom: .25rem;font-weight: 500;}.ef-guarantee__body{display: grid;gap: 1rem;}@media (min-width: 768px){.ef-guarantee__body{grid-template-columns: 1fr 1fr;}}.ef-guarantee__problem{background: var(--red-50);border-radius: .75rem;padding: 1.5rem;}.ef-guarantee__guarantee{background: var(--blue-50);border-radius: .75rem;padding: 1.5rem;}.ef-guarantee__tag{font-size: .75rem;text-transform: uppercase;letter-spacing: .05em;font-weight: 600;margin-bottom: .5rem;}.ef-guarantee__tag--problem{color: var(--red-700);}.ef-guarantee__tag--solution{color: var(--blue-700);}.ef-guarantee__problem p,.ef-guarantee__guarantee > p{color: var(--gray-700);line-height: 1.65;}.ef-guarantee__why{background: var(--white);border-radius: .5rem;padding: 1rem;border-left: 4px solid var(--blue-600);margin-top: 1rem;}.ef-guarantee__why p{font-size: .875rem;color: var(--gray-600);font-style: italic;}.ef-service-card{border-radius: 1.5rem;overflow: hidden;box-shadow: var(--shadow-2xl);margin-bottom: 4rem;}.ef-service-card:last-child{margin-bottom: 0;}.ef-service-card--blue{background: linear-gradient(135deg,var(--blue-50) 0%,#eef2ff 100%);}.ef-service-card--amber{background: linear-gradient(135deg,var(--amber-50) 0%,#fff7ed 100%);}.ef-service-card--green{background: linear-gradient(135deg,var(--green-50) 0%,#ecfdf5 100%);}.ef-service-card__inner{display: grid;}@media (min-width: 1024px){.ef-service-card__inner{grid-template-columns: 1fr 1fr;}}.ef-service-card__content{padding: 2.5rem;}@media (min-width: 1024px){.ef-service-card__content{padding: 3rem;}}.ef-service-card__badge{display: inline-flex !important;align-items: center;gap: .75rem;margin-bottom: 1.5rem;}.ef-service-card__content h3{margin-bottom: 1.5rem;}.ef-service-card__copy{color: var(--gray-700);margin-bottom: 1.5rem;line-height: 1.65;}.ef-service-card__headline{font-size: 1.25rem;font-weight: 600;color: var(--gray-900);margin-bottom: 1rem;}.ef-service-card__list-label{font-weight: 600;color: var(--gray-900);margin-bottom: .75rem;}.ef-service-card__img{position: relative;min-height: 20rem;}@media (min-width: 1024px){.ef-service-card__img{min-height: 0;}}.ef-service-card__img img{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}.ef-service-card__img-overlay{position: absolute;inset: 0;}.ef-service-card__img-overlay--blue{background: linear-gradient(to top,rgba(30,58,110,.3) 0%,transparent 60%);}.ef-service-card__img-overlay--amber{background: linear-gradient(to top,rgba(146,64,14,.3) 0%,transparent 60%);}.ef-service-card__img-overlay--green{background: linear-gradient(to top,rgba(21,128,61,.3) 0%,transparent 60%);}.ef-service-alert{border-radius: .5rem;padding: 1rem;margin-bottom: 1rem;border-left: 4px solid;}.ef-service-alert--red{background: var(--red-100);border-color: var(--red-600);color: #7f1d1d;}.ef-service-alert--orange{background: #fff7ed;border-color: #ea580c;color: #7c2d12;}.ef-service-alert--amber{background: var(--amber-100);border-color: var(--amber-600);color: #78350f;margin-bottom: 1.5rem;}.ef-service-alert--blue{background: var(--blue-100);border-color: var(--blue-600);color: #1e3a5f;}.ef-checklist{margin: 0 0 1.5rem;}.ef-checklist li{display: flex;gap: .75rem;align-items: flex-start;margin-bottom: .625rem;font-size: .9375rem;color: var(--gray-700);}.ef-checklist__dot{width: 1.25rem;height: 1.25rem;border-radius: 9999px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;margin-top: .125rem;color: var(--white);}.ef-checklist__dot--blue{background: var(--blue-600);}.ef-checklist__dot--amber{background: var(--amber-600);}.ef-checklist__dot--green{background: var(--green-600);}.ef-info-box{background: rgba(255,255,255,.7);border-radius: .5rem;padding: 1rem;margin-bottom: 1rem;}.ef-info-box p{font-size: .9375rem;color: var(--gray-700);margin: 0;}.ef-path-intro{text-align:center;max-width:46rem;margin:0 auto 3.5rem}.ef-path-intro h2{margin-top:1.5rem}.ef-path-intro__lead{font-size:1.375rem;font-weight:700;color:var(--blue-900);margin:1.25rem 0 1.25rem}.ef-path-intro p{color:var(--gray-600);margin-bottom:1rem;line-height:1.7}.ef-path-intro p:last-child{margin-bottom:0}.ef-path{position:relative;max-width:42rem;margin:0 auto;padding-left:3.5rem}.ef-path::before{content:'';position:absolute;left:.9375rem;top:1.25rem;bottom:1.25rem;width:2px;background:#dbe4ee}.ef-path__item{position:relative;margin-bottom:1.75rem}.ef-path__item:last-child{margin-bottom:0}.ef-path__marker{position:absolute;left:-3.5rem;top:1.15rem;width:2rem;height:2rem;border-radius:9999px;background:var(--blue-900);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;z-index:1}.ef-path__dot{position:absolute;left:-3.5rem;top:.35rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;z-index:1}.ef-path__dot::after{content:'';width:.625rem;height:.625rem;border-radius:9999px;background:#93c5fd}.ef-path__card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:1rem;padding:1.5rem 1.75rem}.ef-path__card h3{color:var(--blue-900);margin-bottom:1rem;font-size:1.125rem}.ef-path__card ul{list-style:none;padding:0;margin:0}.ef-path__card li{position:relative;padding-left:1.25rem;margin-bottom:.625rem;color:var(--gray-700);line-height:1.55}.ef-path__card li:last-child{margin-bottom:0}.ef-path__card li::before{content:'';position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;border-radius:9999px;background:var(--blue-600)}.ef-path__note-label{font-weight:700;color:var(--gray-700);margin-bottom:.25rem}.ef-path__note p{color:var(--gray-600);margin:0;line-height:1.65}.ef-path__summary{max-width:42rem;margin:2.5rem auto 0;background:var(--blue-900);color:var(--white);border-radius:1rem;padding:2rem 2.25rem;text-align:center}.ef-path__summary p{color:rgba(255,255,255,.95);margin-bottom:.75rem;line-height:1.6}.ef-path__summary p:last-child{margin-bottom:0}.ef-path__cta{text-align:center;margin-top:1.75rem}.ef-workshop-teaser{max-width:48rem;margin:0 auto;text-align:center;background:#eef2f7;border-radius:1.25rem;padding:3rem 2rem}@media (min-width:768px){.ef-workshop-teaser{padding:3.25rem 3.5rem}}.ef-workshop-teaser h2{color:var(--blue-900);margin-bottom:1rem}.ef-workshop-teaser p{color:var(--gray-600);max-width:38rem;margin:0 auto 1.75rem;line-height:1.7}.ef-testimonial{background: var(--white);border-radius: 1rem;border: 1px solid var(--gray-100);box-shadow: var(--shadow-lg);padding: 2rem;position: relative;transition: box-shadow var(--transition);}.ef-testimonial:hover{box-shadow: var(--shadow-xl);}.ef-testimonial__quote-bg{position: absolute;top: 1.5rem;right: 1.5rem;opacity: .08;color: var(--blue-900);pointer-events: none;}.ef-testimonial__stars{display: flex;gap: .25rem;margin-bottom: 1rem;}.ef-star-filled{fill: #f59e0b;stroke: none;}.ef-testimonial__text{color: var(--gray-700);margin-bottom: 1.5rem;font-style: italic;position: relative;z-index: 1;line-height: 1.65;}.ef-testimonial__author{display: flex;flex-direction: column;gap: .125rem;}.ef-testimonial__name{color: var(--gray-900);font-weight: 600;font-size: .9375rem;}.ef-testimonials__stats{margin-top: 4rem;}.ef-testimonials__stats--compact{margin-top: 2.5rem;}.ef-testimonials-carousel{width: 100%;max-width: 72rem;margin-inline: auto;}.ef-testimonials-carousel__frame{display: flex;align-items: center;gap: 1rem;}@media (min-width: 768px){.ef-testimonials-carousel__frame{gap: 1.5rem;}}.ef-testimonials-carousel__viewport{position: relative;flex: 1;min-width: 0;min-height: 12rem;}.ef-testimonial--slide{transition: opacity .4s ease,transform .4s ease;}.ef-testimonial--slide[hidden]{display: none;}.ef-testimonial--slide.is-active{animation: efReviewFadeIn .45s ease;}.ef-testimonials-carousel .ef-testimonial--slide{padding: 2.5rem;}@media (min-width: 768px){.ef-testimonials-carousel .ef-testimonial--slide{padding: 3rem;}}@keyframes efReviewFadeIn{from{opacity: 0;transform: translateY(.5rem);}to{opacity: 1;transform: translateY(0);}}@media (prefers-reduced-motion: reduce){.ef-testimonial--slide.is-active{animation: none;}}.ef-testimonials-carousel__btn{width: 2.75rem;height: 2.75rem;border-radius: 9999px;border: 1px solid var(--gray-200);background: var(--white);color: var(--blue-900);display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background var(--transition),border-color var(--transition),box-shadow var(--transition);flex-shrink: 0;align-self: center;}@media (min-width: 768px){.ef-testimonials-carousel__btn{width: 3rem;height: 3rem;}}.ef-testimonials-carousel__btn:hover{background: var(--blue-50);border-color: var(--blue-200);box-shadow: var(--shadow-md);}.ef-stat-item{text-align: center;}.ef-stat-item__value{font-family: 'DM Sans',sans-serif;font-size: 2.25rem;font-weight: 600;color: var(--blue-900);margin-bottom: .5rem;letter-spacing: -0.02em;}.ef-stat-item__label{font-size: .875rem;color: var(--gray-600);}.ef-home-locations{background: var(--white);}.ef-home-locations__lead{margin-top: 1rem;color: var(--gray-600);font-size: 1.125rem;max-width: 40rem;margin-inline: auto;}.ef-home-locations__grid{margin-bottom: 0;}.ef-locations-page__grid{margin-bottom: 3rem;}.ef-location-showcase{background: var(--white);border-radius: var(--radius-xl);overflow: hidden;box-shadow: var(--shadow-lg);border: 1px solid var(--gray-100);display: flex;flex-direction: column;height: 100%;}.ef-location-showcase__media{position: relative;aspect-ratio: 16 / 10;overflow: hidden;background: var(--gray-200);}.ef-location-showcase__media--placeholder{background: linear-gradient(135deg,var(--blue-800) 0%,var(--blue-900) 100%);}.ef-location-showcase__media img{width: 100%;height: 100%;object-fit: cover;}.ef-location-showcase__media::after{content: '';position: absolute;inset: 0;background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 65%);pointer-events: none;}.ef-location-showcase__state{position: absolute;left: 1.25rem;bottom: 1rem;z-index: 1;margin: 0;color: var(--white);font-size: 2rem;font-weight: 700;line-height: 1.1;}.ef-location-showcase__body{display: flex;flex-direction: column;flex: 1;padding: 1.5rem;}.ef-location-showcase__details{list-style: none;margin: 0 0 1.5rem;padding: 0;display: grid;gap: 1rem;flex: 1;}.ef-location-showcase__details li{display: flex;gap: .75rem;align-items: flex-start;color: var(--blue-900);font-size: .9375rem;line-height: 1.5;}.ef-location-showcase__icon{flex-shrink: 0;color: var(--blue-600);margin-top: .125rem;}.ef-location-showcase__details a{color: var(--blue-900);transition: color var(--transition);}.ef-location-showcase__details a:hover{color: var(--blue-700);}.ef-location-showcase__media-link{display: block;color: inherit;text-decoration: none;}.ef-location-showcase__media-link:hover .ef-location-showcase__state{text-decoration: underline;text-underline-offset: .2em;}.ef-location-showcase__more{display: inline-flex;align-items: center;justify-content: center;gap: .35rem;margin-top: 1rem;color: var(--blue-600);font-size: .9375rem;font-weight: 600;transition: color var(--transition);}.ef-location-showcase__more:hover{color: var(--blue-800);}.ef-location-showcase__admin-hint{margin-top: .75rem;font-size: .8125rem;color: var(--gray-500);text-align: center;}.ef-location-hero{position: relative;margin-top: -4.5rem;min-height: 28rem;display: flex;align-items: center;overflow: hidden;}@media (min-width: 1024px){.ef-location-hero{margin-top: -5rem;min-height: 32rem;}}.ef-location-hero__bg{position: absolute;inset: 0;background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);}.ef-location-hero__bg img{width: 100%;height: 100%;object-fit: cover;}.ef-location-hero__overlay{position: absolute;inset: 0;background: linear-gradient( to right,rgba(13,27,62,.92) 0%,rgba(13,27,62,.82) 50%,rgba(26,45,90,.72) 100% );}.ef-location-hero__content{position: relative;z-index: 1;width: 100%;padding-block: 6.5rem 4rem;}@media (min-width: 1024px){.ef-location-hero__content{padding-block: 7.5rem 5rem;}}.ef-location-hero__inner{max-width: 52rem;}.ef-location-hero h1{color: var(--white);margin-bottom: 1.25rem;font-size: clamp(2.25rem,4.5vw,3rem);font-weight: 600;line-height: 1.15;}.ef-location-hero p{color: rgba(255,255,255,.9);font-size: 1.25rem;line-height: 1.7;max-width: 40rem;}.ef-location-office-panel{background: var(--gray-50);}.ef-location-office-panel__card{background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-2xl);box-shadow: var(--shadow-xl);padding: 2.5rem 1.75rem;overflow: hidden;}@media (min-width: 768px){.ef-location-office-panel__card{padding: 3.5rem 3rem;}}.ef-location-office-panel__header{text-align: center;margin-bottom: 2.5rem;}.ef-location-office-panel__header h2{font-size: clamp(2rem,4vw,2.75rem);color: var(--blue-900);margin-block: 1rem .75rem;}.ef-location-office-panel__tagline{font-size: 1.125rem;color: var(--gray-600);max-width: 40rem;margin-inline: auto;}.ef-location-office-panel__grid{display: grid;gap: 2rem;margin-bottom: 2.5rem;}@media (min-width: 768px){.ef-location-office-panel__grid{grid-template-columns: repeat(3,1fr);gap: 2.5rem;}}.ef-location-office-panel__item{text-align: center;padding: 1.75rem 1.25rem;background: linear-gradient(135deg,var(--blue-50) 0%,#eef2ff 100%);border-radius: var(--radius-xl);}.ef-location-office-panel__icon{display: inline-flex;align-items: center;justify-content: center;width: 4rem;height: 4rem;margin-bottom: 1rem;background: var(--white);color: var(--blue-800);border-radius: 9999px;box-shadow: var(--shadow-lg);}.ef-location-office-panel__label{display: block;font-size: .75rem;font-weight: 600;letter-spacing: .08em;text-transform: uppercase;color: var(--gray-500);margin-bottom: .5rem;}.ef-location-office-panel__value{font-size: 1.125rem;font-weight: 500;color: var(--gray-900);line-height: 1.5;}@media (min-width: 768px){.ef-location-office-panel__value{font-size: 1.25rem;}}.ef-location-office-panel__value a{color: var(--blue-800);transition: color var(--transition);}.ef-location-office-panel__value a:hover{color: var(--blue-600);}.ef-location-office-panel__actions{display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;}.ef-location-cta{background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);text-align: center;}.ef-location-cta h2{color: var(--white);margin-bottom: 1.5rem;}.ef-location-cta p{color: rgba(255,255,255,.9);font-size: 1.25rem;margin-bottom: 2rem;max-width: 44rem;margin-inline: auto;}.ef-location-cta__stats{max-width: 56rem;margin: 0 auto 2.5rem;}.ef-location-cta__note{font-size: .9375rem !important;color: rgba(255,255,255,.75) !important;margin-top: 1.25rem;margin-bottom: 0 !important;}.ef-locations-grid{margin-bottom: 2rem;}.ef-location-card{background: linear-gradient(135deg,var(--blue-50) 0%,#eef2ff 100%);border-radius: 1rem;border: 1px solid var(--blue-100);box-shadow: var(--shadow-lg);padding: 2rem;transition: box-shadow var(--transition);}.ef-location-card:hover{box-shadow: var(--shadow-xl);}.ef-location-card__icon{width: 4rem;height: 4rem;border-radius: 9999px;background: var(--blue-600);display: flex;align-items: center;justify-content: center;margin-bottom: 1.5rem;color: var(--white);}.ef-location-card h3{margin-bottom: 1.5rem;}.ef-location-card__detail{display: flex;gap: .75rem;align-items: flex-start;margin-bottom: 1rem;color: var(--blue-600);}.ef-location-card__detail p{color: var(--gray-600);margin: 0;}.ef-location-card__detail a{color: var(--blue-600);transition: color var(--transition);}.ef-location-card__detail a:hover{color: var(--blue-700);}.ef-virtual-cta{background: linear-gradient(135deg,var(--green-50) 0%,#ecfdf5 100%);border: 1px solid var(--green-100);border-radius: 1rem;padding: 2rem;text-align: center;box-shadow: var(--shadow-lg);margin-top: 2rem;}.ef-virtual-cta__icon{width: 4rem;height: 4rem;border-radius: 9999px;background: var(--green-600);display: flex;align-items: center;justify-content: center;margin: 0 auto 1rem;color: var(--white);}.ef-virtual-cta h3{margin-bottom: .75rem;}.ef-virtual-cta > p{color: var(--gray-600);max-width: 32rem;margin: 0 auto 1.5rem;}.ef-final-cta{position: relative;padding-block: 8rem;overflow: hidden;}.ef-final-cta__bg{position: absolute;inset: 0;}.ef-final-cta__bg img{width: 100%;height: 100%;object-fit: cover;}.ef-final-cta__overlay{position: absolute;inset: 0;background: linear-gradient(to right,rgba(13,27,62,.97) 0%,rgba(26,45,90,.93) 100%);}.ef-final-cta__inner{position: relative;z-index: 1;text-align: center;max-width: 62rem;margin-inline: auto;}.ef-final-cta h2{color: var(--white);margin-bottom: 1.5rem;}.ef-final-cta__sub1{font-size: 1.5rem;color: rgba(255,255,255,.9);margin-bottom: 1rem;}.ef-final-cta__sub2{font-size: 1.125rem;color: rgba(255,255,255,.8);margin-bottom: 3rem;}.ef-final-cta__box{background: rgba(255,255,255,.1);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);border: 1px solid rgba(255,255,255,.2);border-radius: 1rem;padding: 2.5rem;margin-bottom: 3rem;}.ef-final-cta__box > h3{color: var(--white);margin-bottom: 2rem;}.ef-final-cta__options{display: grid;gap: 1.5rem;}@media (min-width: 768px){.ef-final-cta__options{grid-template-columns: 1fr 1fr;}}.ef-final-cta__option{background: var(--white);border-radius: 1rem;padding: 2rem;text-align: left;}.ef-final-cta__option-num{width: 3rem;height: 3rem;border-radius: 9999px;display: flex;align-items: center;justify-content: center;font-weight: 600;margin-bottom: 1rem;}.ef-final-cta__option-num--blue{background: var(--blue-100);color: var(--blue-900);}.ef-final-cta__option-num--green{background: var(--green-100);color: var(--green-700);}.ef-final-cta__option h3{margin-bottom: .75rem;}.ef-final-cta__option p{color: var(--gray-600);font-size: .9375rem;margin-bottom: 1.5rem;line-height: 1.65;}.ef-btn--outline-green{border-color: var(--green-600) !important;color: var(--green-700) !important;}.ef-btn--outline-green:hover{background: var(--green-50) !important;}.ef-final-cta__closing{color: rgba(255,255,255,.9);}.ef-final-cta__closing p{font-size: 1.0625rem;margin-bottom: .5rem;}.ef-final-cta__closing .ef-text-xl{font-size: 1.25rem;margin-bottom: .75rem;}.ef-footer{background: linear-gradient(to bottom,#111827 0%,#000 100%);color: var(--white);}.ef-footer__main{padding-block: 4rem;}.ef-footer__grid{display: grid;gap: 2.5rem;}@media (min-width: 900px){.ef-footer__grid{grid-template-columns: minmax(16rem,22rem) minmax(0,1fr);gap: 3.5rem;align-items: start;}}.ef-footer__brand-col{max-width: 22rem;}.ef-footer__logo-mark{width: 3rem;height: 3rem;border-radius: .5rem;background: var(--white);display: flex;align-items: center;justify-content: center;overflow: hidden;flex-shrink: 0;padding: .15rem;}.ef-footer__logo-mark img{width: 100%;height: 100%;object-fit: contain;display: block;}.ef-footer__brand{display: flex;gap: .75rem;align-items: center;margin-bottom: 1.5rem;}.ef-footer__brand-name{color: var(--white);font-family: 'DM Sans',sans-serif;font-size: 1rem;font-weight: 700;}.ef-footer__brand-sub{font-size: .8125rem;color: var(--gray-400);}.ef-footer__desc{color: var(--gray-400);margin-bottom: 1.5rem;font-size: .9375rem;}.ef-footer__social-block{margin-top: .25rem;}.ef-footer__social-block h4{margin-bottom: .75rem;}.ef-footer h4{color: var(--white);margin-bottom: .75rem;font-size: .9375rem;}.ef-footer__menus{display: flex;flex-direction: column;gap: 1.75rem;min-width: 0;}.ef-footer__menu-block + .ef-footer__menu-block{padding-top: 1.75rem;border-top: 1px solid rgba(255,255,255,.1);}.ef-footer__inline-links{display: flex;flex-wrap: wrap;gap: .5rem .25rem;list-style: none;margin: 0;padding: 0;}.ef-footer__inline-links li{display: inline-flex;align-items: center;margin: 0;}.ef-footer__inline-links li:not(:last-child)::after{content: '·';color: var(--gray-600);margin-inline: .5rem;pointer-events: none;}.ef-footer__inline-links a{color: var(--gray-400);font-size: .9375rem;transition: color var(--transition);}.ef-footer__inline-links a:hover{color: var(--white);}.ef-footer__socials{display: flex;flex-wrap: wrap;gap: .75rem;}.ef-footer__social-btn{width: 2.5rem;height: 2.5rem;border-radius: 9999px;background: rgba(255,255,255,.1);display: flex;align-items: center;justify-content: center;color: var(--white);transition: background var(--transition);}.ef-footer__social-btn:hover{background: var(--blue-600);}.ef-footer__bottom{border-top: 1px solid rgba(255,255,255,.1);padding-block: 1.5rem;}.ef-footer__bottom-inner{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: 1rem;font-size: .875rem;color: var(--gray-400);}.ef-footer__bottom-links{display: flex;gap: 1.5rem;flex-wrap: wrap;}.ef-footer__bottom-links a{color: var(--gray-400);transition: color var(--transition);}.ef-footer__bottom-links a:hover{color: var(--white);}.ef-page-hero{background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);color: var(--white);padding-block: 6rem;text-align: center;}.ef-page-hero p.ef-page-hero__kicker{color: rgba(255, 255, 255, .78);font-size: .9375rem;font-weight: 400;line-height: 1.5;letter-spacing: .01em;max-width: 40rem;margin: 0 auto .75rem;}.ef-page-hero h1{color: var(--white);margin-bottom: 1.5rem;}.ef-page-hero p:not(.ef-page-hero__kicker){font-size: 1.25rem;color: rgba(255,255,255,.9);max-width: 44rem;margin-inline: auto;margin-bottom: 2rem;}.ef-legal-content{max-width: 48rem;margin-inline: auto;color: var(--gray-700);font-size: 1rem;line-height: 1.75;}.ef-legal-content__updated{color: var(--gray-600);margin-bottom: 2rem;}.ef-legal-content h2{color: var(--blue-900);font-size: 1.375rem;margin-top: 2.5rem;margin-bottom: 1rem;}.ef-legal-content h2:first-of-type{margin-top: 0;}.ef-legal-content p{margin-bottom: 1rem;}.ef-legal-content ul{margin: 0 0 1.25rem 1.25rem;padding: 0;}.ef-legal-content li{margin-bottom: .5rem;}.ef-legal-content a{color: var(--blue-600);transition: color var(--transition);}.ef-legal-content a:hover{color: var(--blue-800);}.ef-legal-content__address{font-style: normal;margin-top: 1rem;line-height: 1.8;}.ef-legal-content__entity{color: var(--gray-500);font-size: .9375rem;margin-bottom: 2rem;}.ef-legal-page{background: var(--gray-50);}.ef-legal-page__layout{display: grid;gap: 2.5rem;align-items: start;}@media (min-width: 1024px){.ef-legal-page__layout{grid-template-columns: 16rem minmax(0,1fr);gap: 3rem;}}.ef-legal-page__toc{background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-xl);padding: 1.5rem;box-shadow: var(--shadow-md);}@media (min-width: 1024px){.ef-legal-page__toc{position: sticky;top: 6.5rem;}}.ef-legal-page__toc-title{margin: 0 0 1rem;font-size: .8125rem;text-transform: uppercase;letter-spacing: .1em;font-weight: 700;color: var(--blue-900);}.ef-legal-page__toc ul{list-style: none;margin: 0;padding: 0;display: grid;gap: .5rem;}.ef-legal-page__toc a{display: block;padding: .5rem .75rem;border-radius: var(--radius-md);color: var(--gray-600);font-size: .9375rem;line-height: 1.4;transition: background var(--transition),color var(--transition);}.ef-legal-page__toc a:hover{background: var(--blue-50);color: var(--blue-900);}.ef-legal-page .ef-legal-content{max-width: none;margin-inline: 0;background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-xl);padding: 2rem;box-shadow: var(--shadow-md);}@media (min-width: 768px){.ef-legal-page .ef-legal-content{padding: 2.5rem 3rem;}}.ef-legal-contact-card{display: flex;gap: 1.25rem;align-items: flex-start;margin-top: 1.5rem;padding: 1.5rem;border-radius: var(--radius-lg);background: linear-gradient(135deg,var(--blue-50) 0%,#eef2ff 100%);border: 1px solid var(--blue-100);}.ef-legal-contact-card__icon{flex-shrink: 0;width: 3rem;height: 3rem;border-radius: 9999px;display: flex;align-items: center;justify-content: center;background: var(--blue-900);color: var(--white);}.ef-legal-contact-card__title{margin: 0 0 .5rem;font-weight: 700;color: var(--blue-900);}.ef-legal-contact-card .ef-legal-content__address{margin-top: 0;}.ef-page-hero .ef-badge--light{margin-bottom: 1rem;}.ef-about-mission{display: grid;gap: 1.5rem;margin-bottom: 2rem;}@media (min-width: 768px){.ef-about-mission{grid-template-columns: 1fr 1fr;}}.ef-about-mission__col{padding: 2rem;border-radius: var(--radius-lg);}.ef-about-mission__col--dark{background: var(--blue-900);color: var(--white);}.ef-about-mission__col--dark h3{color: var(--white);}.ef-about-mission__col--light{background: var(--blue-50);}.ef-about-mission__col li{display: flex;gap: .75rem;margin-bottom: .75rem;font-size: .9375rem;}.ef-about-mission__col--dark li{color: rgba(255,255,255,.9);}.ef-about-mission__col svg{flex-shrink: 0;margin-top: .125rem;}.ef-team-grid{display:grid;gap:2rem}@media (min-width: 768px){.ef-team-grid{grid-template-columns:repeat(3,1fr)}}.ef-team-card{background: var(--white);border-radius: var(--radius-xl);overflow: hidden;box-shadow: var(--shadow-lg);border: 1px solid var(--gray-100);}.ef-team-card__img{aspect-ratio: 4/5;overflow: hidden;}.ef-team-card__img img{width: 100%;height: 100%;object-fit: cover;object-position: center top;transition: transform .4s;}.ef-team-card:hover .ef-team-card__img img{transform: scale(1.03);}.ef-team-card__body{padding: 1.5rem;}.ef-team-card__name{font-weight: 700;color: var(--gray-900);font-size: 1.0625rem;margin-bottom: .25rem;}.ef-team-card__title{color: var(--blue-600);font-size: .875rem;margin-bottom: 1rem;}.ef-team-card__bio{color: var(--gray-600);font-size: .9375rem;margin-bottom: 1rem;}.ef-team-card__tags{display: flex;flex-wrap: wrap;gap: .5rem;}.ef-team-card__tag{background: var(--blue-50);color: var(--blue-900);font-size: .75rem;padding: .25rem .75rem;border-radius: 9999px;}.ef-team-card__placeholder{width: 100%;height: 100%;min-height: 16rem;display: flex;align-items: center;justify-content: center;background: var(--blue-100);color: var(--blue-900);font-size: 3rem;font-weight: 700;}.ef-team-card .ef-bio-trigger{margin-top: .5rem;}.ef-employee-featured{display:flex;flex-direction:column;max-width:22rem;width:100%;margin-inline:auto;background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100)}.ef-employee-featured__img{overflow:hidden;background:var(--gray-100);aspect-ratio:2 / 3}.ef-employee-featured__img img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.ef-employee-featured__body{padding:1.25rem 1.5rem 1.5rem}.ef-employee-featured__name{font-size:1.25rem;color:var(--blue-900);margin-bottom:.25rem}.ef-employee-featured__title{color:var(--blue-600);font-weight:600;margin-bottom:0}.ef-employee-featured .ef-bio-trigger{margin-top:.75rem}body.ef-modal-open{overflow: hidden;}.ef-modal[hidden]{display: none !important;}.ef-modal{position: fixed;inset: 0;z-index: 10000;display: flex;align-items: center;justify-content: center;padding: 1.25rem;}.ef-modal__backdrop{position: absolute;inset: 0;background: rgba(15,23,42,.65);}.ef-modal__dialog{position: relative;z-index: 1;width: min(40rem,100%);max-height: min(90vh,44rem);overflow: auto;background: var(--white);border-radius: var(--radius-xl);box-shadow: var(--shadow-xl);}.ef-modal__close{position: absolute;top: .75rem;right: .75rem;z-index: 2;width: 2.5rem;height: 2.5rem;border: 0;border-radius: .5rem;background: rgba(255,255,255,.9);color: var(--gray-700);display: flex;align-items: center;justify-content: center;cursor: pointer;}.ef-modal__close:hover{background: var(--white);color: var(--blue-900);}.ef-modal__media{aspect-ratio: 16/10;background: var(--blue-100);overflow: hidden;}.ef-modal__media img{width: 100%;height: 100%;object-fit: cover;}.ef-modal__content{padding: 1.75rem 2rem 2rem;}.ef-modal__content h3{color: var(--blue-900);margin-bottom: .25rem;}.ef-modal__title{color: var(--blue-600);font-weight: 600;margin-bottom: 1rem;}.ef-modal__bio{color: var(--gray-700);line-height: 1.7;white-space: pre-wrap;}.ef-values-grid{display: grid;gap: 1.5rem;}@media (min-width: 768px){.ef-values-grid{grid-template-columns: repeat(2,1fr);}}.ef-value-card{background: var(--blue-50);border-radius: var(--radius-lg);padding: 2rem;}.ef-value-card__icon{width: 3rem;height: 3rem;background: var(--blue-900);border-radius: .5rem;display: flex;align-items: center;justify-content: center;margin-bottom: 1rem;}.ef-value-card__icon svg{color: var(--white);}.ef-value-card h4{margin-bottom: .5rem;}.ef-services-section-divider{height: 4px;background: linear-gradient(to right,var(--blue-600),var(--blue-900));border-radius: 9999px;margin-block: 4rem;}.ef-page-hero--services{position: relative;overflow: hidden;}.ef-page-hero__pattern{position: absolute;inset: 0;opacity: .1;background-image: radial-gradient(circle at 1px 1px,var(--white) 1px,transparent 0);background-size: 40px 40px;pointer-events: none;}.ef-services-split{padding-block: 5rem;background: var(--white);}.ef-services-split--alt{background: linear-gradient(180deg,var(--white) 0%,var(--gray-50) 100%);}.ef-services-split__grid{display: grid;gap: 3rem;align-items: center;}@media (min-width: 1024px){.ef-services-split__grid{grid-template-columns: minmax(0,1fr) minmax(0,1fr);gap: 4rem;}.ef-services-split__grid--reverse .ef-services-split__media{order: 2;}.ef-services-split__grid--reverse .ef-services-split__content{order: 1;}}.ef-services-split__media{position: relative;border-radius: var(--radius-2xl);overflow: hidden;box-shadow: var(--shadow-2xl);}.ef-services-split__media img{display: block;width: 100%;height: auto;object-fit: cover;}.ef-services-split__media-overlay{position: absolute;inset: 0;background: linear-gradient(to top,rgba(13,27,62,.2) 0%,transparent 45%);pointer-events: none;}.ef-services-split__content h2{color: var(--blue-900);font-size: clamp(1.875rem,3.5vw,2.5rem);margin-bottom: 1rem;}.ef-services-split__subtitle{font-size: 1.25rem;font-weight: 500;color: var(--gray-700);line-height: 1.6;margin-bottom: 1.5rem;}.ef-services-split__body h3{color: var(--gray-900);font-size: 1.25rem;margin-block: 1.5rem .75rem;}.ef-services-split__body h3:first-child{margin-top: 0;}.ef-services-split__body p{color: var(--gray-700);line-height: 1.75;margin-bottom: 1rem;}.ef-services-split__body p:last-child{margin-bottom: 0;}.ef-services-split__cta{margin-top: 2.5rem;text-align: center;}.ef-call-us{background: var(--gray-50);}.ef-call-us__header{text-align: center;max-width: 36rem;margin-inline: auto;margin-bottom: 2.5rem;}.ef-call-us__header h2{color: var(--blue-900);margin-block: 1rem .75rem;}.ef-call-us__header p{color: var(--gray-600);font-size: 1.125rem;line-height: 1.6;}.ef-call-us__grid{display: grid;gap: 1.25rem;grid-template-columns: repeat(auto-fit,minmax(11rem,1fr));}@media (min-width: 768px){.ef-call-us__grid{grid-template-columns: repeat(2,minmax(0,1fr));}}@media (min-width: 1024px){.ef-call-us__grid{grid-template-columns: repeat(3,minmax(0,1fr));}}@media (min-width: 1280px){.ef-call-us__grid{grid-template-columns: repeat(5,minmax(0,1fr));}}.ef-call-us__card{display: flex;flex-direction: column;align-items: center;text-align: center;gap: .75rem;padding: 1.75rem 1.25rem;background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-xl);box-shadow: var(--shadow-lg);transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition);}.ef-call-us__card:hover{transform: translateY(-2px);box-shadow: var(--shadow-xl);border-color: var(--blue-100);}.ef-call-us__icon{display: inline-flex;align-items: center;justify-content: center;width: 3.5rem;height: 3.5rem;background: linear-gradient(135deg,var(--blue-50) 0%,#eef2ff 100%);color: var(--blue-800);border-radius: 9999px;}.ef-call-us__state{font-size: .75rem;font-weight: 600;letter-spacing: .08em;text-transform: uppercase;color: var(--gray-500);}.ef-call-us__phone{font-size: 1.125rem;font-weight: 600;color: var(--blue-900);line-height: 1.3;white-space: nowrap;}@media (min-width: 1280px){.ef-call-us__phone{font-size: 1rem;}}@media (min-width: 1440px){.ef-call-us__phone{font-size: 1.125rem;}}.ef-services-cta{position: relative;overflow: hidden;background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);text-align: center;}.ef-services-cta .ef-page-hero__pattern{z-index: 0;}.ef-services-cta__inner{position: relative;z-index: 1;max-width: 44rem;margin-inline: auto;}.ef-services-cta h2{color: var(--white);margin-bottom: 1.25rem;}.ef-services-cta p{color: rgba(255,255,255,.9);font-size: 1.25rem;line-height: 1.7;margin-bottom: 2rem;}.ef-services-cta__actions{display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;}.ef-class-video-thumb{position: relative;border-radius: var(--radius-xl);overflow: hidden;aspect-ratio: 16/9;}.ef-class-video-thumb img{width: 100%;height: 100%;object-fit: cover;}.ef-class-video-overlay{position: absolute;inset: 0;background: rgba(0,0,0,.35);display: flex;align-items: center;justify-content: center;}.ef-class-play-btn{width: 5rem;height: 5rem;border-radius: 9999px;background: var(--white);display: flex;align-items: center;justify-content: center;box-shadow: var(--shadow-xl);}.ef-class-play-btn svg{color: var(--blue-900);}.ef-module-grid{display: grid;gap: 1.5rem;}@media (min-width: 768px){.ef-module-grid{grid-template-columns: repeat(2,1fr);}}.ef-module-card{background: var(--white);border-radius: var(--radius-lg);border: 1px solid var(--gray-100);box-shadow: var(--shadow-lg);padding: 1.5rem;}.ef-module-card__num{font-size: .75rem;color: var(--blue-600);text-transform: uppercase;letter-spacing: .1em;font-weight: 600;margin-bottom: .5rem;}.ef-reviews-panel{background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-2xl);box-shadow: var(--shadow-lg);overflow: hidden;margin-bottom: 2rem;}.ef-testimonial--row{display: grid;gap: 1rem;padding: 1.25rem 1.5rem;border: none;border-radius: 0;box-shadow: none;border-bottom: 1px solid var(--gray-100);transition: background var(--transition);}.ef-testimonial--row:last-child{border-bottom: none;}.ef-testimonial--row:hover{box-shadow: none;background: var(--gray-50);}@media (min-width: 768px){.ef-testimonial--row{grid-template-columns: 10.5rem minmax(0,1fr);gap: 1.5rem 2rem;align-items: start;padding: 1.5rem 2rem;}}.ef-testimonial--row .ef-testimonial__aside{display: flex;flex-direction: column;gap: .875rem;}.ef-testimonial--row .ef-testimonial__author{align-items: flex-start;}.ef-testimonial--row .ef-testimonial__text{margin: 0;font-size: 1.0625rem;line-height: 1.7;border-left: 3px solid var(--blue-100);padding-left: 1.25rem;}@media (min-width: 768px){.ef-testimonial--row .ef-testimonial__text{padding-left: 1.5rem;font-size: 1.125rem;}}.ef-pagination{margin-top: 3rem;display: flex;justify-content: center;}.ef-pagination .page-numbers{display: inline-flex;align-items: center;justify-content: center;min-width: 2.75rem;height: 2.75rem;padding-inline: .875rem;margin: 0 .25rem;border-radius: var(--radius-lg);font-size: .9375rem;font-weight: 500;color: var(--gray-700);background: var(--white);border: 1px solid var(--gray-100);transition: background var(--transition),color var(--transition),border-color var(--transition);}.ef-pagination .page-numbers:hover{border-color: var(--blue-100);color: var(--blue-900);}.ef-pagination .page-numbers.current{background: var(--blue-900);border-color: var(--blue-900);color: var(--white);}.ef-pagination .page-numbers.dots{border: none;background: transparent;min-width: auto;padding-inline: .5rem;}.ef-pagination ul{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: .25rem;list-style: none;margin: 0;padding: 0;}.ef-pagination li{margin: 0;}.ef-blog-grid{display: grid;gap: 2rem;}@media (min-width: 768px){.ef-blog-grid{grid-template-columns: repeat(2,1fr);}}@media (min-width: 1024px){.ef-blog-grid{grid-template-columns: repeat(3,1fr);}}.ef-blog-card{background: var(--white);border-radius: var(--radius-xl);border: 1px solid var(--gray-100);box-shadow: var(--shadow-lg);overflow: hidden;transition: box-shadow var(--transition);}.ef-blog-card:hover{box-shadow: var(--shadow-xl);}.ef-blog-card__img{aspect-ratio: 16/9;overflow: hidden;}.ef-blog-card__img img{width: 100%;height: 100%;object-fit: cover;transition: transform .4s;}.ef-blog-card:hover .ef-blog-card__img img{transform: scale(1.04);}.ef-blog-card__body{padding: 1.5rem;}.ef-blog-card__meta{display: flex;gap: 1rem;font-size: .8125rem;color: var(--gray-500);margin-bottom: .75rem;}.ef-blog-card__cat{background: var(--blue-100);color: var(--blue-900);font-size: .75rem;font-weight: 600;padding: .2rem .75rem;border-radius: 9999px;}.ef-blog-card h3{font-size: 1.125rem;margin-bottom: .75rem;color: var(--gray-900);transition: color var(--transition);}.ef-blog-card:hover h3{color: var(--blue-900);}.ef-blog-card__excerpt{color: var(--gray-600);font-size: .9375rem;margin-bottom: 1.25rem;}.ef-blog-card__link{color: var(--blue-600);font-size: .9375rem;font-weight: 500;display: inline-flex;align-items: center;gap: .375rem;transition: gap var(--transition);}.ef-blog-card__link:hover{gap: .625rem;}.ef-single{max-width: 48rem;margin-inline: auto;padding-block: 4rem;}.ef-single__header{margin-bottom: 2rem;}.ef-single__meta{font-size: .875rem;color: var(--gray-500);margin-bottom: 1.5rem;}.ef-single__featured{border-radius: var(--radius-xl);overflow: hidden;margin-bottom: 2.5rem;aspect-ratio: 16/9;}.ef-single__featured img{width: 100%;height: 100%;object-fit: cover;}.ef-single__content{color: var(--gray-700);font-size: 1.0625rem;line-height: 1.8;}.ef-single__content h2,.ef-single__content h3{margin-block: 2rem 1rem;color: var(--gray-900);}.ef-single__content p{margin-bottom: 1.5rem;}.ef-single__content a{color: var(--blue-600);text-decoration: underline;}.ef-single__content ul,.ef-single__content ol{margin-left: 1.5rem;margin-bottom: 1.5rem;}.ef-single__content li{margin-bottom: .5rem;}.ef-single__back{margin-top: 3rem;padding-top: 2rem;border-top: 1px solid var(--gray-100);}.ef-single__back a{color: var(--blue-600);display: inline-flex;align-items: center;gap: .5rem;font-weight: 500;}.ef-single__back a:hover{color: var(--blue-800);}.ef-related-posts__grid{max-width: 64rem;margin-inline: auto;}@media (min-width: 1024px){.ef-related-posts__grid{grid-template-columns: repeat(3,minmax(0,1fr));}}.ef-contact-form-wrap{max-width: 42rem;margin-inline: auto;}.ef-ghl-embed{width: 100%;min-height: 24rem;}.ef-ghl-embed iframe{display: block;width: 100%;max-width: 100%;border: 0;min-height: 24rem;}.ef-virtual-box{background: linear-gradient(135deg,var(--blue-50) 0%,var(--white) 100%);border: 1px solid var(--blue-100);border-radius: var(--radius-xl);padding: 2rem;box-shadow: var(--shadow-lg);margin-bottom: 2rem;}.ef-virtual-box__icon{width: 4rem;height: 4rem;border-radius: 9999px;background: var(--blue-900);display: flex;align-items: center;justify-content: center;margin-bottom: 1.5rem;}.ef-virtual-box__icon svg{color: var(--white);}.ef-expect-box{background: var(--gray-50);border-radius: var(--radius-xl);padding: 2rem;}.ef-expect-box h3{margin-bottom: 1rem;}.ef-expect-box li{display: flex;gap: .75rem;align-items: flex-start;margin-bottom: .75rem;font-size: .9375rem;color: var(--gray-700);}.ef-expect-dot{width: .5rem;height: .5rem;border-radius: 9999px;background: var(--blue-900);flex-shrink: 0;margin-top: .5rem;}.ef-office-card{border-radius: var(--radius-xl);overflow: hidden;box-shadow: var(--shadow-lg);border: 1px solid var(--gray-100);}.ef-office-card__header{padding: 1.5rem;color: var(--white);}.ef-office-card__header h3{color: var(--white);margin-bottom: .25rem;}.ef-office-card__header p{color: rgba(255,255,255,.8);font-size: .875rem;}.ef-office-card--blue .ef-office-card__header{background: linear-gradient(135deg,var(--blue-900) 0%,var(--blue-800) 100%);}.ef-office-card--amber .ef-office-card__header{background: linear-gradient(135deg,var(--amber-600) 0%,#b45309 100%);}.ef-office-card--green .ef-office-card__header{background: linear-gradient(135deg,var(--green-700) 0%,var(--green-600) 100%);}.ef-office-card__body{padding: 1.5rem;background: var(--white);}.ef-office-card__detail{display: flex;gap: .75rem;margin-bottom: 1rem;}.ef-office-card__detail svg{color: var(--gray-500);flex-shrink: 0;margin-top: .125rem;}.ef-office-card__detail small{color: var(--gray-500);font-size: .8125rem;}.ef-office-card__detail a{color: var(--gray-900);font-size: .9375rem;transition: color var(--transition);}.ef-office-card__detail a:hover{color: var(--blue-900);}.ef-reveal{opacity: 0;transform: translateY(2rem);transition: opacity .7s ease,transform .7s ease;}.ef-reveal.is-visible{opacity: 1;transform: none;}.ef-reveal--left{transform: translateX(-2rem);}.ef-reveal--right{transform: translateX(2rem);}.ef-reveal--left.is-visible,.ef-reveal--right.is-visible{transform: none;}.ef-reveal--delay-1{transition-delay: .1s;}.ef-reveal--delay-2{transition-delay: .2s;}.ef-reveal--delay-3{transition-delay: .3s;}.ef-reveal--delay-4{transition-delay: .4s;}.ef-reveal--delay-5{transition-delay: .5s;}.ef-hero .ef-reveal,.ef-page-hero .ef-reveal,.ef-location-hero .ef-reveal,.ef-404-hero .ef-reveal{opacity: 1;transform: none;}@media (prefers-reduced-motion: reduce){.ef-reveal{opacity: 1;transform: none;transition: none;}}.ef-404-hero{position: relative;min-height: calc(100vh - 5rem);display: flex;align-items: center;padding-block: 6rem 5rem;overflow: hidden;background: linear-gradient(145deg,var(--blue-900) 0%,#0a2540 45%,var(--blue-800) 100%);color: var(--white);}.ef-404-hero__bg{position: absolute;inset: 0;pointer-events: none;}.ef-404-hero__glow{position: absolute;width: 28rem;height: 28rem;border-radius: 9999px;filter: blur(80px);opacity: .35;}.ef-404-hero__glow--left{top: -6rem;left: -8rem;background: rgba(94,140,181,.55);}.ef-404-hero__glow--right{right: -6rem;bottom: -4rem;background: rgba(30,64,120,.8);}.ef-404-hero__watermark{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-54%);margin: 0;font-family: 'DM Sans',sans-serif;font-size: clamp(12rem,28vw,22rem);font-weight: 700;line-height: 1;letter-spacing: -0.06em;color: rgba(255,255,255,.04);user-select: none;}.ef-404-hero__content{position: relative;z-index: 1;}.ef-404-hero__inner{max-width: 40rem;margin-inline: auto;text-align: center;}.ef-badge--light{background: rgba(255,255,255,.12);color: rgba(255,255,255,.92);border: 1px solid rgba(255,255,255,.18);}.ef-404-hero__icon{width: 5rem;height: 5rem;margin: 1.75rem auto 1.5rem;border-radius: 9999px;display: flex;align-items: center;justify-content: center;background: rgba(255,255,255,.1);border: 1px solid rgba(255,255,255,.16);color: rgba(255,255,255,.9);box-shadow: 0 12px 40px rgba(0,0,0,.18);}.ef-404-hero h1{color: var(--white);font-size: clamp(2rem,5vw,3rem);line-height: 1.15;margin-bottom: 1rem;letter-spacing: -0.02em;}.ef-404-hero__lead{color: rgba(255,255,255,.88);font-size: 1.125rem;line-height: 1.7;max-width: 34rem;margin-inline: auto;margin-bottom: 2rem;}.ef-404-hero__actions{display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;margin-bottom: 3rem;}.ef-404-hero__links-label{margin: 0 0 1rem;font-size: .875rem;text-transform: uppercase;letter-spacing: .12em;color: rgba(255,255,255,.55);font-weight: 600;}.ef-404-hero__links-grid{display: grid;gap: .75rem;}@media (min-width: 640px){.ef-404-hero__links-grid{grid-template-columns: repeat(2,1fr);}}.ef-404-link-card{display: flex;align-items: center;gap: .75rem;padding: 1rem 1.125rem;border-radius: var(--radius-lg);background: rgba(255,255,255,.08);border: 1px solid rgba(255,255,255,.12);color: var(--white);text-decoration: none;transition: background var(--transition),border-color var(--transition),transform var(--transition);}.ef-404-link-card:hover{background: rgba(255,255,255,.14);border-color: rgba(255,255,255,.22);transform: translateY(-2px);color: var(--white);}.ef-404-link-card__icon{flex-shrink: 0;width: 2.5rem;height: 2.5rem;border-radius: .625rem;display: flex;align-items: center;justify-content: center;background: rgba(255,255,255,.1);color: rgba(255,255,255,.92);}.ef-404-link-card__label{flex: 1;text-align: left;font-weight: 600;font-size: .9375rem;}.ef-404-link-card .ef-icon:last-child{opacity: .55;flex-shrink: 0;}.ef-admin-notice{background: #fff3cd;border: 1px solid #ffc107;border-radius: .5rem;padding: 1rem 1.5rem;color: #856404;}.ef-mt-0{margin-top: 0;}.ef-mb-4{margin-bottom: 1rem;}.ef-mb-6{margin-bottom: 1.5rem;}.ef-mb-8{margin-bottom: 2rem;}.ef-mb-16{margin-bottom: 4rem;}.ef-pt-20{padding-top: 5rem;}.ef-text-white{color: var(--white);}.ef-text-blue-900{color: var(--blue-900);}.ef-text-gray-600{color: var(--gray-600);}.ef-bg-gray-50{background: var(--gray-50);}.ef-bg-gradient-white-gray{background: linear-gradient(to bottom,var(--white) 0%,var(--gray-50) 100%);}.ef-bg-gradient-gray-white{background: linear-gradient(to bottom,var(--gray-50) 0%,var(--white) 100%);}.ef-acuity-embed{max-width: 56rem;margin-inline: auto;background: var(--white);border: 1px solid var(--gray-200);border-radius: var(--radius-lg);overflow: hidden;}.ef-acuity-embed iframe{display: block;width: 100%;min-height: 800px;border: 0;}.ef-sr-only{position: absolute;width: 1px;height: 1px;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;}.ef-jobs-grid{display: grid;gap: 1.5rem;grid-template-columns: 1fr;}@media (min-width: 768px){.ef-jobs-grid{grid-template-columns: repeat(2,minmax(0,1fr));}}@media (min-width: 1024px){.ef-jobs-grid{grid-template-columns: repeat(3,minmax(0,1fr));}}.ef-job-card{display: flex;flex-direction: column;align-items: flex-start;gap: .875rem;background: var(--white);border: 1px solid var(--gray-100);border-left: 3px solid var(--blue-600);border-radius: var(--radius-lg);padding: 1.75rem 1.5rem;box-shadow: var(--shadow-md);color: inherit;text-decoration: none;transition: border-color var(--transition),box-shadow var(--transition),transform var(--transition);min-height: 100%;}.ef-job-card:hover{border-color: var(--blue-200);border-left-color: var(--blue-700);box-shadow: var(--shadow-lg);transform: translateY(-2px);color: inherit;}.ef-job-card__title{font-size: 1.25rem;line-height: 1.35;color: var(--gray-900);margin: 0;}.ef-job-card:hover .ef-job-card__title{color: var(--blue-900);}.ef-job-card__excerpt{margin: 0;color: var(--gray-600);font-size: .9375rem;line-height: 1.6;flex-grow: 1;}.ef-job-card__meta{display: inline-flex;align-items: center;gap: .375rem;font-size: .875rem;color: var(--gray-500);}.ef-job-card__cta{display: inline-flex;align-items: center;gap: .375rem;margin-top: .25rem;font-size: .9375rem;font-weight: 600;color: var(--blue-600);transition: gap var(--transition);}.ef-job-card:hover .ef-job-card__cta{gap: .625rem;color: var(--blue-800);}.ef-jobs-empty{text-align: center;max-width: 36rem;margin-inline: auto;color: var(--gray-600);font-size: 1.125rem;}.ef-page-hero--job h1{margin-bottom: 1rem;}.ef-job-single__eyebrow{display: inline-block;font-size: .8125rem;font-weight: 600;letter-spacing: .08em;text-transform: uppercase;color: rgba(255,255,255,.75);margin-bottom: .75rem;}.ef-job-single__hero-meta{display: inline-flex;align-items: center;gap: .5rem;margin: 0;color: rgba(255,255,255,.9);font-size: 1.0625rem;}.ef-job-single__hero-meta a{color: inherit;text-decoration: underline;text-underline-offset: 3px;}.ef-job-single__hero-meta a:hover{color: var(--white);}.ef-job-single{max-width: 44rem;margin-inline: auto;background: var(--white);border: 1px solid var(--gray-100);border-radius: var(--radius-2xl);box-shadow: var(--shadow-lg);padding: 2rem 1.5rem;}@media (min-width: 768px){.ef-job-single{padding: 3rem 3rem;}}.ef-job-single__content{color: var(--gray-700);font-size: 1.0625rem;line-height: 1.8;}.ef-job-single__content > *:first-child{margin-top: 0;}.ef-job-single__content h2,.ef-job-single__content h3,.ef-job-single__content h4{color: var(--blue-900);margin-block: 2rem 1rem;line-height: 1.3;}.ef-job-single__content h2{font-size: 1.5rem;}.ef-job-single__content h3{font-size: 1.25rem;}.ef-job-single__content p{margin-bottom: 1.25rem;}.ef-job-single__content a{color: var(--blue-600);text-decoration: underline;text-underline-offset: 2px;}.ef-job-single__content a:hover{color: var(--blue-800);}.ef-job-single__content ul,.ef-job-single__content ol{margin: 0 0 1.5rem 1.5rem;padding: 0;}.ef-job-single__content ul{list-style: disc;}.ef-job-single__content ol{list-style: decimal;}.ef-job-single__content li{margin-bottom: .6rem;padding-left: .25rem;}.ef-job-single__content li::marker{color: var(--blue-600);}.ef-job-single__content strong{color: var(--gray-900);font-weight: 600;}.ef-job-single__content blockquote{margin: 1.5rem 0;padding: 1rem 1.25rem;border-left: 3px solid var(--blue-600);background: var(--gray-50);color: var(--gray-700);}.ef-job-single__apply{margin-top: 2.5rem;padding-top: 2rem;border-top: 1px solid var(--gray-100);}.ef-job-single__apply h2{font-size: 1.375rem;color: var(--blue-900);margin: 0 0 .75rem;}.ef-job-single__apply p{color: var(--gray-600);margin-bottom: 1.25rem;}.ef-job-single__apply-btn{display: inline-flex;align-items: center;gap: .5rem;}.ef-job-single__back{margin-top: 2.5rem;padding-top: 1.5rem;border-top: 1px solid var(--gray-100);}.ef-job-single__back a{color: var(--blue-600);display: inline-flex;align-items: center;gap: .5rem;font-weight: 500;}.ef-job-single__back a:hover{color: var(--blue-800);}.ef-single__content ul{list-style: disc;}.ef-single__content ol{list-style: decimal;}@media (max-width: 767px){.ef-hide-mobile{display: none;}h1{font-size: 2rem;}}@media (min-width: 768px){.ef-hide-desktop{display: none;}}