:root {
  --ef-forest: #063f32;
  --ef-forest-2: #0d5a47;
  --ef-ink: #12352d;
  --ef-cream: #f7f5ee;
  --ef-paper: #fffefa;
  --ef-sage: #d9eee3;
  --ef-mint: #b9efd2;
  --ef-gold: #d5aa28;
  --ef-muted: #65746f;
  --ef-line: #dce4de;
  --ef-shadow: 0 20px 64px rgba(12, 52, 42, .09);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--ef-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--ef-cream); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.ef-container { width: min(1180px, calc(100% - 40px)); min-width: 0; margin-inline: auto; }
.ef-site-main { min-width: 0; min-height: 60vh; overflow-x: hidden; overflow-x: clip; }
button, a, input, select, textarea { touch-action: manipulation; }
input, select, textarea { max-width: 100%; }
.ef-kicker { display: inline-block; color: var(--ef-forest-2); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.ef-site-header { position: relative; z-index: 50; color: #fff; background: var(--ef-forest); }
.ef-site-header__inner { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 36px; min-height: 84px; }
.ef-logo { display: block; width: 142px; }
.ef-logo img { display: block; width: 100%; max-height: 66px; object-fit: contain; }
.ef-logo .custom-logo-link { display: block; }
.ef-menu { display: flex; justify-content: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.ef-menu a { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.ef-menu a:hover { color: #fff; }
.ef-header-cta { padding: 11px 18px; color: var(--ef-forest); font-size: 12px; font-weight: 850; text-decoration: none; border-radius: 99px; background: var(--ef-gold); }
.ef-menu-button { display: none; color: #fff !important; background: transparent !important; }
.ef-menu-button .ef-icon { width: 21px; height: 21px; }

.ef-home-hero { padding: 46px 0 74px; color: #fff; background: var(--ef-forest); }
.ef-home-hero__grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(38px, 6vw, 88px); }
.ef-home-hero .ef-kicker { color: var(--ef-mint); }
.ef-home-hero h1 { margin: 16px 0 24px; color: #fff !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.3vw, 88px); line-height: .96; letter-spacing: -.05em; }
.ef-home-hero h1 em { color: var(--ef-gold); font-weight: normal; }
.ef-home-hero__copy > p:not(.ef-hero-definition) { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.ef-hero-definition { max-width: 530px; margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 650; line-height: 1.5; letter-spacing: .015em; }
.ef-hero-definition strong { color: var(--ef-gold); letter-spacing: .08em; }
.ef-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ef-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 12px 22px; color: var(--ef-forest); font-size: 13px; font-weight: 850; text-decoration: none; border: 1px solid var(--ef-gold); border-radius: 99px; background: var(--ef-gold); box-shadow: 0 12px 30px rgba(213,170,40,.18); transition: .2s ease; }
.ef-button:hover { transform: translateY(-2px); }
.ef-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.3); background: transparent !important; box-shadow: none; }
.ef-button--light { color: var(--ef-forest); border-color: #fff; background: #fff; }
.ef-trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 40px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 750; }
.ef-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.ef-trust-row .ef-icon { width: 14px; height: 14px; color: var(--ef-mint); }
.ef-home-hero__visual { position: relative; }
.ef-floating-note { position: absolute; left: -28px; bottom: 32px; max-width: 260px; padding: 18px 22px; color: var(--ef-forest); border-radius: 16px; background: var(--ef-mint); box-shadow: var(--ef-shadow); }
.ef-floating-note span,
.ef-floating-note strong { display: block; }
.ef-floating-note span { margin-bottom: 7px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ef-floating-note strong { font-family: Georgia, serif; font-size: 18px; line-height: 1.3; }

.ef-values { padding: clamp(76px, 9vw, 126px) 0; }
.ef-section-intro { display: grid; grid-template-columns: 1fr minmax(290px, 420px); align-items: end; gap: 60px; margin-bottom: 44px; }
.ef-section-intro h2 { max-width: 720px; margin: 12px 0 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.04em; }
.ef-section-intro > p { margin: 0; color: var(--ef-muted); line-height: 1.75; }
.ef-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ef-value-grid article { position: relative; min-height: 320px; padding: 26px; border: 1px solid var(--ef-line); border-radius: 20px; background: var(--ef-paper); }
.ef-value-grid article > span { color: var(--ef-gold); font-size: 11px; font-weight: 900; }
.ef-line-icon { display: grid; width: 62px; height: 62px; margin: 42px 0 26px; place-items: center; color: var(--ef-forest); border-radius: 18px; background: var(--ef-sage); }
.ef-line-icon .ef-icon { width: 31px; height: 31px; }
.ef-value-grid h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 27px; }
.ef-value-grid p { margin: 0; color: var(--ef-muted); font-size: 14px; line-height: 1.65; }

.ef-course-preview { padding: clamp(74px, 9vw, 120px) 0; color: #fff; background: #052f26; }
.ef-course-preview__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 100px); }
.ef-course-preview .ef-kicker { color: var(--ef-mint); }
.ef-course-preview__panel h2 { margin: 14px 0 18px; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 66px); line-height: 1; letter-spacing: -.04em; }
.ef-course-preview__panel p { margin: 0 0 28px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.7; }
.ef-course-preview__list { border-top: 1px solid rgba(255,255,255,.16); }
.ef-course-preview__list > div { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 16px; padding: 25px 4px; border-bottom: 1px solid rgba(255,255,255,.16); }
.ef-course-preview__list span { color: var(--ef-gold); font-size: 11px; font-weight: 900; }
.ef-course-preview__list strong { font-family: Georgia, serif; font-size: 22px; }
.ef-course-preview__list small { color: rgba(255,255,255,.52); }

.ef-home-cta { padding: clamp(90px, 12vw, 150px) 0; text-align: center; background: radial-gradient(circle at center top, #e3f2e9, transparent 60%); }
.ef-home-cta__inner { max-width: 900px; }
.ef-home-cta h2 { margin: 16px auto; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 78px); line-height: 1; letter-spacing: -.045em; }
.ef-home-cta p { margin: 0 0 28px; color: var(--ef-muted); font-size: 18px; }

.ef-verse { padding: clamp(52px, 7vw, 88px) 0; }
.ef-verse__inner { display: grid; grid-template-columns: 70px minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: clamp(26px, 5vw, 68px); padding-block: 34px; border-block: 1px solid rgba(6,63,50,.18); }
.ef-verse__symbol { display: grid; width: 62px; height: 62px; place-items: center; color: var(--ef-gold); border: 1px solid rgba(6,63,50,.16); border-radius: 50%; background: rgba(255,255,255,.55); }
.ef-verse__symbol .ef-icon { width: 31px; height: 31px; }
.ef-verse blockquote { margin: 0; }
.ef-verse blockquote p { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.03em; }
.ef-verse cite { color: var(--ef-forest-2); font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ef-verse__inner > p { margin: 0; color: var(--ef-muted); font-size: 15px; line-height: 1.75; }

.ef-site-footer { padding: 64px 0 26px; color: #fff; background: var(--ef-forest); }
.ef-footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 70px; }
.ef-logo--footer { margin-bottom: 18px; }
.ef-footer-grid p { max-width: 390px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.ef-footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.ef-footer-grid strong { color: var(--ef-gold); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ef-footer-grid a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.ef-footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; color: rgba(255,255,255,.42); font-size: 11px; border-top: 1px solid rgba(255,255,255,.12); }

.ef-content-shell,
.ef-article,
.ef-commerce-shell { padding-block: clamp(60px, 8vw, 110px); }
.ef-page-title { max-width: 900px; margin-bottom: 44px; }
.ef-page-title h1,
.ef-empty h1 { margin: 14px 0; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 76px); line-height: 1; letter-spacing: -.04em; }
.ef-prose { max-width: 820px; font-size: 17px; line-height: 1.75; }
.ef-prose h2,
.ef-prose h3 { margin-top: 1.8em; font-family: Georgia, serif; line-height: 1.15; }
.ef-prose img { border-radius: 18px; }
.ef-featured-image { margin-bottom: 40px; }
.ef-featured-image img { width: 100%; border-radius: 24px; }
.ef-post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ef-post-card { overflow: hidden; border: 1px solid var(--ef-line); border-radius: 20px; background: var(--ef-paper); }
.ef-post-card > div { padding: 26px; }
.ef-post-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ef-post-card h2 { margin: 9px 0; font-family: Georgia, serif; font-size: 30px; }
.ef-post-card h2 a { text-decoration: none; }
.ef-post-card p { color: var(--ef-muted); }
.ef-empty { padding-block: 120px; text-align: center; }
.ef-empty p { color: var(--ef-muted); }

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { color: #fff !important; border-radius: 99px !important; background: var(--ef-forest) !important; }
.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img { border-radius: 16px; }
.woocommerce div.product .product_title { font-family: Georgia, serif; font-size: clamp(42px, 5vw, 64px); line-height: 1; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--ef-forest) !important; background: var(--ef-paper); }

/* Keep the existing WhatsApp contact available without covering course content. */
#qlwapp .qlwapp-text { display: none !important; }
#qlwapp .qlwapp-toggle { width: 54px !important; height: 54px !important; min-width: 54px !important; padding: 0 !important; border-radius: 50% !important; }
#qlwapp .qlwapp-toggle .qlwapp-icon { margin: 0 !important; }

@media (max-width: 900px) {
  .ef-site-header__inner { grid-template-columns: 140px 1fr auto; }
  .ef-menu-button { display: grid; justify-self: end; width: 42px; height: 42px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: transparent; }
  .ef-main-nav { position: absolute; top: 84px; left: 20px; right: 20px; display: none; padding: 20px; border-radius: 14px; background: #052f26; box-shadow: var(--ef-shadow); }
  .ef-main-nav.is-open { display: block; }
  .ef-menu { align-items: flex-start; flex-direction: column; gap: 18px; }
  .ef-header-cta { display: none; }
  .ef-home-hero__grid,
  .ef-section-intro,
  .ef-course-preview__grid { grid-template-columns: 1fr; }
  .ef-home-hero__visual { max-width: 700px; }
  .ef-value-grid { grid-template-columns: repeat(2, 1fr); }
  .ef-footer-grid { grid-template-columns: 1fr 1fr; }
  .ef-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .ef-container { width: min(100% - 28px, 1180px); }
  .ef-home-hero { padding-top: 28px; }
  .ef-home-hero h1 { font-size: 54px; }
  .ef-home-hero__visual > img { border-radius: 100px 16px 100px 16px; }
  .ef-floating-note { left: 12px; bottom: 12px; }
  .ef-value-grid,
  .ef-post-grid { grid-template-columns: 1fr; }
  .ef-course-preview__list > div { grid-template-columns: 38px 1fr; }
  .ef-course-preview__list small { grid-column: 2; }
  .ef-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .ef-footer-grid > div:first-child { grid-column: auto; }
  .ef-footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}

/* EFIPER 2.0 — tactile editorial system */
.ef-icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; vertical-align: middle; }
.ef-textured-dark { position: relative; isolation: isolate; background-color: var(--ef-forest); background-image: linear-gradient(105deg, rgba(2,42,33,.94), rgba(4,62,48,.83)), url("efiper-texture-forest.webp"); background-size: cover; background-position: center; }
.ef-paper-texture { background-color: var(--ef-cream); background-image: linear-gradient(rgba(247,245,238,.88), rgba(247,245,238,.94)), url("efiper-texture-paper.webp"); background-size: cover; background-position: center; }
.ef-home-hero { position: relative; overflow: hidden; min-height: calc(100vh - 84px); padding: clamp(54px, 7vw, 96px) 0 clamp(80px, 9vw, 130px); }
.ef-home-hero__grid { position: relative; z-index: 2; }
.ef-home-hero__visual { min-width: 0; }
.ef-money-stage { --money-x: 0px; --money-y: 0px; position: relative; isolation: isolate; min-height: 620px; }
.ef-money-stage::before { position: absolute; inset: 5% 1% 4% 14%; z-index: -2; content: ""; border: 1px solid rgba(213,170,40,.34); border-radius: 46% 8% 44% 10%; transform: rotate(2deg); }
.ef-money-stage::after { position: absolute; left: 4%; bottom: 4%; z-index: -1; width: 72%; height: 72%; content: ""; opacity: .32; background-image: radial-gradient(rgba(185,239,210,.55) 1px,transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(125deg,#000,transparent 72%); }
.ef-money-photo { position: absolute; top: 54px; right: 0; z-index: 1; width: 73%; height: 510px; padding: 9px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 210px 26px 170px 26px; background: rgba(255,255,255,.055); box-shadow: 0 36px 90px rgba(0,0,0,.3); }
.ef-money-photo::after { position: absolute; inset: 9px; content: ""; border-radius: inherit; background: linear-gradient(110deg,rgba(5,48,39,.06),rgba(5,48,39,.3)); pointer-events: none; }
.ef-money-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; border-radius: 198px 18px 158px 18px; transition: transform .55s cubic-bezier(.2,.7,.25,1); }
.ef-money-banknote { position: absolute; top: 23px; left: 1%; z-index: 5; width: 208px; height: 520px; transform: translate3d(var(--money-x),var(--money-y),0) rotate(-4deg); filter: drop-shadow(0 28px 24px rgba(0,0,0,.34)); }
.ef-money-banknote::before { position: absolute; inset: 11px -10px -10px 10px; content: ""; border: 1px solid rgba(213,170,40,.62); border-radius: 8px; }
.ef-money-banknote img { position: absolute; top: 50%; left: 50%; display: block; width: 500px; max-width: none; height: auto; transform: translate(-50%,-50%) rotate(90deg); border: 1px solid rgba(255,255,255,.28); border-radius: 5px; }
.ef-money-coin { --coin-rotation: 0deg; position: absolute; z-index: 7; width: 88px; height: 88px; object-fit: contain; filter: drop-shadow(0 16px 14px rgba(0,0,0,.36)); transform: translate3d(var(--money-x),var(--money-y),0) rotate(var(--coin-rotation)); animation: ef-money-float 5.6s ease-in-out infinite; }
.ef-money-coin--1 { top: 4px; right: 7%; width: 110px; height: 110px; --coin-rotation: -8deg; animation-delay: -.8s; }
.ef-money-coin--2 { top: 36%; right: -2%; width: 72px; height: 72px; --coin-rotation: 13deg; animation-delay: -2.1s; }
.ef-money-coin--3 { left: 27%; bottom: 1%; width: 96px; height: 96px; --coin-rotation: -17deg; animation-delay: -3.4s; }
.ef-money-coin--4 { top: 25%; left: 28%; width: 54px; height: 54px; --coin-rotation: 22deg; animation-delay: -4.2s; }
.ef-money-coin--5 { right: 31%; bottom: 11%; width: 62px; height: 62px; --coin-rotation: 4deg; animation-delay: -1.7s; }
@keyframes ef-money-float { 0%,100% { transform: translate3d(var(--money-x),var(--money-y),0) rotate(var(--coin-rotation)); } 50% { transform: translate3d(var(--money-x),calc(var(--money-y) - 13px),0) rotate(calc(var(--coin-rotation) + 7deg)); } }
.ef-money-axis { position: absolute; top: 50%; right: -51px; z-index: 8; display: flex; gap: 17px; color: rgba(255,255,255,.52); font: 800 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .15em; transform: rotate(90deg); }
.ef-money-axis span + span::before { margin-right: 17px; color: var(--ef-gold); content: "•"; }
.ef-money-insight { position: absolute; right: 3%; bottom: 6px; z-index: 8; max-width: 310px; padding: 18px 22px; color: var(--ef-forest); border: 1px solid rgba(255,255,255,.64); border-radius: 6px 22px 6px 22px; background: rgba(217,238,227,.94); box-shadow: 0 18px 45px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.ef-money-insight span,.ef-money-insight strong { display: block; }
.ef-money-insight span { margin-bottom: 7px; color: var(--ef-forest-2); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ef-money-insight strong { font-family: Georgia,serif; font-size: 17px; line-height: 1.34; }
.ef-image-frame { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 180px 24px 180px 24px; background: rgba(255,255,255,.06); box-shadow: 0 36px 90px rgba(0,0,0,.28); }
.ef-image-frame::after { position: absolute; inset: 18px -16px -16px 20px; z-index: -1; content: ""; border: 1px solid rgba(213,170,40,.44); border-radius: inherit; }
.ef-image-frame img { display: block; width: 100%; aspect-ratio: 1 / .87; object-fit: cover; object-position: 68% center; border-radius: 168px 17px 168px 17px; transition: transform .45s cubic-bezier(.2,.7,.25,1); }
.ef-photo-caption { position: absolute; right: 8px; bottom: -34px; color: rgba(255,255,255,.55); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.ef-orbit { position: absolute; z-index: 1; width: 480px; height: 480px; border: 1px solid rgba(185,239,210,.12); border-radius: 50%; animation: ef-orbit 28s linear infinite; }
.ef-orbit::before,.ef-orbit::after { position: absolute; content: ""; border: 1px solid rgba(213,170,40,.12); border-radius: 50%; }
.ef-orbit::before { inset: 48px; }.ef-orbit::after { inset: 116px; }
.ef-orbit--one { top: -240px; left: -130px; }.ef-orbit--two { right: -230px; bottom: -260px; animation-direction: reverse; }
@keyframes ef-orbit { to { transform: rotate(360deg); } }
.ef-button .ef-icon { width: 18px; height: 18px; transition: transform .25s ease; }
.ef-button:hover .ef-icon { transform: translateX(4px); }

.ef-values { position: relative; }
.ef-value-grid article { overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.ef-value-grid article::after { position: absolute; top: -55px; right: -55px; width: 130px; height: 130px; content: ""; border: 1px solid rgba(13,90,71,.1); border-radius: 50%; box-shadow: 0 0 0 22px rgba(13,90,71,.035); }
.ef-value-grid article:nth-child(even) { margin-top: 30px; }
.ef-value-grid article:hover { transform: translateY(-8px); border-color: rgba(13,90,71,.32); box-shadow: var(--ef-shadow); }

.ef-editorial-story { overflow: hidden; padding: clamp(85px, 10vw, 150px) 0; background: #e1efe7; }
.ef-editorial-story__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(54px, 8vw, 120px); }
.ef-editorial-story__media { position: relative; }
.ef-editorial-story__media::before { position: absolute; inset: -24px 48px 34px -24px; content: ""; border: 1px solid rgba(6,63,50,.25); border-radius: 30px 120px 30px 120px; }
.ef-editorial-story__media img { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: 28px 140px 28px 140px; box-shadow: 0 30px 70px rgba(7,59,47,.18); }
.ef-editorial-stamp { position: absolute; right: -28px; bottom: -20px; padding: 13px 18px; color: var(--ef-forest); font: 800 9px/1 ui-monospace, SFMono-Regular, monospace; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-3deg); border: 1px solid rgba(6,63,50,.18); background: var(--ef-gold); box-shadow: 0 12px 30px rgba(6,63,50,.14); }
.ef-editorial-story__copy h2 { max-width: 600px; margin: 14px 0 24px; font-family: Georgia, serif; font-size: clamp(46px, 5.5vw, 74px); line-height: .98; letter-spacing: -.045em; }
.ef-editorial-story__copy > p { max-width: 600px; color: #526b64; font-size: 18px; line-height: 1.75; }
.ef-story-points { display: grid; gap: 16px; margin-top: 34px; }
.ef-story-points > div { display: flex; align-items: center; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(6,63,50,.13); }
.ef-story-points .ef-icon { width: 30px; height: 30px; color: var(--ef-forest); }
.ef-story-points span,.ef-story-points strong { display: block; }.ef-story-points span { color: #63756f; font-size: 13px; }.ef-story-points strong { margin-bottom: 4px; color: var(--ef-forest); font-size: 15px; }
.ef-course-preview { background-color: #052f26; }
.ef-course-preview__list > div { transition: padding .25s ease, background .25s ease; }
.ef-course-preview__list > div:hover { padding-inline: 18px; background: rgba(255,255,255,.035); }
.ef-home-cta__inner small { display: block; margin-top: 18px; color: var(--ef-muted); }

.ef-js .ef-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.75,.25,1), transform .75s cubic-bezier(.2,.75,.25,1); }
.ef-js .ef-reveal--delay { transition-delay: .12s; }
.ef-js .ef-reveal.is-visible { opacity: 1; transform: none; }

/* Course sales page */
.ef-product-hero { overflow: hidden; padding: clamp(70px, 9vw, 125px) 0; color: #fff; }
.ef-product-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(54px, 7vw, 100px); }
.ef-product-hero h1 { max-width: 720px; margin: 15px 0 24px; font-family: Georgia, serif; font-size: clamp(56px, 7vw, 92px); line-height: .92; letter-spacing: -.055em; }
.ef-product-lead { max-width: 620px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.ef-product-price { display: flex; align-items: baseline; gap: 12px; margin: 28px 0 22px; font-family: Georgia, serif; }
.ef-product-price del { color: rgba(255,255,255,.4); font-size: 22px; }.ef-product-price ins { color: var(--ef-gold); font-size: 42px; font-weight: 700; text-decoration: none; }
.ef-button--wide { min-width: 280px; }
.ef-product-assurances { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 800; }
.ef-product-assurances span { display: inline-flex; align-items: center; gap: 7px; }.ef-product-assurances .ef-icon { width: 16px; height: 16px; color: var(--ef-mint); }
.ef-product-hero__media { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px 170px 28px 170px; }
.ef-product-hero__media img { display: block; width: 100%; aspect-ratio: 4/3.1; object-fit: cover; border-radius: 20px 158px 20px 158px; }
.ef-product-hero__note { position: absolute; right: -18px; bottom: 34px; display: grid; padding: 18px 24px; color: var(--ef-forest); transform: rotate(2deg); background: var(--ef-mint); box-shadow: var(--ef-shadow); }
.ef-product-hero__note strong { font-family: Georgia, serif; font-size: 23px; }.ef-product-hero__note span { margin-top: 4px; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ef-product-outcomes { padding: clamp(85px, 10vw, 140px) 0; }
.ef-outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.ef-outcome-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--ef-line); border-radius: 18px 70px 18px 18px; background: rgba(255,254,250,.86); }
.ef-outcome-grid .ef-icon { width: 40px; height: 40px; color: var(--ef-forest); }.ef-outcome-grid h3 { margin: 48px 0 10px; font-family: Georgia, serif; font-size: 25px; }.ef-outcome-grid p { margin: 0; color: var(--ef-muted); font-size: 14px; line-height: 1.65; }
.ef-product-syllabus { padding: clamp(88px, 10vw, 150px) 0; background: #dcece3; }
.ef-product-syllabus__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,8vw,115px); }
.ef-product-syllabus__intro { position: sticky; top: 24px; align-self: start; }.ef-product-syllabus__intro h2 { margin: 14px 0 22px; font-family: Georgia,serif; font-size: clamp(46px,5vw,68px); line-height: .98; letter-spacing: -.045em; }.ef-product-syllabus__intro p { color: var(--ef-muted); line-height: 1.75; }.ef-button--outline { color: var(--ef-forest); background: transparent; }
.ef-syllabus-list { border-top: 1px solid rgba(6,63,50,.22); }
.ef-syllabus-list details { border-bottom: 1px solid rgba(6,63,50,.22); }.ef-syllabus-list summary { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 28px 6px; cursor: pointer; list-style: none; }.ef-syllabus-list summary::-webkit-details-marker { display: none; }.ef-syllabus-list summary span { color: var(--ef-gold); font: 850 11px/1 ui-monospace,monospace; }.ef-syllabus-list summary strong { font-family: Georgia,serif; font-size: 25px; }.ef-syllabus-list summary small { color: var(--ef-muted); }.ef-syllabus-list details p { margin: -8px 50px 28px; color: var(--ef-muted); line-height: 1.7; }
.ef-product-final { padding: clamp(90px,11vw,150px) 0; color: #fff; text-align: center; }.ef-product-final__inner { max-width: 920px; }.ef-product-final h2 { margin: 14px auto 18px; font-family: Georgia,serif; font-size: clamp(52px,6.5vw,82px); line-height: .96; letter-spacing: -.05em; }.ef-product-final p { max-width: 680px; margin: auto; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.7; }.ef-product-final__action { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 28px; }.ef-product-final .ef-product-price { margin: 0; }

/* Checkout */
.ef-checkout-page { min-height: 80vh; padding: clamp(55px,7vw,90px) 0 110px; }
.ef-checkout-header { max-width: 840px; margin: 0 auto 48px; text-align: center; }.ef-checkout-header h1 { margin: 12px 0 14px; font-family: Georgia,serif; font-size: clamp(52px,6vw,78px); line-height: .95; letter-spacing: -.05em; }.ef-checkout-header > p { max-width: 620px; margin: auto; color: var(--ef-muted); font-size: 17px; line-height: 1.65; }.ef-checkout-back { display: inline-block; margin-bottom: 24px; color: var(--ef-muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.ef-checkout-steps { display: flex; justify-content: center; gap: 38px; margin-top: 30px; color: var(--ef-muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }.ef-checkout-steps span { display: flex; align-items: center; gap: 8px; }.ef-checkout-steps i { display: grid; width: 26px; height: 26px; place-items: center; font-style: normal; border: 1px solid var(--ef-line); border-radius: 50%; background:#fff; }.ef-checkout-steps .is-active { color: var(--ef-forest); }.ef-checkout-steps .is-active i { color: #fff; border-color: var(--ef-forest); background: var(--ef-forest); }
.ef-checkout-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(560px,1.28fr); align-items: start; gap: 24px; }
.ef-checkout-aside { position: sticky; top: 22px; overflow: hidden; border-radius: 26px; color: #fff; background: var(--ef-forest); box-shadow: var(--ef-shadow); }.ef-checkout-aside img { display:block; width:100%; aspect-ratio: 16/10; object-fit:cover; }.ef-checkout-aside__body { padding: 30px; background-image: linear-gradient(rgba(6,63,50,.9),rgba(6,63,50,.94)),url("efiper-texture-forest.webp"); background-size:cover; }.ef-checkout-aside h2 { margin: 10px 0 22px; font-family: Georgia,serif; font-size: 32px; line-height:1.05; }.ef-checkout-aside ul { display:grid; gap:13px; margin:0; padding:0; list-style:none; }.ef-checkout-aside li { display:flex; align-items:center; gap:9px; color:rgba(255,255,255,.72); font-size:13px; }.ef-checkout-aside li .ef-icon { width:16px; height:16px; color:var(--ef-mint); }.ef-checkout-help { margin-top:28px; padding-top:20px; color:rgba(255,255,255,.55); font-size:12px; border-top:1px solid rgba(255,255,255,.13); }.ef-checkout-help a { color:#fff; }
.ef-checkout-card { padding: clamp(26px,4vw,50px); border:1px solid rgba(6,63,50,.1); border-radius:26px; background:rgba(255,255,255,.92); box-shadow:0 25px 70px rgba(6,63,50,.1); }
.ef-checkout-card .woocommerce-info { margin:0 0 30px; padding:16px 18px !important; color:var(--ef-ink); border:0 !important; border-radius:12px; background:var(--ef-sage); }.ef-checkout-card .woocommerce-info::before { display:none; }
.ef-checkout-card form.checkout { display:block; }.ef-checkout-card .col2-set,.ef-checkout-card .col2-set .col-1 { float:none; width:100%; }.ef-checkout-card .col2-set .col-2 { display:none; }
.ef-checkout-card .woocommerce-additional-fields { display:none !important; }
.ef-checkout-card h3 { margin:14px 0 24px; color:var(--ef-forest); font-family:Georgia,serif; font-size:30px; }
.ef-checkout-card .form-row { margin:0 0 18px; padding:0; }.ef-checkout-card label { display:block; margin-bottom:7px; color:#496159; font-size:12px; font-weight:800; }.ef-checkout-card .required { color:#b45948; }
.ef-checkout-card input.input-text,.ef-checkout-card textarea,.ef-checkout-card .select2-container .select2-selection--single { width:100%; min-height:50px; padding:12px 14px; color:var(--ef-ink); border:1px solid #d7e1db; border-radius:11px; outline:0; background:#fbfcfa; transition:border-color .2s ease,box-shadow .2s ease; }.ef-checkout-card input.input-text:focus,.ef-checkout-card textarea:focus { border-color:var(--ef-forest-2); box-shadow:0 0 0 3px rgba(13,90,71,.09); }.ef-checkout-card .select2-selection__rendered { line-height:26px !important; }.ef-checkout-card .select2-selection__arrow { height:48px !important; }
.ef-checkout-card #order_review_heading { margin-top:42px; padding-top:32px; border-top:1px solid var(--ef-line); }.ef-checkout-card table.shop_table { overflow:hidden; border:1px solid var(--ef-line); border-radius:14px; border-collapse:separate; background:#fff; }.ef-checkout-card table.shop_table th,.ef-checkout-card table.shop_table td { padding:15px; border-color:var(--ef-line); }.ef-checkout-card table.shop_table .order-total { color:var(--ef-forest); font-size:17px; }
.ef-checkout-card #payment { border-radius:16px; background:#eef4f0; }.ef-checkout-card #payment ul.payment_methods { padding:20px; border-color:#d7e1db; }.ef-checkout-card #payment div.payment_box { color:#50655f; border-radius:10px; background:#fff; }.ef-checkout-card #payment div.payment_box::before { border-bottom-color:#fff; }.ef-checkout-card #payment .place-order { padding:22px; }.ef-checkout-card #place_order { width:100%; min-height:56px; border:0; border-radius:99px !important; color:var(--ef-forest) !important; font-weight:900; background:var(--ef-gold) !important; box-shadow:0 14px 30px rgba(213,170,40,.22); }
.ef-checkout-reassurance { display:flex; align-items:center; gap:12px; margin:4px 20px 0; padding:16px 0; color:var(--ef-forest); border-top:1px solid #d7e1db; }.ef-checkout-reassurance .ef-icon { width:26px;height:26px; }.ef-checkout-reassurance strong,.ef-checkout-reassurance span { display:block; }.ef-checkout-reassurance strong { font-size:13px; }.ef-checkout-reassurance span { margin-top:3px;color:var(--ef-muted);font-size:11px; }
.ef-checkout-account-intro { clear: both; margin: 34px 0 20px; padding-top: 30px; border-top: 1px solid var(--ef-line); }
.ef-checkout-account-intro h3 { margin: 8px 0 8px; }
.ef-checkout-account-intro p { max-width: 620px; margin: 0; color: var(--ef-muted); font-size: 13px; line-height: 1.65; }
.ef-checkout-card .woocommerce-account-fields { clear: both; }
.ef-checkout-card .woocommerce-account-fields .create-account { display: flow-root; margin: 0; }
.ef-checkout-card .woocommerce-account-fields .form-row { min-width: 0; }
.ef-checkout-card #account_password_field,
.ef-checkout-card #account_password_confirm_field { width: calc(50% - 8px); }
.ef-checkout-card #account_password_field { float: left; }
.ef-checkout-card #account_password_confirm_field { float: right; }
.ef-checkout-card .woocommerce-billing-fields__field-wrapper,
.ef-checkout-card .woocommerce-account-fields,
.ef-checkout-card #order_review,
.ef-checkout-card #payment { min-width: 0; max-width: 100%; }
.ef-checkout-card table.shop_table { width: 100%; table-layout: fixed; }
.ef-checkout-card table.shop_table th,
.ef-checkout-card table.shop_table td { overflow-wrap: anywhere; }
.efiper-account-handoff { display:flex; align-items:flex-start; gap:16px; margin:28px 0; padding:24px; color:var(--ef-forest); border:1px solid #bcdacb; border-radius:16px; background:var(--ef-sage); }.efiper-account-handoff__icon { display:grid; width:44px; height:44px; flex:0 0 auto; place-items:center; color:#fff; border-radius:50%; background:var(--ef-forest); }.efiper-account-handoff__icon svg { width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round; }.efiper-account-handoff strong { display:block; font-family:Georgia,serif; font-size:24px; }.efiper-account-handoff p { margin:6px 0 0; color:var(--ef-muted); line-height:1.55; }.efiper-account-handoff a { display:inline-block; margin-top:12px; font-weight:850; }

@media (max-width: 1000px) {
  .ef-editorial-story__grid,.ef-product-hero__grid,.ef-product-syllabus__grid,.ef-checkout-layout { grid-template-columns:1fr; }
  .ef-money-stage { min-height: 600px; }
  .ef-money-photo { width: 70%; }
  .ef-editorial-story__media { max-width:760px; }
  .ef-outcome-grid { grid-template-columns:repeat(2,1fr); }
  .ef-product-syllabus__intro,.ef-checkout-aside { position:relative; top:auto; }
  .ef-checkout-aside { display:grid; grid-template-columns:.75fr 1.25fr; }
  .ef-checkout-card { order:-1; }
}
@media (max-width: 700px) {
  input, select, textarea,
  .ef-checkout-card input.input-text,
  .ef-checkout-card textarea,
  .ef-checkout-card .select2-container .select2-selection--single { font-size:16px !important; }
  .ef-home-hero h1 { font-size:clamp(46px,12vw,62px); }
  .ef-hero-definition { max-width: 320px; font-size: 11px; }
  .ef-money-stage { min-height: 510px; margin-top: 8px; }
  .ef-money-stage::before { inset: 5% -3% 5% 12%; }
  .ef-money-photo { top: 48px; right: -4%; width: 78%; height: 405px; border-radius: 120px 18px 105px 18px; }
  .ef-money-photo img { border-radius: 110px 12px 95px 12px; }
  .ef-money-banknote { top: 15px; left: 0; width: 158px; height: 400px; }
  .ef-money-banknote img { width: 390px; }
  .ef-money-coin--1 { right: 4%; width: 78px; height: 78px; }
  .ef-money-coin--2 { right: -1%; width: 56px; height: 56px; }
  .ef-money-coin--3 { left: 22%; width: 72px; height: 72px; }
  .ef-money-coin--4,.ef-money-coin--5,.ef-money-axis { display: none; }
  .ef-money-insight { right: 1%; bottom: 4px; max-width: 235px; padding: 14px 16px; }
  .ef-money-insight strong { font-size: 14px; }
  .ef-image-frame { border-radius:100px 18px 100px 18px; }.ef-image-frame img { border-radius:90px 12px 90px 12px; }
  .ef-value-grid article:nth-child(even) { margin-top:0; }
  .ef-editorial-story__media img { border-radius:20px 80px 20px 80px; }.ef-editorial-stamp { right:0; }
  .ef-editorial-story__copy h2,.ef-product-syllabus__intro h2 { font-size:44px; }
  .ef-product-hero h1 { font-size:55px; }.ef-product-hero__media { border-radius:20px 90px 20px 90px; }.ef-product-hero__media img { border-radius:14px 80px 14px 80px; }
  .ef-outcome-grid { grid-template-columns:1fr; }.ef-outcome-grid article { min-height:auto; }.ef-outcome-grid h3 { margin-top:28px; }
  .ef-product-final__action { flex-direction:column; }.ef-syllabus-list summary { grid-template-columns:36px 1fr; }.ef-syllabus-list summary small { grid-column:2; }.ef-syllabus-list details p { margin-left:42px; }
  .ef-verse__inner { grid-template-columns: 54px 1fr; gap: 20px; }
  .ef-verse__symbol { width: 52px; height: 52px; }
  .ef-verse__inner > p { grid-column: 1 / -1; }
  .ef-checkout-steps { gap:12px; }.ef-checkout-steps span { font-size:9px; }.ef-checkout-layout { gap:16px; }.ef-checkout-aside { display:block; }.ef-checkout-card { min-width:0; padding:22px 16px; }.ef-checkout-card .form-row-first,.ef-checkout-card .form-row-last,.ef-checkout-card #account_password_field,.ef-checkout-card #account_password_confirm_field { float:none !important; width:100% !important; }.ef-checkout-header h1 { font-size:50px; }
}

@media (prefers-reduced-motion: reduce) {
  .ef-orbit { animation:none; }
  .ef-money-coin { animation:none; }
  .ef-js .ef-reveal { opacity:1; transform:none; transition:none; }
}
