/* =====================================================================
   ERGOSPHERE — REDESIGNED HOMEPAGE SECTIONS 01–06  (desktop / base)
   Self-contained, namespaced .esx_* classes. Hardcoded brand values
   (no dependency on any CSS variables). Pairs with sections-01-06.html
   and the responsive rules added to css/ergosphere-mobile.css.

   INSTALL: paste at the END of css/ergosphere-custom.css
   (or save as css/ergosphere-sections.css and link it AFTER
    ergosphere-custom.css in each page <head>).
   ===================================================================== */

/* ---------- shared kicker header ---------- */
.esx_head { max-width: 820px; }
.esx_head.esx_center { margin: 0 auto; text-align: center; }
.esx_kicker { display: inline-flex; align-items: center; gap: 12px; font-family: 'Poppins', sans-serif;
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #00d4ff; font-weight: 500; margin-bottom: 16px; }
.esx_kicker::before { content: ''; width: 28px; height: 1px; background: #00d4ff; opacity: .7; }
.esx_head.esx_center .esx_kicker::before { display: none; }
.esx_head h3 { font-family: 'Poppins', sans-serif; font-size: 38px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 3px; line-height: 1.18; margin: 0; }
.esx_head h3 span { color: #00d4ff; }
.esx_head .esx_tag { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.65; margin: 18px 0 0; max-width: 660px; }
.esx_head.esx_center .esx_tag { margin: 18px auto 0; }

/* ---------- 01 PROBLEM — editorial asymmetric opener ---------- */
.esx_problem { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: start; position: relative; margin-top: 10px; }
.esx_phead { position: relative; }
.esx_phead .esx_ghost { position: absolute; top: -64px; left: -8px; font-family: 'Poppins', sans-serif;
  font-style: italic; font-weight: 700; font-size: 150px; line-height: .8; color: rgba(0,212,255,.07); z-index: 0; pointer-events: none; }
.esx_phead .esx_kicker, .esx_phead h3 { position: relative; z-index: 1; }
.esx_phead h3 { font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 3px; line-height: 1.15; margin: 0; }
.esx_phead h3 span { color: #00d4ff; }
.esx_pbody p { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,.7); margin: 0 0 20px; }
.esx_pbody p:last-child { margin: 0; }
.esx_pbody strong { color: #fff; font-weight: 600; }
.esx_quoteband { margin-top: 56px; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.1);
  display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; }
.esx_quoteband .esx_qmark { font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 700;
  font-size: 90px; line-height: .6; color: #00d4ff; opacity: .85; }
.esx_quoteband .esx_quote { font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 300;
  font-size: 28px; line-height: 1.4; color: rgba(255,255,255,.9); margin: 0; }
.esx_quoteband .esx_quote strong { color: #00d4ff; font-style: normal; font-weight: 600; }

/* ---------- 02 TOOLKIT — split header + stat block (cards keep .toolkit_card) ---------- */
.esx_thead { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px;
  padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }
.esx_thead .esx_thead_l { max-width: 640px; }
.esx_thead h3 { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 3px; line-height: 1.18; margin: 0 0 16px; }
.esx_thead h3 span { color: #00d4ff; }
.esx_thead .esx_tag { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.65; margin: 0; max-width: 600px; }
.esx_stats { display: flex; gap: 14px; flex: none; }
.esx_stat { text-align: center; padding: 16px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px;
  background: rgba(255,255,255,.03); min-width: 110px; }
.esx_stat .esx_statn { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 50px; line-height: 1; color: #00d4ff; }
.esx_stat .esx_statl { font-family: 'Poppins', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-top: 8px; }
#toolkit .toolkit_grid { margin-top: 44px; }

/* ---------- 03 MODULES — alternating horizontal rows ---------- */
.esx_modrows { margin-top: 30px; }
.esx_modrow { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: center; padding: 46px 0;
  border-bottom: 1px solid rgba(255,255,255,.1); }
.esx_modrow:last-child { border-bottom: none; padding-bottom: 0; }
.esx_aside { grid-column: 1; grid-row: 1; position: relative; display: flex; align-items: center; gap: 22px; }
.esx_modmain { grid-column: 2; grid-row: 1; }
.esx_modrow.esx_rev { grid-template-columns: 1fr 300px; }
.esx_modrow.esx_rev .esx_modmain { grid-column: 1; grid-row: 1; }
.esx_modrow.esx_rev .esx_aside { grid-column: 2; grid-row: 1; justify-content: flex-end; }
.esx_mnum { font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 700; font-size: 64px; line-height: 1; color: rgba(255,255,255,.1); }
.esx_well_lg { width: 92px; height: 92px; border-radius: 10px; background: rgba(0,212,255,.1); border: 1px solid rgba(0,212,255,.3);
  display: flex; align-items: center; justify-content: center; flex: none; box-shadow: 0 0 40px rgba(0,212,255,.1); }
.esx_well_lg svg { width: 40px; height: 40px; stroke: #00d4ff; fill: none; }
.esx_modmain h4 { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 2px; margin: 0 0 8px; }
.esx_modmain h4 span { color: #00d4ff; }
.esx_modmain .esx_lead { font-size: 15px; font-style: italic; color: rgba(255,255,255,.7); margin: 0 0 20px; }
.esx_modlist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 32px; }
.esx_modlist li { font-size: 13.5px; color: rgba(255,255,255,.78); padding: 7px 0 7px 20px; position: relative; line-height: 1.5; }
.esx_modlist li::before { content: '—'; position: absolute; left: 0; color: #00d4ff; font-weight: 600; }

/* ---------- 04 HOW IT WORKS — connected horizontal stepper ---------- */
.esx_stepper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 64px; position: relative; }
.esx_stepper::before { content: ''; position: absolute; top: 35px; left: 16%; right: 16%; height: 2px;
  background: linear-gradient(90deg, transparent, #00d4ff 18%, #00d4ff 82%, transparent); opacity: .5; }
.esx_step { text-align: center; position: relative; }
.esx_node { width: 72px; height: 72px; border-radius: 50%; border: 1px solid rgba(0,212,255,.3); background: #0d1a2d;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; position: relative; z-index: 1; box-shadow: 0 0 0 8px #0d1a2d; }
.esx_node .esx_rn { font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 700; font-size: 26px; color: #00d4ff; }
.esx_step h4 { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 2px; margin: 0 0 12px; }
.esx_step h4 span { color: #00d4ff; }
.esx_step p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.7); margin: 0 auto; max-width: 300px; }

/* ---------- 05 TRUST — sticky heading + list rows ---------- */
.esx_trustsplit { display: grid; grid-template-columns: .62fr 1fr; gap: 72px; align-items: start; }
.esx_trustaside { position: sticky; top: 100px; }
.esx_trustlist { display: flex; flex-direction: column; }
.esx_trustrow { display: grid; grid-template-columns: 52px 1fr; gap: 26px; padding: 28px 0; align-items: start;
  border-bottom: 1px solid rgba(255,255,255,.1); transition: padding-left .3s ease; }
.esx_trustrow:first-child { border-top: 1px solid rgba(255,255,255,.1); }
.esx_trustrow:hover { padding-left: 8px; }
.esx_trustrow .esx_well { width: 52px; height: 52px; border-radius: 8px; background: rgba(0,212,255,.1); border: 1px solid rgba(0,212,255,.3);
  display: flex; align-items: center; justify-content: center; flex: none; }
.esx_trustrow .esx_well svg { width: 22px; height: 22px; stroke: #00d4ff; fill: none; }
.esx_trustrow h5 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 4px 0 8px; }
.esx_trustrow p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.65); margin: 0; }

/* ---------- 06 MATURITY — narrative + vertical spine ladder ---------- */
.esx_matsplit { display: grid; grid-template-columns: 1fr 1.04fr; gap: 70px; align-items: start; margin-top: 50px; }
.esx_mattext p { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,.7); margin: 0 0 20px; }
.esx_mattext p:last-child { margin: 0; }
.esx_mattext strong { color: #fff; font-weight: 600; }
.esx_spine { position: relative; padding-left: 38px; }
.esx_spine::before { content: ''; position: absolute; left: 12px; top: 10px; bottom: 10px; width: 2px;
  background: linear-gradient(180deg, #4ade80, #00d4ff, #fbbf24); opacity: .7; }
.esx_spine_item { position: relative; padding: 0 0 30px; }
.esx_spine_item:last-child { padding-bottom: 0; }
.esx_spine_item::before { content: ''; position: absolute; left: -32px; top: 3px; width: 14px; height: 14px; border-radius: 50%;
  background: #0d1a2d; border: 2px solid #00d4ff; box-shadow: 0 0 0 4px #0d1a2d; }
.esx_spine_item.esx_m::before { border-color: #4ade80; }
.esx_spine_item.esx_b::before { border-color: #00d4ff; }
.esx_spine_item.esx_p::before { border-color: #fbbf24; }
.esx_spine_tag { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 14px; border-radius: 4px; margin-bottom: 12px; }
.esx_spine_tag.esx_m { background: rgba(74,222,128,.12); color: #4ade80; }
.esx_spine_tag.esx_b { background: rgba(0,212,255,.12); color: #00d4ff; }
.esx_spine_tag.esx_p { background: rgba(251,191,36,.12); color: #fbbf24; }
.esx_spine_item h5 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 1px; margin: 0 0 6px; }
.esx_spine_item p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.65); margin: 0; }

/* ---------- 07 PRICING — published rate + founding-cohort tier ---------- */
.esx_pricewrap { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 920px; margin: 50px auto 0; }
.esx_pricecard { position: relative; padding: 40px 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px;
  background: rgba(255,255,255,.03); }
/* Founding-cohort hero: rotating gradient border, lift, animated badge + price shine.
   This is the primary push, so it deliberately carries more energy than every other card. */
@property --esx-feat-angle { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.esx_pricecard_feature { border: 1px solid transparent; transform: translateY(-12px); z-index: 1; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0,212,255,.14), rgba(65,105,225,.06)) padding-box,
    linear-gradient(#0b1a2b, #0b1a2b) padding-box,
    conic-gradient(from var(--esx-feat-angle, 0deg), #00d4ff, #4169e1, #6ea8ff, #00d4ff) border-box;
  box-shadow: 0 28px 70px -30px rgba(0,212,255,.6), 0 0 60px rgba(0,212,255,.1), inset 0 1px 0 rgba(255,255,255,.06);
  animation: esx_feat_border 5s linear infinite, esx_feat_breathe 4.5s ease-in-out infinite;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; }
@keyframes esx_feat_border { to { --esx-feat-angle: 360deg; } }
@keyframes esx_feat_breathe { 50% { box-shadow: 0 32px 80px -28px rgba(0,212,255,.75), 0 0 80px rgba(0,212,255,.18), inset 0 1px 0 rgba(255,255,255,.08); } }
.esx_pricecard_feature:hover { transform: translateY(-18px) scale(1.015); }

/* faint sheen sweeping across the hero card */
.esx_pricecard_feature::after { content: ''; position: absolute; top: 0; left: -60%; width: 45%; height: 100%; z-index: 0;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.07), transparent); transform: skewX(-18deg);
  animation: esx_feat_sheen 6.5s ease-in-out infinite; pointer-events: none; }
@keyframes esx_feat_sheen { 0%, 62% { left: -60%; } 86%, 100% { left: 130%; } }
.esx_pricecard_feature > * { position: relative; z-index: 1; }

/* corner "SAVE 50%" flag */
.esx_priceflag { position: absolute; top: 18px; right: 38px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0;
  width: 58px; height: 58px; border-radius: 50%; font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 9px; line-height: 1; letter-spacing: 1px; text-transform: uppercase; color: #04121e;
  background: radial-gradient(circle at 35% 30%, #7fe3ff, #00d4ff 60%, #2a8fff);
  box-shadow: 0 6px 18px -4px rgba(0,212,255,.7), inset 0 1px 2px rgba(255,255,255,.6);
  animation: esx_feat_flagpop 4.5s ease-in-out infinite; }
.esx_priceflag b { display: block; font-size: 15px; line-height: 1; letter-spacing: 0; margin-bottom: 2px; }
@keyframes esx_feat_flagpop { 50% { transform: scale(1.08) rotate(-4deg); } }

.esx_pricebadge { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; color: #04121e; margin-bottom: 18px;
  padding: 7px 15px; border-radius: 100px;
  background: linear-gradient(135deg, #6ee7ff, #00d4ff 55%, #2f8dff);
  box-shadow: 0 6px 18px -6px rgba(0,212,255,.6); }
.esx_pricelabel { display: block; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.esx_priceamt { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 54px; line-height: 1; color: #fff; }
.esx_pricecard_feature .esx_priceamt { color: #00d4ff;
  background: linear-gradient(135deg, #8ef0ff, #00d4ff 55%, #4f9bff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 16px rgba(0,212,255,.45)); }
.esx_priceamt .esx_cur { font-size: 28px; vertical-align: super; margin-right: 2px; font-weight: 600; }
.esx_priceamt .esx_per { display: block; font-size: 12px; font-weight: 500; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 12px; }
.esx_pricecard_feature .esx_priceamt .esx_per { -webkit-text-fill-color: rgba(255,255,255,.55); filter: none; }
.esx_pricenote { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.68); margin: 22px 0 0; }
.esx_strike { text-decoration: line-through; color: rgba(255,255,255,.4); margin-right: 8px; }
.esx_pricecard_feature .esx_strike { color: rgba(110,168,255,.75); text-decoration-color: rgba(0,212,255,.85); font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  .esx_pricecard_feature, .esx_pricecard_feature::after, .esx_priceflag { animation: none; }
}
.esx_priceincl { max-width: 920px; margin: 26px auto 0; padding: 34px 40px; border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; background: rgba(255,255,255,.02); }
.esx_priceincl_head { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: #fff; margin-bottom: 22px; }
.esx_pricelist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 34px; }
.esx_pricelist li { position: relative; padding-left: 28px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.78); }
.esx_pricelist li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: #00d4ff; font-weight: 700; }
.esx_pricelist li.esx_pricelist_no::before { color: #4ade80; }

/* ---------- Founding card: give / get exchange (replaces the bring-list + long note) ---------- */
.esx_trade { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 24px 0 2px; }
.esx_trade_give, .esx_trade_get { display: flex; flex-direction: column; min-width: 0; }
.esx_trade_cap { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: rgba(255,255,255,.5); margin-bottom: 9px; }
.esx_trade_lead { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.3; color: rgba(255,255,255,.9); }
.esx_trade_sub { font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.5); margin-top: 7px; }
.esx_trade_arrow { font-size: 22px; line-height: 1; color: rgba(0,212,255,.7); filter: drop-shadow(0 0 8px rgba(0,212,255,.4)); }
.esx_trade_get .esx_priceamt { font-size: 38px; }
.esx_trade_get .esx_priceamt .esx_cur { font-size: 20px; }
.esx_trade_get .esx_priceamt .esx_per { margin-top: 9px; }
.esx_trade_ast { font-size: .42em; vertical-align: super; margin-left: 3px; text-decoration: none;
  color: rgba(110,168,255,.95); -webkit-text-fill-color: rgba(110,168,255,.95); }
.esx_trade_ast:hover { color: #8ef0ff; -webkit-text-fill-color: #8ef0ff; }
.esx_trade_was { font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.55); margin-top: 11px; }
.esx_trade_was .esx_strike { margin-right: 6px; }
@media (max-width: 720px) {
  .esx_trade { grid-template-columns: 1fr; gap: 12px; }
  .esx_trade_arrow { justify-self: start; transform: rotate(90deg); }
}

/* ---------- Discreet Founding Cohort terms (sits under the Education card) ---------- */
.esx_terms { max-width: 920px; margin: 18px auto 0; padding: 0 4px; }
.esx_terms_sum { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; list-style: none; cursor: pointer;
  padding: 13px 2px; line-height: 1.5; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .3px; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.08); transition: color .2s ease; }
.esx_terms_sum::-webkit-details-marker { display: none; }
.esx_terms_sum:hover { color: rgba(255,255,255,.82); }
.esx_terms:target .esx_terms_sum { color: rgba(255,255,255,.85); border-top-color: rgba(0,212,255,.4); }
.esx_terms_ast { color: rgba(110,168,255,.85); font-weight: 700; }
.esx_terms_hint { font-family: inherit; font-weight: 400; font-size: 11.5px; letter-spacing: 0; color: rgba(255,255,255,.4); }
.esx_terms_chev { margin-left: auto; font-size: 18px; line-height: 1; color: rgba(255,255,255,.4);
  transform: rotate(90deg); transition: transform .25s ease; }
.esx_terms[open] .esx_terms_chev { transform: rotate(-90deg); }
.esx_terms[open] .esx_terms_hint { display: none; }
.esx_terms_body { margin: 4px 2px 14px; padding-left: 16px; max-width: 760px; font-size: 12px; line-height: 1.7;
  color: rgba(255,255,255,.5); border-left: 1px solid rgba(0,212,255,.3); }
@media (prefers-reduced-motion: reduce) { .esx_terms_chev { transition: none; } }

/* Partners & resellers: neon-purple identity, its own accent (a third path, like the green education card) */
.esx_pricepartner { position: relative; overflow: hidden; max-width: 920px; margin: 16px auto 0;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 32px 40px;
  border: 1px solid rgba(176,107,255,.32); border-radius: 14px;
  background:
    radial-gradient(rgba(176,107,255,.06) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(135deg, rgba(176,107,255,.12), rgba(232,121,249,.04) 60%, transparent);
  box-shadow: 0 22px 60px -28px rgba(176,107,255,.4), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease; }
.esx_pricepartner:hover { transform: translateY(-3px); border-color: rgba(176,107,255,.55);
  box-shadow: 0 30px 70px -28px rgba(176,107,255,.55), inset 0 1px 0 rgba(255,255,255,.06); }
/* shimmering top rail - purple flows into fuchsia and back */
.esx_pricepartner::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 2px; z-index: 2;
  background: linear-gradient(90deg, transparent, #b06bff, #e879f9, #b06bff, transparent);
  background-size: 220% 100%; animation: esx_partner_rail 6s linear infinite; }
/* drifting aurora bloom on the CTA side */
.esx_pricepartner::after { content: ''; position: absolute; right: -50px; top: -90px; width: 300px; height: 300px;
  z-index: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(176,107,255,.22), rgba(232,121,249,.05) 45%, transparent 70%);
  animation: esx_partner_drift 11s ease-in-out infinite; }
@keyframes esx_partner_rail { to { background-position: -220% 0; } }
@keyframes esx_partner_drift { 50% { transform: translate(-22px, 20px) scale(1.12); opacity: .8; } }
.esx_pricepartner_main { position: relative; z-index: 1; }
.esx_pricepartner_tag { display: inline-flex; align-items: center; font-family: 'Poppins', sans-serif; font-size: 11px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #c79bff; margin-bottom: 12px; }
.esx_pricepartner_tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; margin-right: 9px; flex: none;
  background: #b06bff; box-shadow: 0 0 8px rgba(176,107,255,.85); }
.esx_pricepartner_title { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.esx_pricepartner_body { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.68); margin: 0; max-width: 640px; }
.esx_pricepartner_cta { position: relative; z-index: 1; white-space: nowrap; font-family: 'Poppins', sans-serif;
  font-size: 14px; font-weight: 600; color: #c79bff; text-decoration: none; transition: color .2s ease; }
.esx_pricepartner_cta:hover { color: #e0c4ff; }
.esx_pricepartner_cta span { display: inline-block; margin-left: 4px; transition: margin .2s ease; }
.esx_pricepartner_cta:hover span { margin-left: 10px; }
@media (max-width: 720px) { .esx_pricepartner { grid-template-columns: 1fr; gap: 18px; } }
@media (prefers-reduced-motion: reduce) { .esx_pricepartner::before, .esx_pricepartner::after { animation: none; } }

/* ---------- 07 PRICING - education licence (free, third path) ----------
   Concept: an "academic grant seal". Graph-paper texture, a drifting green
   aurora, a shimmering rail, and a rotating dashed-ring stamp around "Free". */
.esx_priceedu { position: relative; overflow: hidden; max-width: 920px; margin: 16px auto 0;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px;
  padding: 38px 44px; border: 1px solid rgba(74,222,128,.3); border-radius: 16px;
  background:
    radial-gradient(rgba(74,222,128,.06) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(135deg, rgba(74,222,128,.1), rgba(0,212,255,.04) 60%, transparent);
  box-shadow: 0 22px 60px -28px rgba(74,222,128,.35), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease; }
.esx_priceedu:hover { transform: translateY(-3px); border-color: rgba(74,222,128,.5);
  box-shadow: 0 30px 70px -28px rgba(74,222,128,.5), inset 0 1px 0 rgba(255,255,255,.06); }

/* shimmering top rail - green flows into cyan and back */
.esx_priceedu::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 2px; z-index: 2;
  background: linear-gradient(90deg, transparent, #4ade80, #00d4ff, #4ade80, transparent);
  background-size: 220% 100%; animation: esx_edu_rail 6s linear infinite; }
/* drifting aurora bloom behind the seal */
.esx_priceedu::after { content: ''; position: absolute; right: -40px; top: -90px; width: 320px; height: 320px;
  z-index: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(74,222,128,.22), rgba(0,212,255,.06) 45%, transparent 70%);
  animation: esx_edu_drift 11s ease-in-out infinite; }
@keyframes esx_edu_rail { to { background-position: -220% 0; } }
@keyframes esx_edu_drift { 50% { transform: translate(-26px, 22px) scale(1.12); opacity: .8; } }

.esx_priceedu_well { position: relative; z-index: 1; width: 66px; height: 66px; border-radius: 14px; flex: none;
  background: linear-gradient(135deg, rgba(74,222,128,.16), rgba(74,222,128,.04));
  border: 1px solid rgba(74,222,128,.34); display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08); animation: esx_edu_float 5s ease-in-out infinite;
  transition: box-shadow .35s ease; }
.esx_priceedu_well svg { width: 32px; height: 32px; stroke: #4ade80; fill: none;
  filter: drop-shadow(0 2px 6px rgba(74,222,128,.4)); }
.esx_priceedu:hover .esx_priceedu_well { box-shadow: 0 12px 30px -6px rgba(74,222,128,.45), inset 0 1px 0 rgba(255,255,255,.1); }
@keyframes esx_edu_float { 50% { transform: translateY(-6px); } }

.esx_priceedu_main { position: relative; z-index: 1; min-width: 0; }
.esx_priceedu_tag { display: inline-flex; align-items: center; font-family: 'Poppins', sans-serif; font-size: 11px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #4ade80;
  background: rgba(74,222,128,.12); border: 1px solid rgba(74,222,128,.22);
  padding: 5px 13px; border-radius: 100px; margin-bottom: 14px; }
.esx_priceedu_tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4ade80;
  margin-right: 8px; box-shadow: 0 0 8px #4ade80; animation: esx_edu_pulse 2.4s ease-in-out infinite; }
@keyframes esx_edu_pulse { 50% { opacity: .35; transform: scale(.7); } }
.esx_priceedu_title { font-family: 'Poppins', sans-serif; font-size: 23px; font-weight: 700; line-height: 1.2;
  color: #fff; margin: 0 0 10px; letter-spacing: .3px; }
.esx_priceedu_title span { color: #4ade80; }
.esx_priceedu_body { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.7); margin: 0 0 18px; max-width: 560px; }
.esx_priceedu_link { position: relative; display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .5px;
  color: #4ade80; text-decoration: none; transition: color .25s ease; }
.esx_priceedu_link::after { content: ''; position: absolute; left: 0; bottom: -4px; height: 1px; width: 0;
  background: linear-gradient(90deg, #4ade80, #00d4ff); transition: width .3s ease; }
.esx_priceedu_link:hover { color: #d6ffe6; }
.esx_priceedu_link:hover::after { width: calc(100% - 26px); }
.esx_priceedu_arrow { transition: transform .25s ease; }
.esx_priceedu_link:hover .esx_priceedu_arrow { transform: translateX(5px); }

/* "Free" emblem styled as a rotating academic seal */
.esx_priceedu_emblem { position: relative; z-index: 1; flex: none; }
.esx_priceedu_seal { position: relative; width: 138px; height: 138px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(circle at 50% 38%, rgba(74,222,128,.14), rgba(13,26,45,.6) 70%);
  border: 1px solid rgba(74,222,128,.28); box-shadow: inset 0 0 24px rgba(74,222,128,.12); }
/* the rotating dashed ring - the "stamp" */
.esx_priceedu_ring { position: absolute; inset: 8px; border-radius: 50%;
  border: 2px dashed rgba(74,222,128,.5); animation: esx_edu_spin 22s linear infinite; }
.esx_priceedu:hover .esx_priceedu_ring { animation-duration: 9s; border-color: rgba(74,222,128,.8); }
@keyframes esx_edu_spin { to { transform: rotate(360deg); } }
/* a small orbiting spark riding the ring */
.esx_priceedu_spark { position: absolute; top: 4px; left: 50%; width: 7px; height: 7px; margin-left: -3.5px;
  border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px 2px rgba(74,222,128,.8);
  transform-origin: 3.5px 65px; animation: esx_edu_spin 22s linear infinite; }
.esx_priceedu:hover .esx_priceedu_spark { animation-duration: 9s; }
.esx_priceedu_amt { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 40px; line-height: 1;
  background: linear-gradient(135deg, #4ade80, #00d4ff); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 10px rgba(74,222,128,.4)); }
.esx_priceedu_per { display: block; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 8px; }

@media (prefers-reduced-motion: reduce) {
  .esx_priceedu::before, .esx_priceedu::after, .esx_priceedu_well,
  .esx_priceedu_ring, .esx_priceedu_spark, .esx_priceedu_tag::before { animation: none; }
}
