:root{--ink-950:#04091a;--ink-900:#060d22;--ink-800:#04122e;--ink-700:#0a1735;--blue-50:#eaf6fc;--blue-100:#d2ecf8;--blue-200:#a9daf1;--blue-300:#7fc6ea;--blue-400:#4fb1e5;--blue-500:#2e97d4;--blue-600:#2278b0;--blue-700:#1e5c92;--navy-800:#1f3681;--navy-900:#16285c;--neutral-0:#fff;--neutral-50:#f8fafc;--neutral-100:#f3f6f9;--neutral-200:#e6ebf1;--neutral-300:#d4dbe4;--neutral-400:#aeb7c2;--neutral-500:gray;--neutral-600:#5c636e;--neutral-700:#3a3e46;--neutral-900:#202023;--accent-teal:#5bc0be;--accent-coral:#e8684a;--accent-amber:#f2a33c;--accent-green:#34c98e;--color-bg:var(--neutral-100);--color-bg-subtle:var(--neutral-200);--color-surface:var(--neutral-0);--color-dark:var(--ink-900);--color-brand:#1f3681;--color-brand-light:#4fb1e5;--color-heading:var(--navy-900);--color-text-body:var(--neutral-700);--color-text-muted:var(--neutral-600);--color-text-grey:gray;--color-link:var(--blue-600);--color-link-deep:var(--blue-700);--on-dark:#fff;--on-dark-soft:#a9c0e8;--on-dark-muted:#8fa1c7;--on-dark-faint:#7e93c4;--gradient-brand:linear-gradient(135deg, #4fb1e5 0%, #1f3681 100%);--gradient-hero:linear-gradient(135deg, var(--ink-800) 0%, var(--ink-900) 60%);--gradient-text:linear-gradient(90deg, #4fb1e5, #5bc0be);--color-surface-dark:var(--ink-700);--color-code-json:var(--color-brand-light);--color-neutral-100:var(--neutral-100);--color-neutral-400:var(--neutral-400);--color-border-accent:#4fb1e526;--color-border-subtle:var(--neutral-200);--color-border-card:#e0e7f4;--tint-accent-06:#4fb1e50f;--tint-accent-12:#4fb1e51f;--tint-accent-22:#4fb1e538;--tint-accent-35:#4fb1e559;--color-status-pass:#34c98e;--color-status-pass-bg:#34c98e26;--color-status-pass-bg2:#34c98e33;--color-status-warn:#f2a33c;--color-status-warn-alt:#e0972b;--color-status-warn-bg:#f2a33c33;--color-status-fail:#e8684a;--color-status-fail-alt:#e0455a;--color-status-fail-bg:#e8684a26;--color-status-fail-bg2:#e8684a33;--color-error:#e0455a;--color-error-text:#b02a3c;--color-error-bg:#fce9ec;--color-error-border:#f2b9c2;--color-cta:var(--blue-400);--color-cta-hover:var(--blue-300);--color-cta-ink:var(--ink-800);--shadow-cta:0 10px 32px #4fb1e573;--color-icon-primary:var(--color-brand-light);--color-accent:var(--color-brand-light);--font-sans:"Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--font-mono:"Roboto Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.75rem;--text-5xl:3.75rem;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-bold:700;--weight-black:700;--display-weight:var(--weight-light);--heading-weight:var(--weight-medium);--tracking-display:-.015em;--tracking-eyebrow:.16em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--container-max:1240px;--container-pad:clamp(1rem, 5vw, 3rem);--radius-sm:6px;--radius-md:10px;--radius-btn:11px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--shadow-card:0 1px 3px #1f368114, 0 1px 2px #2020230a;--shadow-card-lg:0 14px 36px #1f36811f;--shadow-nav:0 4px 24px #04091a59;--shadow-lift:0 16px 40px var(--tint-accent-22);--ring-focus:0 0 0 3px #4fb1e566;--ease-out:cubic-bezier(.16, 1, .3, 1);--duration-base:.2s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-regular);color:var(--color-text-body);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:var(--heading-weight);color:var(--color-heading);line-height:1.2}::selection{background:#4fb1e547}:focus-visible{box-shadow:var(--ring-focus);border-radius:var(--radius-sm);outline:none}.ep-container{width:100%;max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.ep-section{padding-block:5rem}.ep-section--lg{padding-block:var(--space-24)}.ep-section--dark{background:var(--color-dark);color:var(--color-bg)}.ep-section--subtle{background:var(--color-bg-subtle)}.ep-header{z-index:1000;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--tint-accent-12);background:#060d22eb;transition:box-shadow .2s;position:sticky;top:0}.ep-header.is-scrolled{background:var(--ink-900);box-shadow:var(--shadow-nav)}.ep-header__inner{justify-content:space-between;align-items:center;gap:var(--space-8);height:68px;display:flex}.ep-header__logo img{width:auto;height:26px;display:block}.ep-nav{align-items:center;gap:var(--space-2);display:flex}.ep-nav__item{position:relative}.ep-nav__link{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--on-dark-muted);border-radius:var(--radius-sm);white-space:nowrap;cursor:pointer;font-family:var(--font-sans);background:0 0;border:none;transition:color .15s;display:flex}.ep-nav__link:hover,.ep-nav__link[aria-expanded=true]{color:var(--on-dark)}.ep-nav__chevron{color:var(--on-dark-muted);font-size:.65em;transition:transform .2s}.ep-nav__item--mega.is-open .ep-nav__chevron,.ep-nav__item--dropdown.is-open .ep-nav__chevron{transform:rotate(180deg)}.ep-nav__cta{padding:var(--space-2) var(--space-6);background:var(--color-cta);color:var(--color-cta-ink);font-size:var(--text-sm);font-weight:var(--weight-medium);border-radius:var(--radius-md);white-space:nowrap;font-family:var(--font-sans);align-items:center;transition:background .15s;display:inline-flex}.ep-nav__cta:hover{background:var(--color-cta-hover);color:var(--color-cta-ink)}.ep-mega{background:var(--color-surface);border:1px solid var(--color-border-subtle);border-top:3px solid var(--color-cta);box-shadow:var(--shadow-card-lg);padding:var(--space-8) 0;z-index:999;border-radius:0;display:none;position:fixed;top:68px;left:0;right:0}.ep-mega.is-open{display:block}.ep-mega__grid{gap:var(--space-8);padding-bottom:var(--space-6);grid-template-columns:repeat(4,1fr);align-items:stretch;display:grid}.ep-mega__grid--3{padding-top:var(--space-6);border-top:1px solid var(--color-bg-subtle);grid-template-columns:repeat(3,1fr);padding-bottom:0}.ep-mega__col-heading{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--color-link);margin-bottom:var(--space-4);transition:color .15s;display:block}.ep-mega__col-heading:hover{color:var(--color-link-deep)}.ep-mega__links{gap:var(--space-2);flex-direction:column;display:flex}.ep-mega__links a{font-size:var(--text-sm);color:var(--color-text-muted);padding:var(--space-1) 0;transition:color .15s}.ep-mega__links a:hover{color:var(--color-dark)}.ep-dropdown{top:calc(100% + var(--space-2));background:var(--color-surface);border:1px solid var(--color-border-subtle);border-top:3px solid var(--color-cta);border-radius:var(--radius-lg);min-width:230px;box-shadow:var(--shadow-card-lg);padding:var(--space-2) 0;z-index:999;display:none;position:absolute;left:0}.ep-dropdown.is-open{display:block}.ep-dropdown__link{padding:var(--space-3) var(--space-6);font-size:var(--text-sm);color:var(--color-text-muted);transition:background .1s,color .1s;display:block}.ep-dropdown__link:hover{background:var(--color-bg-subtle);color:var(--color-dark)}.ep-header__hamburger{width:40px;height:40px;color:var(--on-dark);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:1.2rem;transition:background .15s;display:none}.ep-header__hamburger:hover{background:var(--color-bg-subtle)}.ep-drawer-overlay{z-index:1999;opacity:0;background:#04091a99;transition:opacity .3s;display:none;position:fixed;inset:0}.ep-drawer-overlay.is-open{opacity:1;display:block}.ep-drawer{background:var(--color-dark);z-index:2000;width:min(320px,90vw);padding:var(--space-6);transition:transform .3s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.ep-drawer.is-open{transform:translate(0)}.ep-drawer__header{margin-bottom:var(--space-8);justify-content:space-between;align-items:center;display:flex}.ep-drawer__logo-img{width:auto;height:26px;display:block}.ep-drawer__close{color:var(--color-brand-light);padding:var(--space-2);font-size:1.2rem;transition:color .15s}.ep-drawer__close:hover{color:var(--on-dark)}.ep-drawer__list{gap:var(--space-1);flex-direction:column;display:flex}.ep-drawer__category-toggle{width:100%;padding:var(--space-3) var(--space-4);color:var(--on-dark);font-size:var(--text-sm);font-weight:var(--weight-bold);border-radius:var(--radius-sm);font-family:var(--font-sans);justify-content:space-between;align-items:center;transition:background .15s;display:flex}.ep-drawer__category-toggle:hover{background:#ffffff0f}.ep-drawer__sub{padding-left:var(--space-4);display:none}.ep-drawer__sub-link{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--on-dark-muted);border-radius:var(--radius-sm);transition:color .15s;display:block}.ep-drawer__sub-link:hover{color:var(--on-dark)}.ep-drawer__link{padding:var(--space-3) var(--space-4);color:var(--on-dark);font-size:var(--text-sm);font-weight:var(--weight-medium);display:block}.ep-drawer__cta{margin-top:var(--space-6);padding:var(--space-3) var(--space-6);background:var(--color-cta);color:var(--color-cta-ink);font-size:var(--text-sm);font-weight:var(--weight-bold);border-radius:var(--radius-md);text-align:center;transition:background .15s;display:block}.ep-drawer__cta:hover{background:var(--color-cta-hover)}.ep-dropdown__link--logo{gap:var(--space-1);padding-top:var(--space-4);flex-direction:column;display:flex}.ep-dropdown__product-logo{width:auto;max-height:20px;display:block}.ep-dropdown__product-tagline{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);text-transform:none;letter-spacing:0;margin-bottom:var(--space-3);display:block}@media (width<=1023px){.ep-nav,.ep-nav__cta{display:none}.ep-header__hamburger{display:flex}.ep-header__inner{height:60px}}.ep-footer{background:var(--ink-950);color:var(--on-dark-muted);padding-top:var(--space-16);border-top:1px solid #4fb1e51a}.ep-footer__grid{gap:var(--space-12);padding-bottom:var(--space-12);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.ep-footer__logo img{width:auto;height:30px;display:block}.ep-footer__strapline{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--on-dark-muted);line-height:1.5}.ep-footer__heading{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-regular);text-transform:uppercase;letter-spacing:.14em;color:var(--on-dark-muted);margin-bottom:var(--space-4)}.ep-footer__links{gap:var(--space-3);flex-direction:column;display:flex}.ep-footer__links a{font-size:var(--text-sm);color:var(--on-dark-muted);transition:color .15s}.ep-footer__links a:hover{color:var(--on-dark)}.ep-footer__bottom{justify-content:space-between;align-items:center;gap:var(--space-4);padding-block:var(--space-6);border-top:1px solid #ffffff14;flex-wrap:wrap;display:flex}.ep-footer__legal{font-size:var(--text-xs);color:var(--on-dark-muted)}.ep-footer__bottom-links{align-items:center;gap:var(--space-6);display:flex}.ep-footer__bottom-links a{font-size:var(--text-xs);color:var(--on-dark-muted);transition:color .15s}.ep-footer__bottom-links a:hover{color:var(--on-dark)}@media (width<=768px){.ep-footer__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.ep-footer__bottom{flex-direction:column;align-items:flex-start}}@media (width<=480px){.ep-footer__grid{grid-template-columns:1fr}}.ep-btn{font-family:var(--font-sans);font-size:.9rem;font-weight:var(--weight-medium);border-radius:var(--radius-btn);transition:background var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);white-space:nowrap;cursor:pointer;border:0;align-items:center;gap:.5rem;padding:.8rem 1.6rem;line-height:1;text-decoration:none;display:inline-flex}.ep-btn--primary{background:var(--color-cta);color:var(--color-cta-ink);box-shadow:var(--shadow-cta)}.ep-btn--primary:hover{background:var(--color-cta-hover);color:var(--color-cta-ink)}.ep-btn--outline-light{color:var(--on-dark);background:#ffffff0d;border:1px solid #ffffff38}.ep-btn--outline-light:hover{background:#ffffff1f}.ep-hero{background:var(--color-dark);color:var(--on-dark);overflow:hidden}.ep-hero__inner{max-width:var(--container-max);padding:4.75rem var(--container-pad) 5.25rem;text-align:center;margin:0 auto}.ep-hero__pill{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--blue-300);border:1px solid var(--tint-accent-35);border-radius:var(--radius-pill);animation:ep-fadeUp .5s var(--ease-out) both;align-items:center;gap:9px;padding:5px 13px;font-size:11px;display:inline-flex}.ep-hero__pill-dot{background:var(--blue-400);border-radius:50%;width:6px;height:6px;animation:1.6s infinite ep-blink}.ep-hero__headline{font-size:clamp(2.4rem,6vw,3.75rem);font-weight:var(--display-weight);letter-spacing:var(--tracking-display);color:var(--on-dark);animation:ep-fadeUp .5s 80ms var(--ease-out) both;margin-top:1.75rem;line-height:1.12}.ep-hero__gradient{font-weight:var(--weight-regular);background:var(--gradient-text);color:#0000;-webkit-background-clip:text;background-clip:text}.ep-hero__sub{max-width:560px;color:var(--on-dark-soft);animation:ep-fadeUp .5s .16s var(--ease-out) both;margin:1.4rem auto 0;font-size:1.06rem;line-height:1.6}.ep-hero__ctas{animation:ep-fadeUp .5s .24s var(--ease-out) both;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.1rem;display:flex}.ep-hero__band{text-align:left;grid-template-columns:1fr auto 1fr;align-items:center;gap:52px;margin-top:62px;display:grid}.ep-hero__feed{border:1px solid var(--tint-accent-22);border-radius:var(--radius-lg);background:#ffffff08;justify-self:end;width:290px;animation:7s ease-in-out infinite ep-float1;overflow:hidden}.ep-hero__feed-head{font-family:var(--font-mono);color:var(--on-dark-faint);border-bottom:1px solid #ffffff12;justify-content:space-between;padding:9px 14px;font-size:10px;display:flex}.ep-hero__feed-live{color:var(--accent-green)}.ep-hero__feed-rows{flex-direction:column;gap:4px;padding:9px 11px;display:flex}.ep-hero__feed-row{font-family:var(--font-mono);border-radius:7px;justify-content:space-between;gap:10px;padding:5px 9px;font-size:10.5px;animation:6s infinite ep-feedPulse;display:flex}.ep-hero__feed-row:first-child{animation-delay:0s}.ep-hero__feed-row:nth-child(2){animation-delay:1.5s}.ep-hero__feed-row:nth-child(3){animation-delay:3s}.ep-hero__feed-row:nth-child(4){animation-delay:4.5s}.ep-hero__feed-q{color:var(--on-dark-faint)}.ep-hero__feed-s--match,.ep-hero__feed-s--confirmed{color:var(--accent-green)}.ep-hero__feed-s--active{color:var(--blue-400)}.ep-hero__feed-s--verified{color:var(--accent-teal)}.ep-hero__orb{width:310px;height:310px;position:relative}.ep-hero__orb-glow{background:conic-gradient(from 0deg, var(--blue-400), var(--navy-800), var(--accent-teal), var(--accent-coral), var(--blue-400));filter:blur(30px);opacity:.8;border-radius:50%;animation:10s linear infinite ep-sweep;position:absolute;inset:0}.ep-hero__orb-core{background:var(--ink-900);text-align:center;border:1px solid #7fc6ea59;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:1.5rem;display:flex;position:absolute;inset:26px}.ep-hero__orb-title{font-family:var(--font-sans);font-size:1.25rem;font-weight:var(--weight-medium);color:var(--on-dark);line-height:1.2}.ep-hero__orb-cap{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--on-dark-faint);font-size:10.5px}.ep-hero__orb-ring{border:1px solid var(--tint-accent-35);border-radius:50%;animation:3.2s ease-out infinite ep-ringPulse;position:absolute;inset:0}.ep-hero__orb-ring--delay{border-color:#5bc0be66;animation-delay:1.6s}.ep-hero__orb-sat{position:absolute;inset:-14px}.ep-hero__orb-sat--a{animation:7s linear infinite ep-sweep}.ep-hero__orb-sat--b{animation:11s linear infinite ep-sweep}.ep-hero__orb-sat span{border-radius:50%;position:absolute;left:50%}.ep-hero__orb-sat--a span{background:var(--blue-400);width:9px;height:9px;box-shadow:0 0 14px var(--blue-400);margin-left:-4px;top:0}.ep-hero__orb-sat--b span{background:var(--accent-coral);width:8px;height:8px;box-shadow:0 0 12px var(--accent-coral);margin-left:-4px;bottom:0}.ep-hero__cred{flex-direction:column;justify-self:start;align-items:flex-start;gap:12px;width:320px;margin-top:44px;animation:8s ease-in-out infinite ep-float2;display:flex}.ep-hero__badge{box-sizing:border-box;border-radius:var(--radius-btn);width:264px;font-family:var(--font-mono);font-size:11.5px;font-weight:var(--weight-medium);letter-spacing:.06em;color:var(--on-dark);white-space:nowrap;align-items:center;gap:11px;padding:12px 14px;display:flex}.ep-hero__badge i{color:var(--accent-green);font-size:13px}.ep-hero__badge--blue{border:1px solid var(--tint-accent-35);background:#4fb1e51a}.ep-hero__badge--teal{background:#5bc0be1a;border:1px solid #5bc0be59}.ep-hero__badge--coral{background:#e8684a1a;border:1px solid #e8684a59}@keyframes ep-blink{0%,to{opacity:1}50%{opacity:.25}}@keyframes ep-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ep-feedPulse{0%,to{background:#ffffff05}8%{background:#4fb1e524}20%{background:#ffffff05}}@keyframes ep-float1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes ep-float2{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes ep-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ep-ringPulse{0%{opacity:.9;transform:scale(.55)}to{opacity:0;transform:scale(1.85)}}.ep-logo-strip{padding:var(--space-5) 0 var(--space-4);overflow:hidden}.ep-logo-strip--light{background:var(--neutral-50);border-bottom:1px solid var(--color-border-subtle)}.ep-logo-strip__eyebrow{font-family:var(--font-mono);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted);text-align:center;margin-bottom:var(--space-5);font-size:10.5px}.ep-marquee{position:relative}.ep-marquee:before,.ep-marquee:after{content:"";z-index:1;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.ep-marquee:before{background:linear-gradient(to right, var(--neutral-50), transparent);left:0}.ep-marquee:after{background:linear-gradient(to left, var(--neutral-50), transparent);right:0}.ep-marquee__track{width:max-content;animation:95s linear infinite ep-marquee;display:flex}@keyframes ep-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ep-marquee__logo{width:auto;height:32px;margin:0 var(--space-8);filter:grayscale();opacity:.6;-webkit-user-select:none;user-select:none;flex-shrink:0;display:block}.ep-marquee__logo--invert{filter:grayscale()invert(.8)}.ep-stats-band{background:var(--color-surface)}.ep-stats-band__inner{max-width:var(--container-max);padding:52px var(--container-pad) 56px;grid-template-columns:repeat(3,1fr);gap:40px;margin:0 auto;display:grid}.ep-stats-band__item{border-top:2px solid var(--blue-400);padding-top:20px}.ep-stats-band__item:nth-child(2){border-top-color:var(--accent-teal)}.ep-stats-band__item:nth-child(3){border-top-color:var(--accent-coral)}.ep-stats-band__value{font-weight:var(--weight-light);letter-spacing:-.02em;color:var(--neutral-900);font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.05}.ep-stats-band__label{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:8px;line-height:1.5}.ep-section-heading{text-align:center;margin-bottom:var(--space-12)}.ep-section-heading__eyebrow{font-family:var(--font-mono);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-link);margin-bottom:var(--space-3);font-size:.72rem}.ep-section-heading__eyebrow:before{content:"// "}.ep-section-heading__title{font-weight:var(--weight-light);letter-spacing:var(--tracking-display);color:var(--color-heading);margin-bottom:var(--space-3);font-size:clamp(2rem,4.5vw,2.75rem);line-height:1.15}.ep-section-heading__sub{font-size:var(--text-base);max-width:520px;color:var(--color-text-muted);margin:0 auto;line-height:1.6}.ep-section-heading--dark .ep-section-heading__eyebrow{color:var(--blue-300)}.ep-pillars .ep-section-heading__eyebrow{color:var(--color-link-deep)}.ep-section-heading--dark .ep-section-heading__title{color:var(--on-dark)}.ep-section-heading--dark .ep-section-heading__sub{color:var(--on-dark-soft)}.ep-pillars{background:var(--color-bg);padding:var(--space-24) var(--container-pad)}.ep-pillars__inner{max-width:var(--container-max);margin:0 auto}.ep-pillar-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ep-pillar-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);transition:border-color var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);flex-direction:column;gap:11px;padding:24px;text-decoration:none;display:flex}.ep-pillar-card:hover{border-color:var(--card-accent);box-shadow:0 16px 40px var(--card-shadow);transform:translateY(-3px)}.ep-pillar-card--a1{--card-accent:var(--blue-400);--card-shadow:#4fb1e52e}.ep-pillar-card--a2{--card-accent:var(--accent-coral);--card-shadow:#e8684a2e}.ep-pillar-card--a3{--card-accent:var(--accent-teal);--card-shadow:#5bc0be2e}.ep-pillar-card--a4{--card-accent:var(--accent-amber);--card-shadow:#f2a33c2e}.ep-pillar-card--a5{--card-accent:var(--blue-300);--card-shadow:#7fc6ea2e}.ep-pillar-card--a6{--card-accent:var(--accent-green);--card-shadow:#34c98e2e}.ep-pillar-card--a7{--card-accent:var(--navy-900);--card-shadow:#16285c2e}.ep-pillar-card__num{font-family:var(--font-mono);font-size:22px;font-weight:var(--weight-medium);color:var(--card-accent)}.ep-pillar-card__title{font-size:17.5px;font-weight:var(--weight-medium);color:var(--color-heading)}.ep-pillar-card__desc{color:var(--color-text-muted);font-size:13.5px;line-height:1.55}.ep-pillar-card__link{font-size:13.5px;font-weight:var(--weight-medium);color:var(--color-link);margin-top:auto}.ep-pillar-card--wide{align-items:center;gap:var(--space-6);flex-direction:row;grid-column:1/-1}.ep-pillar-card--wide .ep-pillar-card__body{flex-direction:column;flex:1;gap:11px;min-width:0;display:flex}.ep-pillar-card--wide .ep-pillar-card__link{flex-shrink:0;margin-top:0;margin-left:auto}.ep-products{background:var(--color-surface);padding:var(--space-24) var(--container-pad)}.ep-products__inner{max-width:var(--container-max);margin:0 auto}.ep-product-cards{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.ep-product-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-top:3px solid var(--card-accent);border-radius:var(--radius-lg);transition:transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);flex-direction:column;gap:8px;padding:22px 20px;text-decoration:none;display:flex}.ep-product-card:hover{box-shadow:0 16px 40px var(--card-shadow);transform:translateY(-3px)}.ep-product-card--orbis{--card-accent:var(--blue-400);--card-shadow:#4fb1e533}.ep-product-card--api{--card-accent:var(--accent-teal);--card-shadow:#5bc0be33}.ep-product-card--ukpb{--card-accent:var(--accent-amber);--card-shadow:#f2a33c33}.ep-product-card--kyc{--card-accent:var(--accent-green);--card-shadow:#34c98e33}.ep-product-card--prism{--card-accent:var(--accent-coral);--card-shadow:#e8684a33}.ep-product-card--avuk{--card-accent:var(--blue-300);--card-shadow:#7fc6ea33}.ep-product-card__tag{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px}.ep-product-card__name{font-size:19px;font-weight:var(--weight-medium);color:var(--color-heading)}.ep-product-card__desc{color:var(--color-text-muted);font-size:13.5px;line-height:1.55}.ep-cta-band{background:var(--color-dark);padding:var(--space-24) var(--container-pad);text-align:center}.ep-cta-band__inner{max-width:var(--container-max);margin:0 auto}.ep-cta-band__eyebrow{font-family:var(--font-mono);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--blue-300);margin-bottom:var(--space-4);font-size:.72rem}.ep-cta-band__eyebrow:before{content:"// "}.ep-cta-band__headline{font-weight:var(--weight-light);letter-spacing:var(--tracking-display);color:var(--on-dark);margin-bottom:var(--space-4);font-size:clamp(2rem,4.5vw,2.875rem);line-height:1.12}.ep-cta-band__sub{font-size:var(--text-base);color:var(--on-dark-soft);max-width:520px;margin:0 auto var(--space-8);line-height:1.6}.ep-cta-band__ctas{justify-content:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (width<=1024px){.ep-hero__band{text-align:center;grid-template-columns:1fr;justify-items:center;gap:32px}.ep-hero__orb{display:none}.ep-hero__feed{justify-self:center}.ep-hero__cred{justify-self:center;align-items:center;margin-top:0}.ep-product-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.ep-stats-band__inner{grid-template-columns:1fr;gap:28px}.ep-pillar-grid,.ep-product-cards{grid-template-columns:repeat(2,1fr)}.ep-pillar-card--wide{align-items:flex-start;gap:var(--space-4);flex-direction:column}.ep-pillar-card--wide .ep-pillar-card__link{margin-left:0}}@media (width<=480px){.ep-pillar-grid,.ep-product-cards{grid-template-columns:1fr}.ep-hero__ctas,.ep-cta-band__ctas{flex-direction:column;align-items:center}.ep-hero__feed{width:100%;max-width:290px}.ep-hero__cred{width:100%;max-width:320px}}@media (prefers-reduced-motion:reduce){.ep-hero__pill-dot,.ep-hero__feed,.ep-hero__feed-row,.ep-hero__orb-glow,.ep-hero__orb-ring,.ep-hero__orb-sat,.ep-hero__cred,.ep-marquee__track,.ep-hero__pill,.ep-hero__headline,.ep-hero__sub,.ep-hero__ctas{transition:none!important;animation:none!important}}.ep-contact-hero{background:var(--color-dark);padding:var(--space-16) var(--container-pad);text-align:center}.ep-contact-hero__inner{max-width:var(--container-max);margin:0 auto}.ep-contact-hero__eyebrow{font-family:var(--font-mono);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--blue-300);margin-bottom:var(--space-3);font-size:.72rem}.ep-contact-hero__title{font-size:var(--text-4xl);font-weight:var(--weight-light);color:var(--on-dark);margin-bottom:var(--space-3);line-height:1.1}.ep-contact-hero__sub{font-size:var(--text-base);color:var(--on-dark-soft);line-height:1.6}.ep-contact-body{background:var(--color-bg);padding:var(--space-16) var(--container-pad)}.ep-contact-body__inner{max-width:var(--container-max);gap:var(--space-8);grid-template-columns:1.3fr 1fr;align-items:start;margin:0 auto;display:grid}.ep-contact-form-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-8)}.ep-contact-form-card__title{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-6)}.ep-field{margin-bottom:var(--space-5)}.ep-field label{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-2);display:block}.ep-field__optional{font-weight:var(--weight-regular);color:var(--color-text-muted)}.ep-input{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--text-base);font-family:var(--font-sans);color:var(--color-dark);background:var(--color-bg);border:1px solid var(--neutral-300);border-radius:var(--radius-md);box-sizing:border-box;outline:none;transition:border-color .2s,box-shadow .2s}.ep-input:focus{border-color:var(--blue-400);box-shadow:var(--ring-focus)}.ep-input--error{border-color:var(--color-error)}.ep-input--error:focus{box-shadow:0 0 0 3px #e0455a26}textarea.ep-input{resize:vertical;min-height:120px;line-height:1.6}.ep-field-error{font-size:var(--text-sm);color:var(--color-error-text);margin-top:var(--space-1);display:block}.ep-form-error{background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-error-text);margin-bottom:var(--space-5)}.ep-contact-submit{width:100%;padding:var(--space-4);font-size:var(--text-base);font-weight:var(--weight-medium);font-family:var(--font-sans);color:var(--color-cta-ink);background:var(--color-cta);border-radius:var(--radius-btn);box-shadow:var(--shadow-cta);cursor:pointer;margin-top:var(--space-2);border:none;transition:background .2s}.ep-contact-submit:hover{background:var(--color-cta-hover)}.ep-contact-submit:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.ep-contact-success{text-align:center;padding:var(--space-12) var(--space-6);display:none}.ep-contact-success__icon{background:var(--tint-accent-12);width:56px;height:56px;margin:0 auto var(--space-4);font-size:var(--text-2xl);color:var(--color-cta);border-radius:50%;justify-content:center;align-items:center;display:flex}.ep-contact-success__title{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-3)}.ep-contact-success__sub{font-size:var(--text-base);color:var(--color-text-muted);line-height:1.6}.ep-contact-info{gap:var(--space-4);flex-direction:column;display:flex}.ep-contact-info-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6)}.ep-contact-info-card__title{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-4)}.ep-contact-info-row{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:none;display:flex}.ep-contact-info-row:last-child{margin-bottom:0}.ep-contact-info-row a{color:var(--color-text-muted);text-decoration:none}.ep-contact-info-row a:hover{color:var(--color-cta)}.ep-contact-info-icon{background:var(--tint-accent-12);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-icon-primary);font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ep-contact-note{background:var(--color-bg-subtle);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6);font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6}.ep-contact-note strong{font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-1);display:block}@media (width<=768px){.ep-contact-body__inner{grid-template-columns:1fr}.ep-contact-hero__title{font-size:var(--text-3xl)}}.ep-address{font-style:normal;line-height:1.6}.ep-product-hero{background:var(--gradient-hero);padding:var(--space-24) var(--container-pad)}.ep-product-hero__inner{max-width:var(--container-max);gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.ep-product-hero__tag{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--blue-300);margin-bottom:var(--space-4);display:inline-block}.ep-product-hero__name{font-size:var(--text-4xl);font-weight:var(--weight-light);color:var(--on-dark);margin-bottom:var(--space-4);line-height:1.1}.ep-product-hero__sub{font-size:var(--text-lg);color:var(--on-dark-soft);margin-bottom:var(--space-8);max-width:480px;line-height:1.6}.ep-product-hero__ctas{gap:var(--space-4);flex-wrap:wrap;display:flex}.ep-product-accent{background:var(--color-surface-dark);border-radius:var(--radius-lg);padding:var(--space-8);border:1px solid var(--color-border-accent)}.ep-product-accent__label{font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--color-neutral-400);margin-bottom:var(--space-4);display:block}.ep-accent-badge{font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:3px;padding:2px 8px;display:inline-block}.ep-accent-badge--green{background:var(--color-status-pass-bg);color:var(--color-status-pass)}.ep-accent-badge--amber{background:var(--color-border-accent);color:var(--color-brand-light)}.ep-accent-badge--red{background:var(--color-status-fail-bg);color:var(--color-status-fail)}.ep-product-accent--orbis .ep-accent-company-name{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-accent);margin-bottom:var(--space-4)}.ep-product-accent--orbis .ep-accent-grid{gap:var(--space-2) var(--space-4);grid-template-columns:1fr 1fr;display:grid}.ep-product-accent--orbis .ep-accent-field{font-size:var(--text-xs);color:var(--color-neutral-400)}.ep-product-accent--orbis .ep-accent-value{color:var(--color-neutral-100)}.ep-product-accent--api .ep-accent-code{font-family:var(--font-mono);font-size:var(--text-xs);line-height:1.7}.ep-accent-code-endpoint{color:var(--color-neutral-400);margin-bottom:var(--space-2);display:block}.ep-accent-code-json{color:var(--color-code-json)}.ep-accent-code-status{color:var(--color-status-pass);margin-top:var(--space-2);display:block}.ep-accent-code-response{color:var(--color-neutral-100)}.ep-product-accent--ukphonebook .ep-accent-result{border:1px solid var(--color-border-accent);border-radius:var(--radius-sm);padding:var(--space-4);margin-bottom:var(--space-3)}.ep-product-accent--ukphonebook .ep-accent-result:last-child{margin-bottom:0}.ep-product-accent--ukphonebook .ep-accent-result-name{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-accent);margin-bottom:var(--space-1)}.ep-product-accent--ukphonebook .ep-accent-result-detail{font-size:var(--text-xs);color:var(--color-neutral-400);line-height:1.6}.ep-product-accent--kyc .ep-accent-steps{gap:var(--space-3);flex-direction:column;display:flex}.ep-accent-step{align-items:center;gap:var(--space-3);display:flex}.ep-accent-step-num{width:24px;height:24px;font-size:var(--text-xs);font-weight:var(--weight-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ep-accent-step-num--pass{background:var(--color-status-pass-bg2);color:var(--color-status-pass)}.ep-accent-step-num--pending{background:var(--color-status-warn-bg);color:var(--color-status-warn)}.ep-accent-step-num--fail{background:var(--color-status-fail-bg2);color:var(--color-status-fail)}.ep-accent-step-label--pass{color:var(--color-status-pass);font-size:var(--text-xs)}.ep-accent-step-label--pending{color:var(--color-status-warn);font-size:var(--text-xs)}.ep-accent-step-label--fail{color:var(--color-status-fail);font-size:var(--text-xs)}.ep-product-accent--prism .ep-accent-score-wrap{text-align:center;margin-bottom:var(--space-4)}.ep-product-accent--prism .ep-accent-score-value{font-size:var(--text-4xl);font-weight:var(--weight-black);color:var(--color-status-fail);line-height:1;display:block}.ep-product-accent--prism .ep-accent-score-descriptor{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-neutral-400)}.ep-product-accent--prism .ep-accent-risk-bar{background:linear-gradient(90deg, var(--color-status-pass) 0%, var(--color-status-warn-alt) 50%, var(--color-status-fail-alt) 100%);height:8px;margin-bottom:var(--space-4);border-radius:4px;position:relative}.ep-product-accent--prism .ep-accent-risk-bar__marker{background:var(--color-status-fail);border:2px solid var(--color-surface-dark);border-radius:50%;width:16px;height:16px;position:absolute;top:-4px;left:87%;transform:translate(-50%)}.ep-product-accent--prism .ep-accent-signals{font-size:var(--text-xs);color:var(--color-neutral-400);text-align:center}.ep-product-stats{background:var(--color-brand);padding:var(--space-8) var(--container-pad)}.ep-product-stats__inner{max-width:var(--container-max);text-align:center;grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.ep-product-stats__item{padding:0 var(--space-8)}.ep-product-stats__item+.ep-product-stats__item{border-left:1px solid #ffffff40}.ep-product-stats__value{font-size:var(--text-3xl);font-weight:var(--weight-black);color:var(--color-surface);margin-bottom:var(--space-2);line-height:1;display:block}.ep-product-stats__label{font-size:var(--text-sm);color:#fffc}.ep-product-features{background:var(--color-bg-subtle);padding:var(--space-24) var(--container-pad)}.ep-product-features__inner{max-width:var(--container-max);margin:0 auto}.ep-product-features__heading{text-align:center;margin-bottom:var(--space-16)}.ep-product-features__eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-link-deep);margin-bottom:var(--space-3);display:inline-block}.ep-product-features__title{font-size:var(--text-3xl);font-weight:var(--weight-black);color:var(--color-heading)}.ep-product-feature{gap:var(--space-12);background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-12);margin-bottom:var(--space-6);border:1px solid var(--color-bg-subtle);box-shadow:var(--shadow-card);grid-template-columns:1fr 1fr;align-items:center;display:grid}.ep-product-feature--reverse .ep-product-feature__text{order:2}.ep-product-feature--reverse .ep-product-feature__visual{order:1}.ep-product-feature__title{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--color-heading);margin-bottom:var(--space-4)}.ep-product-feature__body{font-size:var(--text-base);color:var(--color-text-muted);line-height:1.7}.ep-product-feature__visual{background:var(--color-bg-subtle);border-radius:var(--radius-md);border:1px solid var(--color-border-card);min-height:200px}.ep-product-feature__visual--photo{margin:0;padding:0;overflow:hidden}.ep-product-feature__visual--photo img{object-fit:cover;width:100%;height:100%;display:block}.ep-product-outcomes{background:var(--color-surface);padding:var(--space-24) var(--container-pad)}.ep-product-outcomes__inner{max-width:var(--container-max);margin:0 auto}.ep-product-outcomes__heading{text-align:center;margin-bottom:var(--space-12)}.ep-product-outcomes__eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-link);margin-bottom:var(--space-3);display:inline-block}.ep-product-outcomes__title{font-size:var(--text-3xl);font-weight:var(--weight-black);color:var(--color-heading)}.ep-product-outcomes__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.ep-product-outcome{background:var(--color-bg);border-radius:var(--radius-md);padding:var(--space-8);border-left:3px solid var(--color-cta)}.ep-product-outcome__title{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-heading);margin-bottom:var(--space-3)}.ep-product-outcome__body{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.7}@media (width<=1024px){.ep-product-hero__inner{gap:var(--space-8);grid-template-columns:1fr}.ep-product-hero__sub{max-width:100%}.ep-product-feature{grid-template-columns:1fr}}@media (width<=768px){.ep-product-stats__inner{gap:var(--space-6);grid-template-columns:1fr}.ep-product-stats__item+.ep-product-stats__item{padding-top:var(--space-6);border-top:1px solid #ffffff40;border-left:none}.ep-product-hero__name{font-size:var(--text-3xl)}.ep-product-outcomes__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.ep-product-outcomes__grid{grid-template-columns:1fr}}.ep-pg2-hero,.ep-pg2-pipeline,.ep-pg2-cta{background:var(--gradient-hero);color:#fff;position:relative;overflow:hidden}.ep-pg2-infographic{background:var(--color-dark);color:#fff;display:none;position:relative;overflow:hidden}.ep-pg2-hero h1,.ep-pg2-hero h2,.ep-pg2-hero h3,.ep-pg2-pipeline h2,.ep-pg2-pipeline h3,.ep-pg2-cta h2,.ep-pg2-cta h3{color:#fff}.ep-pg2-problem,.ep-pg2-pillars,.ep-pg2-features,.ep-pg2-why{background:var(--color-bg)}.ep-pg2-how,.ep-pg2-roles{background:var(--color-surface)}.ep-pg2-eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--color-link-deep);margin-bottom:var(--space-6);border:1px solid #4fb1e566;border-radius:100px;align-items:center;gap:.5rem;padding:.375rem .875rem;display:inline-flex}.ep-pg2-eyebrow--danger{color:var(--color-error-text);border-color:#e8684a66}.ep-pg2-hero .ep-pg2-eyebrow,.ep-pg2-pipeline .ep-pg2-eyebrow{color:var(--blue-300);background:#4fb1e51a;border-color:#4fb1e580}.ep-pg2-hero__inner{z-index:1;max-width:640px;padding:6rem 0 5rem;position:relative}.ep-pg2-hero__h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:var(--weight-light);letter-spacing:var(--tracking-display);color:#fff;margin-bottom:var(--space-6);line-height:1.15}.ep-pg2-hero__sub{font-size:var(--text-lg);color:var(--on-dark-soft);max-width:540px;margin-bottom:var(--space-8)}.ep-pg2-hero__badges{gap:var(--space-3);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.ep-pg2-hero__badge{align-items:center;gap:var(--space-2);background:var(--tint-accent-12);border-radius:var(--radius-sm);font-size:var(--text-sm);color:#ffffffe6;border:1px solid #4fb1e540;padding:.375rem .875rem;display:inline-flex}.ep-pg2-hero__ctas{gap:var(--space-4);flex-wrap:wrap;display:flex}.ep-pg2-infographic__inner{z-index:1;justify-content:center;padding:4rem 0;display:flex;position:relative}.ep-pg2-infographic__svg{width:100%;max-width:900px}.ep-pg2-placeholder{border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:var(--space-4);color:#fff6;border:2px dashed #4fb1e540;flex-direction:column;width:100%;height:360px;display:flex}.ep-pg2-placeholder__name{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--on-dark-muted)}.ep-pg2-placeholder__label{font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase}.ep-pg2-problem__inner{padding:5rem 0}.ep-pg2-problem__heading{margin-bottom:var(--space-12)}.ep-pg2-problem__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.ep-pg2-problem-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-8);border-top:3px solid var(--color-status-fail)}.ep-pg2-problem-card__icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-status-fail);margin-bottom:var(--space-4);background:#e8684a1f;justify-content:center;align-items:center;font-size:1.125rem;display:inline-flex}.ep-pg2-problem-card__h3{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-3)}.ep-pg2-problem-card__body{font-size:var(--text-sm);color:var(--color-text-muted)}.ep-pg2-pillars__inner{padding:5rem 0 0}.ep-pg2-pillars__heading{margin-bottom:var(--space-12)}.ep-pg2-pillars__grid{gap:var(--space-6);margin-bottom:var(--space-12);grid-template-columns:repeat(3,1fr);display:grid}.ep-pg2-pillar{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-8)}.ep-pg2-pillar__num{font-size:2.5rem;font-weight:var(--weight-bold);color:var(--color-brand-light);margin-bottom:var(--space-4);line-height:1}.ep-pg2-pillar__h3{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-3)}.ep-pg2-pillar__body{font-size:var(--text-sm);color:var(--color-text-muted)}.ep-pg2-pillar__icon{color:var(--color-accent);margin-bottom:var(--space-4);font-size:2rem;display:block}.ep-pg2-stat-band{background:var(--gradient-brand);padding:var(--space-12) 0}.ep-pg2-stat-band__grid{gap:var(--space-6);text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.ep-pg2-stat-band__grid--cols-3{grid-template-columns:repeat(3,1fr);max-width:760px;margin:0 auto}.ep-pg2-stat__value{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--weight-light);color:#fff;margin-bottom:var(--space-2);line-height:1.1;display:block}.ep-pg2-stat__label{font-size:var(--text-sm);color:#fffc}.ep-pg2-how__inner{padding:5rem 0}.ep-pg2-how__heading{text-align:center;margin-bottom:var(--space-12)}.ep-pg2-how__flow{gap:0 var(--space-4);grid-template-columns:1fr 32px 1.3fr 32px 1fr 32px 1fr;align-items:stretch;display:grid}.ep-pg2-how__caret{color:var(--color-brand-light);flex-shrink:0;justify-content:center;align-self:center;align-items:center;font-size:1.125rem;display:flex}.ep-pg2-how-col{background:var(--color-bg);border-radius:var(--radius-lg);padding:var(--space-8)}.ep-pg2-how-engine{background:var(--color-brand);color:#fff;border-radius:var(--radius-lg);padding:var(--space-8);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.ep-pg2-how-col__label{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:var(--space-6)}.ep-pg2-how-engine__label{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--on-dark-muted);margin-bottom:var(--space-4)}.ep-pg2-how-engine__name{font-size:var(--text-lg);font-weight:var(--weight-bold);color:#fff;margin-bottom:var(--space-2)}.ep-pg2-how-engine__sub{font-size:var(--text-xs);color:var(--on-dark-muted)}.ep-pg2-how-col__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ep-pg2-how-col__item{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);display:flex}.ep-pg2-how-col__item i{color:var(--color-brand-light);flex-shrink:0;width:16px}.ep-pg2-how__sub{margin:var(--space-2) auto 0;color:var(--color-text-muted);max-width:46rem}.ep-pg2-how__notes{gap:var(--space-4);margin:0 0 var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.ep-pg2-how-note{background:var(--color-bg);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-text-body);margin:0}.ep-pg2-how-note i{color:var(--color-brand-light);margin-right:var(--space-2)}.ep-pg2-how-hub{border:2px solid var(--color-brand);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5)}.ep-pg2-how-hub__label{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);text-align:center;margin:0 0 var(--space-3)}.ep-pg2-how-hub__caps{gap:var(--space-2);flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none;display:flex}.ep-pg2-how-hub__cap{border:1px solid var(--color-brand-light);border-radius:var(--radius-pill);padding:var(--space-1) .7rem;font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap}.ep-pg2-how-hub__cap i{color:var(--color-brand-light);margin-right:.35rem}.ep-pg2-pipeline__inner{z-index:1;padding:5rem 0;position:relative}.ep-pg2-pipeline__heading{max-width:720px;margin:0 auto var(--space-12);text-align:center}.ep-pg2-pipeline__steps{gap:var(--space-8);flex-direction:column;max-width:720px;margin:0 auto;display:flex}.ep-pg2-pipeline-step{gap:var(--space-6);grid-template-columns:48px 1fr;align-items:start;display:grid}.ep-pg2-pipeline-step__num{border:2px solid var(--color-brand-light);width:48px;height:48px;font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-brand-light);background:#4fb1e526;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.ep-pg2-pipeline-step:not(:last-child) .ep-pg2-pipeline-step__num:after{content:"";width:2px;height:var(--space-8);background:#4fb1e54d;position:absolute;top:100%;left:50%;transform:translate(-50%)}.ep-pg2-pipeline-step__label{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-light);margin-bottom:var(--space-2)}.ep-pg2-pipeline-step__h3{font-size:var(--text-lg);font-weight:var(--weight-bold);color:#fff;margin-bottom:var(--space-2)}.ep-pg2-pipeline-step__body{font-size:var(--text-sm);color:var(--on-dark-soft);margin-bottom:var(--space-4)}.ep-pg2-pipeline-step__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.ep-pg2-chip{background:var(--tint-accent-12);border-radius:var(--radius-sm);font-size:.7rem;font-weight:var(--weight-medium);color:var(--on-dark-soft);border:1px solid #4fb1e533;padding:.25rem .625rem;display:inline-flex}.ep-pg2-features__inner{padding:5rem 0}.ep-pg2-features__heading{margin-bottom:var(--space-12)}.ep-pg2-feature-panel{gap:var(--space-12);margin-bottom:var(--space-16);grid-template-columns:1fr 1fr;align-items:center;display:grid}.ep-pg2-feature-panel:last-child{margin-bottom:0}.ep-pg2-feature-panel--reversed{direction:rtl}.ep-pg2-feature-panel--reversed>*{direction:ltr}.ep-pg2-feature-panel__eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--color-link-deep);margin-bottom:var(--space-3)}.ep-pg2-feature-panel__h3{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-4)}.ep-pg2-feature-panel__body{font-size:var(--text-sm);color:var(--color-text-muted)}.ep-pg2-browser{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card-lg);overflow:hidden}.ep-pg2-browser__bar{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--neutral-100);border-bottom:1px solid var(--neutral-200);display:flex}.ep-pg2-browser__dot{border-radius:50%;width:10px;height:10px}.ep-pg2-browser__dot:first-child{background:#ff5f57}.ep-pg2-browser__dot:nth-child(2){background:#ffbd2e}.ep-pg2-browser__dot:nth-child(3){background:#28c840}.ep-pg2-browser__url{margin-left:var(--space-2);background:var(--color-surface);border-radius:var(--radius-sm);height:20px;padding:0 var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);flex:1;align-items:center;display:flex}.ep-pg2-browser__content{padding:var(--space-6)}.ep-pg2-browser-row{gap:var(--space-4);padding:var(--space-3) 0;font-size:var(--text-xs);color:var(--color-text-muted);border-bottom:1px solid #f3f6f9;grid-template-columns:2fr 1fr 1fr;align-items:center;display:grid}.ep-pg2-browser-row:last-child{border-bottom:none}.ep-pg2-browser-row--header{font-weight:var(--weight-bold);color:var(--color-dark);text-transform:uppercase;letter-spacing:.08em}.ep-pg2-badge--green{color:#1a7a30;border-radius:var(--radius-sm);font-size:.65rem;font-weight:var(--weight-bold);background:#28c8401a;padding:.15rem .5rem;display:inline-flex}.ep-pg2-badge--amber{color:#8a6000;border-radius:var(--radius-sm);font-size:.65rem;font-weight:var(--weight-bold);background:#ffbd2e26;padding:.15rem .5rem;display:inline-flex}.ep-pg2-badge--red{color:#c0392b;border-radius:var(--radius-sm);font-size:.65rem;font-weight:var(--weight-bold);background:#e53e3e1a;padding:.15rem .5rem;display:inline-flex}.ep-pg2-browser__content--flush{padding:0}.ep-pg2-shot-link{color:var(--color-brand);font-weight:var(--weight-bold);text-decoration:underline}.ep-pg2-shot-tick{color:#1a7a30;font-size:.65rem}.ep-pg2-shot-chip{border-radius:var(--radius-sm);font-size:.6rem;font-weight:var(--weight-bold);padding:.1rem .45rem;display:inline-flex}.ep-pg2-shot-chip--blue{color:var(--color-brand);background:#d4e6f7}.ep-pg2-shot-chip--salmon{color:#99381c;background:#f8d7cb}.ep-pg2-shot-btn{padding:var(--space-2) var(--space-3);background:var(--color-brand);color:var(--color-surface);border-radius:var(--radius-sm);font-size:.65rem;font-weight:var(--weight-bold);white-space:nowrap;display:inline-block}.ep-pg2-shot-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.ep-pg2-shot-dot--green{background:#1a7a30}.ep-pg2-shot-dot--amber{background:var(--color-status-warn-alt)}.ep-pg2-shot-dot--red{background:var(--color-status-fail-alt)}.ep-pg2-shot-person__header{align-items:baseline;gap:var(--space-3);padding:var(--space-3) var(--space-5);background:var(--color-bg);border-bottom:1px solid var(--color-bg-subtle);flex-wrap:wrap;display:flex}.ep-pg2-shot-person__name{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-dark)}.ep-pg2-shot-person__dob{color:var(--color-text-muted);font-size:.7rem}.ep-pg2-shot-person__body{gap:var(--space-4);padding:var(--space-4) var(--space-5);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));display:grid}.ep-pg2-shot-person__address{color:var(--color-dark);margin:0 0 var(--space-2);font-size:.7rem}.ep-pg2-shot-person__phone{color:var(--color-text-muted);margin:0 0 var(--space-3);font-size:.7rem}.ep-pg2-shot-person__phone i{font-size:.65rem}.ep-pg2-shot-person__meta{border:1px solid var(--color-bg-subtle);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);display:inline-block}.ep-pg2-shot-person__meta p{color:var(--color-text-muted);margin:0;font-size:.7rem}.ep-pg2-shot-accordion{gap:var(--space-2);flex-direction:column;display:flex}.ep-pg2-shot-accordion__row{align-items:center;gap:var(--space-2);border:1px solid var(--color-bg-subtle);border-radius:var(--radius-sm);padding:var(--space-1) var(--space-2);color:var(--color-dark);margin:0;font-size:.7rem;display:flex}.ep-pg2-shot-accordion__plus{color:var(--color-text-muted);font-weight:var(--weight-bold)}.ep-pg2-shot-tabs{gap:var(--space-1);padding:var(--space-2) var(--space-4) 0;background:var(--color-bg);border-bottom:1px solid var(--color-bg-subtle);flex-wrap:wrap;display:flex}.ep-pg2-shot-tabs__tab{padding:var(--space-1) var(--space-2);color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-bg-subtle);border-radius:var(--radius-sm) var(--radius-sm) 0 0;white-space:nowrap;border-bottom:none;font-size:.65rem}.ep-pg2-shot-tabs__tab--active{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-surface);font-weight:var(--weight-bold)}.ep-pg2-shot-company{padding:var(--space-4) var(--space-5)}.ep-pg2-shot-company__title{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-dark);margin:0 0 var(--space-3)}.ep-pg2-shot-kv{gap:var(--space-1) var(--space-3);color:var(--color-text-muted);margin-bottom:var(--space-4);grid-template-columns:minmax(110px,auto) 1fr;font-size:.7rem;display:grid}.ep-pg2-shot-kv__key{font-weight:var(--weight-bold);color:var(--color-dark)}.ep-pg2-shot-company__subhead{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-dark);margin:0 0 var(--space-2)}.ep-pg2-shot-credit{align-items:center;gap:var(--space-3);display:flex}.ep-pg2-shot-credit__score{width:40px;height:40px;color:var(--color-surface);font-size:var(--text-sm);font-weight:var(--weight-bold);background:#1a7a30;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ep-pg2-shot-credit__rows{border:1px solid var(--color-bg-subtle);border-radius:var(--radius-sm);flex:1;overflow:hidden}.ep-pg2-shot-credit__row{justify-content:space-between;gap:var(--space-3);padding:var(--space-1) var(--space-3);color:var(--color-text-muted);margin:0;font-size:.7rem;display:flex}.ep-pg2-shot-credit__row:nth-child(odd){background:var(--color-bg)}.ep-pg2-shot-credit__row span:last-child{color:var(--color-dark);font-weight:var(--weight-medium)}.ep-pg2-shot-kyc{gap:var(--space-4);padding:var(--space-4);background:var(--color-bg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.ep-pg2-shot-kyccard{background:var(--color-surface);border-top:2px solid var(--color-brand-light);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);padding:var(--space-3) var(--space-4)}.ep-pg2-shot-kyccard__title{font-size:var(--text-xs);color:var(--color-dark);margin:0 0 var(--space-3)}.ep-pg2-shot-kyccard__title--centre{text-align:center}.ep-pg2-shot-counters{justify-content:space-around;gap:var(--space-2);display:flex}.ep-pg2-shot-counter{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.ep-pg2-shot-counter__figure{align-items:center;gap:var(--space-2);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-dark);display:flex}.ep-pg2-shot-counter__icon--red{color:var(--color-status-fail-alt)}.ep-pg2-shot-counter__icon--amber{color:var(--color-status-warn-alt)}.ep-pg2-shot-counter__icon--yellow{color:var(--color-status-warn)}.ep-pg2-shot-counter__label{color:var(--color-text-muted);font-size:.65rem}.ep-pg2-shot-gauge{width:110px;margin:0 auto var(--space-2);position:relative}.ep-pg2-shot-gauge svg{width:100%;height:auto;display:block}.ep-pg2-shot-gauge__track{stroke:var(--color-bg-subtle)}.ep-pg2-shot-gauge__num{text-align:center;font-size:var(--text-lg);font-weight:var(--weight-bold);color:#56761a;position:absolute;bottom:0;left:0;right:0}.ep-pg2-shot-gauge__den{font-size:.6rem;font-weight:var(--weight-regular);color:var(--color-text-muted)}.ep-pg2-shot-kyccard__note{color:var(--color-text-muted);text-align:center;margin:0;font-size:.65rem}.ep-pg2-shot-kyc2{gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}.ep-pg2-shot-verified{align-items:flex-start;gap:var(--space-3);border:1px solid var(--color-bg-subtle);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);display:flex}.ep-pg2-shot-verified__badge{background:var(--color-status-pass-bg2);color:#1a7a30;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;display:inline-flex}.ep-pg2-shot-verified__details{flex:1}.ep-pg2-shot-verified__name{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-dark);margin:0}.ep-pg2-shot-verified__line{color:var(--color-text-muted);margin:0;font-size:.7rem}.ep-pg2-shot-verified__time{color:var(--color-text-muted);white-space:nowrap;font-size:.65rem}.ep-pg2-shot-warn{align-items:flex-start;gap:var(--space-3);border-left:3px solid var(--color-status-warn-alt);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);background:#fdf3d8;display:flex}.ep-pg2-shot-warn i{color:#8a5a00;margin-top:2px;font-size:.75rem}.ep-pg2-shot-warn__code{font-size:.7rem;font-weight:var(--weight-bold);color:#8a5a00;margin:0}.ep-pg2-shot-warn__text{color:#6b5427;margin:0;font-size:.7rem}.ep-pg2-shot-checks{border:1px solid var(--color-bg-subtle);border-radius:var(--radius-md);overflow:hidden}.ep-pg2-shot-checks__item{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--color-bg-subtle);display:flex}.ep-pg2-shot-checks__item:last-child{border-bottom:none}.ep-pg2-shot-checks__name{font-size:.7rem;font-weight:var(--weight-bold);color:var(--color-dark)}.ep-pg2-shot-checks__status{font-size:.7rem;font-weight:var(--weight-medium)}.ep-pg2-shot-checks__status--ok{color:#1a7a30}.ep-pg2-shot-checks__status--miss{color:#c0392b}.ep-pg2-shot-prism{gap:var(--space-4);padding:var(--space-4);flex-direction:column;display:flex}.ep-pg2-shot-prism__top{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.ep-pg2-shot-stat{border:1px solid var(--color-bg-subtle);border-radius:var(--radius-md);padding:var(--space-3)}.ep-pg2-shot-stat__head{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.ep-pg2-shot-stat__num{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-dark)}.ep-pg2-shot-stat__label{color:var(--color-text-muted);font-size:.7rem}.ep-pg2-shot-spark{width:100%;height:44px;display:block}.ep-pg2-shot-spark polyline{stroke:var(--color-brand-light)}.ep-pg2-shot-spark polygon{fill:var(--color-border-accent)}.ep-pg2-shot-panelbox{border:1px solid var(--color-bg-subtle);border-radius:var(--radius-md);padding:var(--space-3)}.ep-pg2-shot-panelbox__title{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-dark);margin:0 0 var(--space-2)}.ep-pg2-shot-workflow__row{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);color:var(--color-text-muted);font-size:.65rem;display:flex}.ep-pg2-shot-workflow__row:last-child{margin-bottom:0}.ep-pg2-shot-workflow__label{align-items:center;gap:var(--space-1);min-width:96px;display:flex}.ep-pg2-shot-bar{background:var(--color-bg-subtle);border-radius:999px;flex:1;height:5px;overflow:hidden}.ep-pg2-shot-bar__fill{border-radius:999px;height:100%;display:block}.ep-pg2-shot-bar__fill--green{background:#1a7a30}.ep-pg2-shot-bar__fill--amber{background:var(--color-status-warn-alt)}.ep-pg2-shot-bar__fill--red{background:var(--color-status-fail-alt)}.ep-pg2-shot-bar__fill--hi{width:92%}.ep-pg2-shot-bar__fill--lo{width:14%}.ep-pg2-shot-bar__fill--min{width:5%}.ep-pg2-shot-feed__item{align-items:flex-start;gap:var(--space-2);padding:var(--space-2) 0;border-bottom:1px solid var(--color-bg);display:flex}.ep-pg2-shot-feed__item:last-child{border-bottom:none;padding-bottom:0}.ep-pg2-shot-feed__item .ep-pg2-shot-dot{margin-top:4px}.ep-pg2-shot-feed__event{color:var(--color-dark);margin:0;font-size:.7rem}.ep-pg2-shot-feed__meta{color:var(--color-text-muted);margin:0;font-size:.65rem}.ep-pg2-shot-flow__head{justify-content:space-between;align-items:baseline;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-bg-subtle);display:flex}.ep-pg2-shot-flow__title{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-dark);margin:0}.ep-pg2-shot-flow__meta{color:var(--color-text-muted);margin:0;font-size:.65rem}.ep-pg2-shot-flow__canvas{background-image:linear-gradient(var(--color-bg) 1px, transparent 1px), linear-gradient(90deg, var(--color-bg) 1px, transparent 1px);background-size:18px 18px;height:250px;position:relative}.ep-pg2-shot-flow__wires{width:100%;height:100%;position:absolute;inset:0}.ep-pg2-shot-flow__wires path{fill:none;stroke:#aab6c6;stroke-width:1.5px}.ep-pg2-shot-node{background:var(--color-surface);border:1px solid var(--color-bg-subtle);border-radius:var(--radius-sm);width:32%;min-width:92px;max-width:150px;box-shadow:var(--shadow-card);position:absolute;overflow:hidden}.ep-pg2-shot-node__head{padding:2px var(--space-2);font-size:.6rem;font-weight:var(--weight-bold);display:block}.ep-pg2-shot-node__head--trigger{color:#4c2d87;background:#ece2fb}.ep-pg2-shot-node__head--action{color:#7a5300;background:#fbf0cd}.ep-pg2-shot-node__head--output{color:#175e28;background:#dcf2df}.ep-pg2-shot-node__body{padding:2px var(--space-2) 4px;color:var(--color-text-muted);font-size:.6rem;display:block}.ep-pg2-shot-node--n1{top:8%;left:5%}.ep-pg2-shot-node--n2{top:6%;left:58%}.ep-pg2-shot-node--n3{top:38%;left:30%}.ep-pg2-shot-node--n4{top:46%;left:64%}.ep-pg2-shot-node--n5{top:70%;left:10%}.ep-pg2-shot-web{aspect-ratio:4/3;background:var(--navy-900);border-radius:0 0 8px 8px;position:relative;overflow:hidden}.ep-pg2-shot-web__wires{width:100%;height:100%;position:absolute;inset:0}.ep-pg2-shot-web__wires line{stroke:var(--blue-400);stroke-opacity:.65;stroke-width:1.25px;vector-effect:non-scaling-stroke}.ep-pg2-shot-web__wires line:first-child,.ep-pg2-shot-web__wires line:nth-child(5),.ep-pg2-shot-web__wires line:nth-child(9){stroke:var(--blue-400);stroke-opacity:.7}.ep-pg2-shot-web__wires line:nth-child(2),.ep-pg2-shot-web__wires line:nth-child(6){stroke:var(--accent-teal);stroke-opacity:.7}.ep-pg2-shot-web__wires line:nth-child(3),.ep-pg2-shot-web__wires line:nth-child(7){stroke:var(--accent-green);stroke-opacity:.62}.ep-pg2-shot-web__wires line:nth-child(4),.ep-pg2-shot-web__wires line:nth-child(8){stroke:var(--accent-coral);stroke-opacity:.62}.ep-pg2-shot-web__hub{z-index:2;background:linear-gradient(135deg, var(--color-brand) 0%, var(--navy-800) 55%, var(--blue-600) 130%);color:#fff;font-weight:var(--weight-bold);border-radius:var(--radius-pill);white-space:nowrap;box-shadow:var(--shadow-card-lg), 0 0 26px var(--tint-accent-35);padding:.75rem 1.25rem;font-size:.95rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ep-pg2-shot-web__hub:before{content:"";z-index:-1;border-radius:var(--radius-pill);border:1px solid var(--tint-accent-35);pointer-events:none;animation:3.2s ease-out infinite ep-ringPulse;position:absolute;inset:-12px}.ep-pg2-shot-web__node{border:1px solid var(--node-accent,var(--blue-400));color:#fff;font-size:.75rem;font-weight:var(--weight-bold);border-radius:var(--radius-pill);white-space:nowrap;box-shadow:0 0 10px var(--node-glow,var(--tint-accent-35));background:#3b4a76;padding:.3rem .6rem;transition:box-shadow .2s;position:absolute;transform:translate(-50%,-50%)}.ep-pg2-shot-web__node--n1,.ep-pg2-shot-web__node--n5,.ep-pg2-shot-web__node--n9{--node-accent:var(--blue-400);--node-glow:var(--tint-accent-35)}.ep-pg2-shot-web__node--n2,.ep-pg2-shot-web__node--n6{--node-accent:var(--accent-teal);--node-glow:#5bc0be59}.ep-pg2-shot-web__node--n3,.ep-pg2-shot-web__node--n7{--node-accent:var(--accent-green);--node-glow:#34c98e59}.ep-pg2-shot-web__node--n4,.ep-pg2-shot-web__node--n8{--node-accent:var(--accent-coral);--node-glow:#e8684a59}.ep-pg2-shot-web__node--n1{top:50%;left:88%}.ep-pg2-shot-web__node--n2{top:74%;left:79%}.ep-pg2-shot-web__node--n3{top:87.4%;left:56.6%}.ep-pg2-shot-web__node--n4{top:82.9%;left:31%}.ep-pg2-shot-web__node--n5{top:63%;left:14.3%}.ep-pg2-shot-web__node--n6{top:37%;left:14.3%}.ep-pg2-shot-web__node--n7{top:17.1%;left:31%}.ep-pg2-shot-web__node--n8{top:12.6%;left:56.6%}.ep-pg2-shot-web__node--n9{top:26%;left:79%}@media (width<=480px){.ep-pg2-shot-web__node{padding:.2rem .4rem;font-size:.58rem}.ep-pg2-shot-web__hub{padding:.5rem .9rem;font-size:.8rem}}@media (prefers-reduced-motion:reduce){.ep-pg2-shot-web__hub:before{animation:none!important}}.ep-pg2-shot-result{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-bg-subtle);grid-template-columns:minmax(0,1fr) minmax(0,1.3fr) auto;align-items:start;display:grid}.ep-pg2-shot-result:nth-child(odd){background:var(--color-bg)}.ep-pg2-shot-result:last-child{border-bottom:none}.ep-pg2-shot-result__name{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-brand);margin:0 0 var(--space-1)}.ep-pg2-shot-result__date{color:var(--color-text-muted);margin:0;font-size:.65rem}.ep-pg2-shot-result__addr{color:var(--color-dark);margin:0 0 var(--space-1);font-size:.7rem}.ep-pg2-shot-result__addr i,.ep-pg2-shot-result__phone i{color:var(--color-brand);font-size:.65rem}.ep-pg2-shot-result__phone{color:var(--color-text-muted);margin:0 0 var(--space-1);font-size:.7rem}.ep-pg2-shot-result__source{align-items:center;gap:var(--space-1);font-size:.65rem;font-weight:var(--weight-bold);color:var(--color-dark);margin:0;display:flex}.ep-pg2-shot-result__actions{align-items:flex-end;gap:var(--space-2);flex-direction:column;display:flex}.ep-pg2-shot-result__tick{align-items:center;gap:var(--space-1);color:var(--color-text-muted);white-space:nowrap;margin:0;font-size:.65rem;display:flex}.ep-pg2-shot-tps{gap:var(--space-4);flex-direction:column;display:flex}.ep-pg2-shot-tps__row{align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--color-dark);margin:0;display:flex}.ep-pg2-shot-tps__icon{font-size:var(--text-lg)}.ep-pg2-shot-tps__icon--no{color:#c0392b}.ep-pg2-shot-tps__icon--ok{color:#1a7a30}.ep-pg2-shot-tps__no{color:#c0392b;font-weight:var(--weight-bold)}.ep-pg2-shot-tps__ok{color:#1a7a30;font-weight:var(--weight-bold)}@media (width<=479px){.ep-pg2-shot-result{grid-template-columns:1fr}.ep-pg2-shot-result__actions{flex-direction:row;justify-content:space-between;align-items:center}.ep-pg2-shot-verified{flex-wrap:wrap}}.ep-pg2-roles__inner{padding:5rem 0}.ep-pg2-roles__heading{text-align:center;margin-bottom:var(--space-12)}.ep-pg2-roles__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.ep-pg2-role-card{background:var(--color-bg);border-radius:var(--radius-lg);padding:var(--space-8)}.ep-pg2-role-card__icon{border-radius:var(--radius-md);background:var(--color-brand);color:#fff;width:44px;height:44px;margin-bottom:var(--space-4);justify-content:center;align-items:center;font-size:1.125rem;display:inline-flex}.ep-pg2-role-card__title{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-4)}.ep-pg2-role-card__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ep-pg2-role-card__item{align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);display:flex}.ep-pg2-role-card__item i{color:var(--color-brand-light);flex-shrink:0;margin-top:2px}.ep-pg2-why__inner{padding:5rem 0}.ep-pg2-why__heading{margin-bottom:var(--space-12)}.ep-pg2-why__grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.ep-pg2-why-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-8)}.ep-pg2-why-card__icon{border-radius:var(--radius-md);background:var(--tint-accent-12);width:44px;height:44px;color:var(--color-brand-light);margin-bottom:var(--space-4);justify-content:center;align-items:center;font-size:1.125rem;display:inline-flex}.ep-pg2-why-card__h3{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-3)}.ep-pg2-why-card__body{font-size:var(--text-sm);color:var(--color-text-muted)}.ep-pg2-cta__inner{z-index:1;text-align:center;padding:5rem 0;position:relative}.ep-pg2-cta__h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:var(--weight-light);color:#fff;margin-bottom:var(--space-4)}.ep-pg2-cta__sub{font-size:var(--text-lg);color:var(--on-dark-soft);max-width:560px;margin:0 auto var(--space-8)}.ep-pg2-cta__buttons{gap:var(--space-4);margin-bottom:var(--space-16);flex-wrap:wrap;justify-content:center;display:flex}.ep-pg2-suite{padding-top:var(--space-12);border-top:1px solid #ffffff1a}.ep-pg2-suite__label{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--on-dark-muted);text-align:center;margin-bottom:var(--space-6)}.ep-pg2-suite__grid{gap:var(--space-4);grid-template-columns:repeat(5,1fr);display:grid}.ep-pg2-suite-item{align-items:center;gap:var(--space-2);padding:var(--space-4);border-radius:var(--radius-md);text-align:center;border:1px solid #ffffff1a;flex-direction:column;text-decoration:none;transition:border-color .15s;display:flex;position:relative}.ep-pg2-suite-item:hover{border-color:#4fb1e566}.ep-pg2-suite-item--current{border-color:var(--tint-accent-35);background:var(--tint-accent-06)}.ep-pg2-suite-item__name{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#ffffffe6}.ep-pg2-suite-item__tag{background:var(--color-brand-light);color:var(--color-cta-ink);border-radius:var(--radius-sm);font-size:.6rem;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;padding:.15rem .5rem;display:inline-flex;position:absolute;top:-8px;right:8px}@media (width<=1023px){.ep-pg2-problem__grid,.ep-pg2-pillars__grid,.ep-pg2-roles__grid{grid-template-columns:1fr}.ep-pg2-how__flow{gap:var(--space-4);grid-template-columns:1fr}.ep-pg2-how__caret{display:none}.ep-pg2-how__notes{grid-template-columns:1fr}.ep-pg2-feature-panel,.ep-pg2-feature-panel--reversed{direction:ltr;grid-template-columns:1fr}.ep-pg2-why__grid{grid-template-columns:1fr}.ep-pg2-suite__grid{grid-template-columns:repeat(3,1fr)}.ep-pg2-stat-band__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=639px){.ep-pg2-suite__grid{grid-template-columns:repeat(2,1fr)}.ep-pg2-stat-band__grid{grid-template-columns:1fr 1fr}}.type-out-container{background-color:#0b1726;border-radius:0 0 12px 12px;width:100%;height:420px;padding:30px 1px 1px}.type-out{background-color:#142944;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:100%;height:100%;overflow-y:scroll}.type-out,.language-js{-ms-overflow-style:none;scrollbar-width:none}.type-out::-webkit-scrollbar{display:none}.language-js::-webkit-scrollbar{display:none}.type-out pre[class*=language-]{background:0 0}.type-out code[class*=language-]{text-shadow:none;color:#fff}.type-out .token.operator,.type-out .token.function{color:#fff;background:0 0}.type-out .token.string{color:#61c4b9}.type-out .token.keyword{color:#f9dd60}.type-out .token.property{color:#5e91f2}.type-out .token.number{color:#2bc7b9}.ep-sol-hero{background:var(--color-dark);padding:var(--space-16) var(--container-pad)}.ep-sol-hero__inner{max-width:var(--container-max);margin:0 auto}.ep-sol-hero__eyebrow{font-family:var(--font-mono);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--blue-300);margin-bottom:var(--space-3);font-size:.72rem}.ep-sol-hero__title{font-size:var(--text-4xl);font-weight:var(--weight-light);color:var(--on-dark);margin-bottom:var(--space-4);max-width:760px;line-height:1.1}.ep-sol-hero__sub{font-size:var(--text-lg);color:var(--on-dark-soft);max-width:640px;margin-bottom:var(--space-8);line-height:1.6}.ep-sol-hero--has-bg{background-image:var(--sol-hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.ep-sol-hero--has-bg:before{content:"";z-index:0;background:#060d22b8;position:absolute;inset:0}.ep-sol-hero--has-bg>*{z-index:1;position:relative}.ep-sol-breadcrumb{margin-bottom:var(--space-6)}.ep-sol-breadcrumb ol{gap:var(--space-2);font-size:var(--text-sm);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.ep-sol-breadcrumb li{color:var(--color-brand-light)}.ep-sol-breadcrumb li+li:before{content:"/";margin-right:var(--space-2);color:var(--color-brand-light)}.ep-sol-breadcrumb a{color:var(--color-brand-light);text-decoration:none}.ep-sol-breadcrumb a:hover{color:var(--color-surface)}.ep-sol-grid-section{background:var(--color-bg);padding:var(--space-24) var(--container-pad)}.ep-sol-grid-section__inner{max-width:var(--container-max);margin:0 auto}.ep-sol-cat-grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.ep-sol-cat-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6);text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:block}.ep-sol-cat-card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-lift);transform:translateY(-3px)}.ep-sol-cat-card__icon{background:var(--tint-accent-12);border-radius:var(--radius-md);width:42px;height:42px;font-size:var(--text-lg);color:var(--color-icon-primary);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex}.ep-sol-cat-card__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-heading);margin-bottom:var(--space-2)}.ep-sol-cat-card__desc{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-4);line-height:1.55}.ep-sol-cat-card__link{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-cta)}.ep-sol-why{background:var(--color-bg);padding:var(--space-16) var(--container-pad) 0}.ep-sol-why__inner{max-width:var(--container-max);gap:var(--space-12);grid-template-columns:1.4fr 1fr;align-items:start;margin:0 auto;display:grid}.ep-sol-why__title{font-size:var(--text-3xl);font-weight:var(--weight-black);color:var(--color-dark);margin-bottom:var(--space-4)}.ep-sol-why__text p{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-4);line-height:1.7}.ep-sol-stats{gap:var(--space-4);flex-direction:column;display:flex}.ep-sol-stat{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5) var(--space-6)}.ep-sol-stat__value{font-size:var(--text-3xl);font-weight:var(--weight-light);color:var(--color-heading);display:block}.ep-sol-stat__label{font-size:var(--text-sm);color:var(--color-text-muted)}.ep-sol-svc-section{background:var(--color-bg);padding:var(--space-16) var(--container-pad) var(--space-24)}.ep-sol-svc-section__inner{max-width:var(--container-max);margin:0 auto}.ep-sol-svc-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.ep-sol-svc-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6);gap:var(--space-4);align-items:flex-start;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.ep-sol-svc-card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-lift);transform:translateY(-3px)}.ep-sol-svc-card__icon{background:var(--tint-accent-12);border-radius:var(--radius-md);width:42px;height:42px;font-size:var(--text-lg);color:var(--color-icon-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ep-sol-svc-card__title{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-heading);margin-bottom:var(--space-2)}.ep-sol-svc-card__desc{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-3);line-height:1.55}.ep-sol-svc-card__link{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-cta)}.ep-sol-body{background:var(--color-bg);padding:var(--space-16) var(--container-pad)}.ep-sol-body__inner{max-width:var(--container-max);gap:var(--space-12);grid-template-columns:280px 1fr;align-items:start;margin:0 auto;display:grid}.ep-sol-sidebar{top:calc(68px + var(--space-6));background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6);position:sticky}.ep-sol-sidebar__label{font-family:var(--font-mono);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-4);font-size:.72rem}.ep-sol-sidebar ul{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ep-sol-sidebar a{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--color-text-muted);border-left:3px solid #0000;text-decoration:none;transition:color .15s,background .15s,border-color .15s;display:block}.ep-sol-sidebar a:hover{background:var(--color-bg-subtle);color:var(--color-dark)}.ep-sol-sidebar a.is-active{border-left-color:var(--color-cta);background:var(--color-bg-subtle);color:var(--color-dark);font-weight:var(--weight-bold)}.ep-sol-content h2{font-size:var(--text-2xl);font-weight:var(--weight-black);color:var(--color-dark);margin:var(--space-8) 0 var(--space-4)}.ep-sol-content h2:first-child{margin-top:0}.ep-sol-content>p{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-4);max-width:680px;line-height:1.7}.ep-sol-benefits{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.ep-sol-benefit{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5) var(--space-6)}.ep-sol-benefit h3{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-2)}.ep-sol-benefit p{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6}.ep-sol-related{background:var(--color-bg-subtle);padding:var(--space-16) var(--container-pad)}.ep-sol-related__inner{max-width:var(--container-max);margin:0 auto}.ep-sol-related__title{font-size:var(--text-2xl);font-weight:var(--weight-black);color:var(--color-dark);margin-bottom:var(--space-6)}.ep-sol-related__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.ep-sol-product-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6);text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:block}.ep-sol-product-card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-lift);transform:translateY(-3px)}.ep-sol-product-card__tag{font-family:var(--font-mono);font-size:.72rem;font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-2);display:inline-block}.ep-sol-product-card__name{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-heading);margin-bottom:var(--space-3);display:block}.ep-sol-product-card__link{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-cta);display:block}@media (width<=1024px){.ep-sol-hero__title{font-size:var(--text-3xl)}.ep-sol-cat-grid{grid-template-columns:repeat(2,1fr)}.ep-sol-body__inner{gap:var(--space-8);grid-template-columns:1fr}.ep-sol-sidebar{position:static}.ep-sol-why__inner{gap:var(--space-8);grid-template-columns:1fr}.ep-sol-stats{flex-flow:wrap}.ep-sol-stat{flex:160px}}@media (width<=768px){.ep-sol-svc-grid,.ep-sol-benefits,.ep-sol-related__grid{grid-template-columns:1fr}}@media (width<=480px){.ep-sol-cat-grid{grid-template-columns:1fr}}.ep-sol-cat-card:focus-visible,.ep-sol-svc-card:focus-visible,.ep-sol-product-card:focus-visible{outline:3px solid var(--color-cta);outline-offset:2px;box-shadow:var(--shadow-nav)}.ep-sol-sidebar a:focus-visible,.ep-sol-breadcrumb a:focus-visible{outline:2px solid var(--color-cta);outline-offset:2px}@media (prefers-reduced-motion:reduce){.ep-sol-cat-card,.ep-sol-svc-card,.ep-sol-product-card{transition:none}.ep-sol-cat-card:hover,.ep-sol-svc-card:hover,.ep-sol-product-card:hover{transform:none}}.ep-ind-accent__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-accent);margin-bottom:var(--space-4)}.ep-ind-accent__grid{gap:var(--space-2) var(--space-4);grid-template-columns:1fr 1fr;align-items:center;display:grid}.ep-ind-accent__field{font-size:var(--text-xs);color:var(--color-neutral-400)}.ep-ind-accent__value{font-size:var(--text-sm);color:var(--color-neutral-100)}.ep-ind-deeper{background:var(--color-bg-subtle);padding:var(--space-16) var(--container-pad)}.ep-ind-deeper__inner{max-width:var(--container-max);margin:0 auto}.ep-ind-deeper__title{font-size:var(--text-2xl);font-weight:var(--weight-black);color:var(--color-dark);margin-bottom:var(--space-6)}.ep-ind-deeper__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.ep-ind-deeper-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6);text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:block}.ep-ind-deeper-card:hover{border-color:var(--blue-400);box-shadow:var(--shadow-lift);transform:translateY(-3px)}.ep-ind-deeper-card__kicker{font-family:var(--font-mono);font-size:.72rem;font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-2);display:inline-block}.ep-ind-deeper-card__icon{background:var(--tint-accent-12);border-radius:var(--radius-md);width:42px;height:42px;font-size:var(--text-lg);color:var(--color-icon-primary);margin-bottom:var(--space-3);justify-content:center;align-items:center;display:flex}.ep-ind-deeper-card__name{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-2);display:block}.ep-ind-deeper-card__desc{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-3);line-height:1.55}.ep-ind-deeper-card__link{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-cta);display:block}.ep-ind-intro{background:var(--color-bg);padding:var(--space-16) var(--container-pad) 0}.ep-ind-intro__inner{text-align:center;max-width:760px;margin:0 auto}.ep-ind-intro__inner p{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-4);line-height:1.7}.ep-plp-rows{background:var(--color-bg-subtle);padding:var(--space-24) var(--container-pad)}.ep-plp-rows__inner{max-width:var(--container-max);margin:0 auto}.ep-plp-row__tag{font-family:var(--font-mono);font-size:.72rem;font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-3);display:inline-block}.ep-plp-row__name{font-size:var(--text-2xl);font-weight:var(--weight-black);color:var(--color-dark);margin-bottom:var(--space-3)}.ep-plp-row__pitch{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-5);line-height:1.7}.ep-plp-row__features{margin:0 0 var(--space-6);gap:var(--space-2) var(--space-6);grid-template-columns:1fr 1fr;padding:0;list-style:none;display:grid}.ep-plp-row__features li{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-dark);display:flex}.ep-plp-row__features li i{color:var(--color-icon-primary);font-size:var(--text-xs);flex-shrink:0}@media (width<=1024px){.ep-ind-deeper__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ep-ind-deeper__grid,.ep-plp-row__features{grid-template-columns:1fr}}.ep-ind-deeper-card:focus-visible{outline:3px solid var(--color-cta);outline-offset:2px;box-shadow:var(--shadow-nav)}@media (prefers-reduced-motion:reduce){.ep-ind-deeper-card{transition:none}.ep-ind-deeper-card:hover{transform:none}}.ep-coming-soon{justify-content:center;align-items:center;min-height:60vh;display:flex}.ep-coming-soon__message{color:var(--color-text-muted);font-size:var(--text-lg)}.ep-tc-section{background:var(--color-bg);padding:var(--space-16) var(--container-pad)}.ep-tc-section--subtle{background:var(--color-bg-subtle)}.ep-tc-section__inner{max-width:var(--container-max);margin:0 auto}.ep-tc-section__heading{font-size:var(--text-2xl);font-weight:var(--weight-light);color:var(--color-heading);margin-bottom:var(--space-6)}.ep-tc-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.ep-tc-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-8)}.ep-tc-card__icon{background:var(--tint-accent-12);border-radius:var(--radius-md);width:48px;height:48px;font-size:var(--text-xl);color:var(--color-icon-primary);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex}.ep-tc-card__name{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-3)}.ep-tc-card__body{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-4);line-height:1.7}.ep-tc-card__link{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-cta);text-decoration:none}.ep-tc-prose{font-size:var(--text-base);color:var(--color-text-muted);max-width:820px;line-height:1.7}.ep-tc-partners{gap:var(--space-4);margin-top:var(--space-6);flex-wrap:wrap;align-items:center;display:flex}.ep-tc-partner{padding:var(--space-3) var(--space-6);background:var(--color-surface);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-muted);letter-spacing:.04em;white-space:nowrap;border:1px solid #4fb1e533;justify-content:center;align-items:center;min-height:60px;display:inline-flex}.ep-tc-partner__logo{width:auto;max-width:160px;height:36px;display:block}.ep-tc-table-wrap{margin-top:var(--space-6);overflow-x:auto}.ep-tc-table{border-collapse:collapse;background:var(--color-surface);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-card);overflow:hidden}.ep-tc-table th,.ep-tc-table td{text-align:left;padding:var(--space-4) var(--space-6);font-size:var(--text-sm);border-bottom:1px solid var(--color-bg-subtle)}.ep-tc-table th{font-weight:var(--weight-bold);color:var(--color-dark);background:var(--color-bg-subtle)}.ep-tc-table td{color:var(--color-text-muted)}.ep-tc-table tr:last-child td{border-bottom:none}.ep-tc-dpo{margin-top:var(--space-4);font-size:var(--text-base);color:var(--color-text-muted)}.ep-tc-dpo a{color:var(--color-cta);font-weight:var(--weight-bold);text-decoration:none}.ep-about-story{background:var(--color-bg);padding:var(--space-16) var(--container-pad)}.ep-about-story__inner{max-width:820px;margin:0 auto}.ep-about-story__inner h2{font-size:var(--text-2xl);font-weight:var(--weight-black);color:var(--color-dark);margin-bottom:var(--space-4)}.ep-about-story__inner p{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-4);line-height:1.7}.ep-about-photo-band{background:var(--color-bg);padding:0 var(--container-pad) var(--space-16)}.ep-about-photo{border-radius:var(--radius-lg);max-width:880px;box-shadow:var(--shadow-card);margin:0 auto;overflow:hidden}.ep-about-photo img{width:100%;height:auto;display:block}.ep-page-cards{background:var(--color-bg);padding:var(--space-16) var(--container-pad) var(--space-24)}.ep-page-cards__inner{max-width:var(--container-max);margin:0 auto}.ep-page-cards__heading{font-size:var(--text-2xl);font-weight:var(--weight-light);color:var(--color-heading);margin-bottom:var(--space-6);text-align:center}.ep-page-cards__heading--spaced{margin-top:var(--space-16)}.ep-page-cards__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.ep-page-cards__grid--four{grid-template-columns:repeat(4,1fr)}.ep-page-card{background:var(--color-surface);border:1px solid var(--color-border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-6)}.ep-page-card__icon{background:var(--tint-accent-12);border-radius:var(--radius-md);width:42px;height:42px;font-size:var(--text-lg);color:var(--color-icon-primary);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex}.ep-page-card__title{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-dark);margin-bottom:var(--space-2)}.ep-page-card__desc{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6}.ep-page-pill{margin-top:var(--space-4);padding:var(--space-1) var(--space-4);background:var(--color-bg-subtle);border-radius:var(--radius-xl);font-family:var(--font-mono);font-size:.72rem;font-weight:var(--weight-medium);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted);display:inline-block}.ep-faq-section{background:var(--color-bg);padding:var(--space-16) var(--container-pad) var(--space-24)}.ep-faq-section__inner{max-width:820px;margin:0 auto}.ep-faq-group{margin-bottom:var(--space-8)}.ep-faq-group__heading{font-size:var(--text-xl);font-weight:var(--weight-light);color:var(--color-heading);margin-bottom:var(--space-4)}.ep-faq-item{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);margin-bottom:var(--space-3);overflow:hidden}.ep-faq-q{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4) var(--space-6);font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-dark);text-align:left;cursor:pointer;background:0 0;border:none;display:flex}.ep-faq-q .ep-faq-chevron{color:var(--color-text-muted);flex-shrink:0;font-size:.7em;transition:transform .2s}.ep-faq-q[aria-expanded=true] .ep-faq-chevron{transform:rotate(180deg)}.ep-faq-a{padding:0 var(--space-6) var(--space-5);display:none}.ep-faq-a.is-open{display:block}.ep-faq-a p{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-3);line-height:1.7}.ep-faq-a p:last-child{margin-bottom:0}.ep-faq-q:focus-visible{outline:2px solid var(--color-cta);outline-offset:-2px}@media (width<=1024px){.ep-page-cards__grid,.ep-page-cards__grid--four{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ep-tc-grid,.ep-page-cards__grid,.ep-page-cards__grid--four{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ep-faq-q .ep-faq-chevron{transition:none}}.ep-legal{background:var(--color-surface)}.ep-legal__header{background:var(--color-dark);color:var(--on-dark);padding:var(--space-16) 0 var(--space-12)}.ep-legal__title{font-size:var(--text-4xl);font-weight:var(--weight-bold);color:var(--on-dark);margin:0 0 .5rem}.ep-legal__meta{color:var(--on-dark-soft);font-size:var(--text-sm);margin:0}.ep-legal__body{max-width:60rem;padding:var(--space-12) var(--space-4) var(--space-16);margin:0 auto}.ep-legal__body h2{font-size:var(--text-2xl);margin:2.5rem 0 1rem}.ep-legal__body h3{font-size:var(--text-xl);margin:2rem 0 .75rem}.ep-legal__body h4{font-size:var(--text-lg);margin:1.5rem 0 .5rem}.ep-legal__body p,.ep-legal__body li{color:var(--color-text-body);margin-bottom:1rem;line-height:1.7}.ep-legal__body ul{padding-left:1.5rem}.ep-legal__note{border-left:4px solid var(--color-brand);background:var(--neutral-100);margin:1.5rem 0;padding:1rem 1.25rem}
