/* ==========================================================================
   ExpressPanel — theme.css
   Design tokens: điện xanh #3B5BFF → tím #7C3AED, nền trắng lạnh, card nổi
   Display: Plus Jakarta Sans · Body: Inter
   ========================================================================== */
:root {
    --ep-primary: #3B5BFF;
    --ep-primary-2: #7C3AED;
    --ep-accent: #06B6D4;
    --ep-ink: #0F172A;
    --ep-muted: #64748B;
    --ep-bg: #F7F8FD;
    --ep-card: #FFFFFF;
    --ep-border: #E7EAF6;
    --ep-radius: 1.25rem;
    --ep-shadow: 0 10px 40px -12px rgba(var(--ep-primary-rgb, 59, 91, 255), .18);
    --ep-gradient: linear-gradient(120deg, var(--ep-primary), var(--ep-primary-2));
}

body {
    font-family: var(--ep-font-body, 'Inter', system-ui, sans-serif);
    color: var(--ep-ink);
    background: var(--ep-bg);
}
h1, h2, h3, h4, h5, .navbar-brand, .btn { font-family: var(--ep-font-heading, 'Plus Jakarta Sans', 'Inter', sans-serif); }
a { color: var(--ep-primary); }
.ep-layout-mobile-actions { display: none; }
@media (min-width: 992px) { body:not(.ep-new-header-desktop-drawer) .ep-mag-navrow.collapse { display: flex !important; } body:not(.ep-new-header-desktop-drawer) .ep-orbit-nav.collapse { display: block !important; } }
@media (min-width: 992px) {
    .ep-new-header-desktop-drawer .ep-header .navbar > .container { position: relative; }
    .ep-new-header-desktop-drawer .ep-header .navbar-toggler { display: inline-grid; place-items: center; }
    .ep-new-header-desktop-drawer .ep-header #epNav.navbar-collapse { display: none !important; position: absolute; z-index: 1030; top: calc(100% + 8px); right: 12px; width: min(430px, calc(100vw - 24px)); padding: 18px; border: 1px solid var(--ep-border); border-radius: 16px; background: var(--ep-header-bg); box-shadow: 0 20px 50px rgba(15,23,42,.16); }
    .ep-new-header-desktop-drawer .ep-header #epNav.navbar-collapse.show { display: block !important; }
    .ep-new-header-desktop-drawer .ep-header #epNav .navbar-nav { display: block; margin: 0 !important; }
    .ep-new-header-desktop-drawer .ep-header #epNav .nav-link { display: flex; width: 100%; }
    .ep-new-header-desktop-drawer .ep-header #epNav .dropdown-menu { position: static !important; transform: none !important; width: 100%; border: 0; box-shadow: none; }
    .ep-new-header-desktop-drawer .ep-header #epNav .ep-menu-cta { display: flex !important; width: 100%; justify-content: center; margin: 12px 0 0; }
    .ep-new-header-desktop-drawer .ep-studio-nav { grid-template-columns: 1fr auto; }
    .ep-new-header-desktop-drawer .ep-studio-left { display: none; }
    .ep-new-header-desktop-drawer .ep-studio-brand { justify-content: flex-start; }
    .ep-new-header-desktop-drawer .ep-studio-mobile { display: grid; }
    .ep-new-header-desktop-drawer .ep-studio-drawer { display: none; }
    .ep-new-header-desktop-drawer .ep-studio-drawer.show { display: block; }
    .ep-new-header-desktop-drawer .ep-studio-drawer .ep-studio-menu { display: block; }
    .ep-new-header-desktop-drawer .ep-studio-drawer .dropdown-menu { position: static !important; transform: none !important; }
    body:not(.ep-new-header-desktop-drawer) .ep-next-nav.collapse { display: block !important; }
    .ep-new-header-desktop-drawer .ep-next-toggle { display: grid; }
    .ep-new-header-desktop-drawer .ep-next-nav { display: none !important; position: absolute; z-index: 1030; top: calc(100% + 10px); right: 0; width: min(430px, calc(100vw - 30px)); padding: 18px; border: 1px solid var(--ep-border); border-radius: 18px; background: var(--ep-header-bg); box-shadow: 0 22px 55px rgba(15,23,42,.16); }
    .ep-new-header-desktop-drawer .ep-next-nav.show { display: block !important; }
    .ep-new-header-desktop-drawer .ep-next-menu { display: block !important; }
    .ep-new-header-desktop-drawer .ep-next-menu .dropdown-menu { position: static !important; transform: none !important; width: 100%; box-shadow: none; }
    .ep-new-header-desktop-drawer .ep-lux-bar { grid-template-columns: 1fr auto; }
    .ep-new-header-desktop-drawer .ep-lux-brand { justify-content: flex-start; }
    .ep-new-header-desktop-drawer .ep-next-nav .ep-layout-mobile-actions { display: none !important; }
}
@media (max-width: 991px) { .ep-layout-mobile-actions { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 18px 0 4px; padding-top: 16px; border-top: 1px solid var(--ep-border); } .ep-layout-mobile-actions .ep-mobile-utility-title { display: block; grid-column: 1/-1; color: var(--ep-muted); font: 800 10px/1.3 var(--ep-menu-font); letter-spacing: .12em; text-transform: uppercase; } .ep-layout-mobile-actions a.ep-mobile-utility { display: flex !important; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 11px !important; border: 1px solid var(--ep-border) !important; border-radius: 12px; background: var(--ep-header-bg); color: var(--ep-header-text) !important; font-family: var(--ep-menu-font); font-size: var(--ep-menu-submenu-size); font-weight: 700; text-decoration: none; } }
@media (max-width: 991px) { .ep-layout-mobile-actions .ep-layout-mobile-cta { grid-column: 1/-1; color: #fff; } }

/* ---------- Topbar + Header ---------- */
.ep-topbar { background: var(--ep-ink); color: #cbd5e1; padding: .4rem 0; letter-spacing: .02em; }
.ep-topbar-link { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 1px dashed rgba(255,255,255,.5); }
.ep-header { background: var(--ep-header-bg, rgba(255,255,255,.9)); backdrop-filter: blur(14px); border-bottom: 1px solid var(--ep-border); transition: box-shadow .22s ease, background-color .22s ease; }
.ep-header .navbar { padding: .8rem 0; transition: padding .22s ease; }
.ep-header.is-compact { box-shadow: 0 10px 30px -22px rgba(15,23,42,.55); }
.ep-header.is-compact .navbar { padding: .32rem 0; }
.ep-header .navbar-brand { min-width: 0; margin-right: 1rem; }
.ep-header .custom-logo { display: block; width: var(--ep-header-logo-width, 190px); height: auto; max-width: 100%; object-fit: contain; transition: width .22s ease; }
.ep-header.is-compact .custom-logo { max-width: 100%; }
.ep-logo-mark {
    width: 40px; height: 40px; display: inline-grid; place-items: center;
    background: var(--ep-gradient); color: #fff; border-radius: 12px; font-size: 1.15rem;
    box-shadow: var(--ep-shadow); flex-shrink: 0;
}
.ep-logo-text { font-weight: 800; font-size: 1.25rem; color: var(--ep-header-text, var(--ep-ink)); }
.ep-header .ep-logo-mark, .ep-header .ep-logo-text, .ep-header .btn-cart, .ep-header .btn-ghost { transition: width .22s ease, height .22s ease, padding .22s ease, font-size .22s ease, border-radius .22s ease; }
.ep-header.is-compact .ep-logo-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 1rem; }
.ep-header.is-compact .ep-logo-text { font-size: 1.08rem; }
.ep-header.is-compact .btn-cart { width: 38px; height: 38px; border-radius: .72rem; }
.ep-header.is-compact .btn-ghost { padding-top: .38rem; padding-bottom: .38rem; }
.ep-header.is-compact .nav-link { padding-top: .38rem; padding-bottom: .38rem; }
.ep-header .nav-link { font-family: var(--ep-menu-font, 'Inter', sans-serif); font-size: var(--ep-menu-parent-size, 14px); font-weight: var(--ep-menu-font-weight, 700); color: var(--ep-header-text, var(--ep-ink)); padding: .5rem .9rem; border-radius: .6rem; display: inline-flex; align-items: center; }
.ep-header .nav-link:hover, .ep-header .nav-link.active { color: var(--ep-primary); background: rgba(var(--ep-primary-rgb, 59, 91, 255),.07); }
.ep-header .nav-link .ep-menu-icon { font-size: .95rem; opacity: .8; margin-right: .55rem; }
.ep-header .nav-link .ep-menu-icon-only { margin-right: 0; }
.ep-dropdown .dropdown-item { display: flex; align-items: center; padding: .55rem .9rem; font-family: var(--ep-menu-font, 'Inter', sans-serif); font-size: var(--ep-menu-submenu-size, 13px); }
.ep-dropdown .dropdown-item .ep-menu-icon { width: 20px; margin-right: .6rem; text-align: center; color: var(--ep-primary); font-size: 1rem; flex-shrink: 0; }
.ep-menu-cta { margin-left: .75rem; }
.ep-dropdown { border: 1px solid var(--ep-border); border-radius: 1rem; box-shadow: var(--ep-shadow); padding: .5rem; }
.ep-dropdown .dropdown-item { border-radius: .6rem; padding: .5rem .8rem; font-weight: 500; }
.ep-dropdown .dropdown-item:hover { background: rgba(var(--ep-primary-rgb, 59, 91, 255),.08); color: var(--ep-primary); }
.navbar-toggler { border: 1px solid var(--ep-border); border-radius: .7rem; font-size: 1.4rem; }

.btn-ghost { color: var(--ep-ink); font-weight: 600; border: 1px solid var(--ep-border); border-radius: .8rem; background: #fff; }
.btn-ghost:hover { border-color: var(--ep-primary); color: var(--ep-primary); }
.btn-cart {
    width: 44px; height: 44px; display: inline-grid; place-items: center;
    background: var(--ep-gradient); color: #fff; border-radius: .9rem; border: 0;
}
.btn-cart:hover { color: #fff; filter: brightness(1.08); }
.ep-cart-count {
    position: absolute; top: -6px; right: -6px; background: #F43F5E; color: #fff;
    font-size: .68rem; min-width: 20px; height: 20px; display: grid; place-items: center;
}

/* ---------- Buttons ---------- */
.btn-gradient {
    background: var(--ep-gradient); color: #fff; border: 0; border-radius: .9rem;
    font-weight: 700; box-shadow: var(--ep-shadow);
    transition: transform .18s ease, box-shadow .18s ease;
}
.btn-gradient:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 44px -12px rgba(var(--ep-primary-rgb, 59, 91, 255),.35); }
.btn-outline-primary { border-radius: .9rem; font-weight: 700; border-width: 2px; }

/* ---------- Cards ---------- */
.ep-card { border: 1px solid var(--ep-border); border-radius: var(--ep-radius); box-shadow: 0 4px 20px -10px rgba(15,23,42,.08); }

/* ---------- Hero ---------- */
.ep-hero { position: relative; overflow: hidden; padding: 5.5rem 0 5rem; background:
    radial-gradient(1000px 500px at 85% -10%, rgba(124,58,237,.10), transparent 60%),
    radial-gradient(900px 480px at 0% 110%, rgba(6,182,212,.10), transparent 60%), var(--ep-bg); }
.ep-hero-orbs span {
    position: absolute; border-radius: 50%; filter: blur(70px); opacity: .45; pointer-events: none;
    animation: ep-float 12s ease-in-out infinite alternate;
}
.ep-hero-orbs span:nth-child(1) { width: 340px; height: 340px; background: #93A6FF; top: -120px; left: -80px; }
.ep-hero-orbs span:nth-child(2) { width: 260px; height: 260px; background: #C4B5FD; bottom: -80px; right: 12%; animation-delay: 2s; }
.ep-hero-orbs span:nth-child(3) { width: 180px; height: 180px; background: #99F6E4; top: 30%; right: -60px; animation-delay: 4s; }
@keyframes ep-float { from { transform: translateY(0); } to { transform: translateY(36px); } }

.ep-hero-title { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.ep-rotator { display: inline-block; position: relative; vertical-align: bottom; overflow: hidden; height: 1.15em; transition: width .35s cubic-bezier(.2,.8,.2,1); }
.ep-rotator span {
    position: absolute; top: 0; left: 0; white-space: nowrap; opacity: 0; transform: translateY(100%);
    background: var(--ep-gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
    transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .5s;
}
.ep-rotator:not(.is-ready) span.is-active { position: relative; }
.ep-rotator span.is-active { opacity: 1; transform: translateY(0); }
.ep-hero-sub { color: var(--ep-muted); font-size: 1.1rem; max-width: 520px; }
.ep-stars { color: #F59E0B; letter-spacing: 3px; font-size: 1.05rem; }
.ep-hero-stats strong { font-size: 1.5rem; font-weight: 800; }
.ep-hero-stats span { color: var(--ep-muted); font-size: .85rem; display: block; }
.ep-hero-copy { position: relative; }
.ep-hero-capabilities {
    display: inline-flex; align-items: stretch; max-width: 100%; margin: .15rem 0 1.45rem;
}
.ep-hero-capability {
    position: relative; min-width: 112px; padding: 0 1.4rem; text-align: left;
}
.ep-hero-capability:first-child { padding-left: 0; }
.ep-hero-capability:last-child { padding-right: 0; }
.ep-hero-capability:not(:last-child)::after {
    content: ''; position: absolute; top: 5px; right: 0; width: 1px; height: 38px;
    background: linear-gradient(180deg, transparent, rgba(var(--ep-primary-rgb, 59, 91, 255),.38), transparent);
}
.ep-hero-capability strong { display: block; color: var(--ep-ink); font-size: 1.42rem; font-weight: 850; line-height: 1.05; letter-spacing: -.035em; }
.ep-hero-capability span { display: block; margin-top: .38rem; color: var(--ep-muted); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.ep-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.ep-hero-action {
    display: inline-flex; align-items: center; justify-content: center; gap: .62rem; min-height: 56px;
    padding: .7rem 1.45rem; border-radius: 99px; font-size: .91rem; font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.ep-hero-action i { font-size: 1.08rem; line-height: 1; }
.ep-hero-action-primary {
    color: #fff; border: 1px solid transparent; background: var(--ep-gradient);
    box-shadow: 0 15px 34px -16px rgba(var(--ep-primary-rgb, 59, 91, 255),.72);
}
.ep-hero-action-primary:hover, .ep-hero-action-primary:focus { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 42px -17px rgba(var(--ep-primary-rgb, 59, 91, 255),.82); }
.ep-hero-action-secondary {
    color: var(--ep-primary); border: 1px solid rgba(var(--ep-primary-rgb, 59, 91, 255),.3);
    background: rgba(var(--ep-primary-rgb, 59, 91, 255),.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.ep-hero-action-secondary:hover, .ep-hero-action-secondary:focus {
    color: #fff; border-color: transparent; background: var(--ep-gradient); transform: translateY(-2px);
    box-shadow: 0 16px 34px -18px rgba(var(--ep-primary-rgb, 59, 91, 255),.7);
}
.ep-hero-action:focus-visible { outline: 3px solid rgba(var(--ep-primary-rgb, 59, 91, 255),.25); outline-offset: 3px; }
@media (max-width: 575px) {
    .ep-hero-capabilities { display: flex; width: 100%; justify-content: space-between; }
    .ep-hero-capability { min-width: 0; flex: 1 1 33.333%; padding: 0 .75rem; }
    .ep-hero-capability strong { font-size: 1.2rem; }
    .ep-hero-capability span { font-size: .58rem; letter-spacing: .075em; }
    .ep-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .ep-hero-action { min-height: 52px; padding: .65rem .8rem; font-size: .78rem; }
}

.ep-hero-panel {
    position: relative; overflow: hidden; border-color: rgba(var(--ep-primary-rgb, 59, 91, 255),.14);
    background: rgba(255,255,255,.94); box-shadow: 0 30px 80px -34px rgba(15,23,42,.32);
    isolation: isolate;
}
.ep-hero-panel::before {
    content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--ep-gradient); z-index: 2;
}
.ep-hero-panel-glow {
    position: absolute; width: 230px; height: 230px; border-radius: 50%; right: -115px; top: -125px;
    background: rgba(var(--ep-primary-rgb, 59, 91, 255),.14); filter: blur(4px); pointer-events: none; z-index: -1;
}
.ep-hero-panel .card-body { padding: 1.5rem; }
.ep-market-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.ep-market-heading { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.ep-market-heading-icon {
    width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px;
    color: #fff; background: var(--ep-gradient); box-shadow: 0 12px 24px -12px rgba(var(--ep-primary-rgb, 59, 91, 255),.8);
}
.ep-market-eyebrow { display: block; color: var(--ep-primary); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .08rem; }
.ep-market-heading h2 { font-size: 1.05rem; font-weight: 800; letter-spacing: -.015em; margin: 0; color: var(--ep-ink); }
.ep-market-online {
    display: inline-flex; align-items: center; gap: .4rem; flex: 0 0 auto; padding: .35rem .58rem;
    border: 1px solid rgba(16,185,129,.2); border-radius: 99px; background: rgba(236,253,245,.82);
    color: #047857; font-size: .68rem; font-weight: 700;
}
.ep-market-online > span { width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px rgba(16,185,129,.12); }
.ep-platform-tabs-wrap { margin: 0 -.15rem 1.25rem; overflow: hidden; }
.ep-platform-tabs { display: flex; gap: .45rem; flex-wrap: nowrap; overflow-x: auto; padding: .15rem; scrollbar-width: none; }
.ep-platform-tabs::-webkit-scrollbar { display: none; }
.ep-platform-tabs .nav-item { flex: 0 0 auto; }
.ep-platform-tabs .nav-link {
    display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .78rem; color: var(--ep-muted);
    border: 1px solid var(--ep-border); background: #fff; border-radius: 99px; padding: .48rem .78rem;
    transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.ep-platform-tabs .nav-link i { font-size: .9rem; }
.ep-platform-tabs .nav-link:hover { color: var(--ep-primary); border-color: rgba(var(--ep-primary-rgb, 59, 91, 255),.34); }
.ep-platform-tabs .nav-link.active { color: #fff; border-color: transparent; background: var(--ep-gradient); box-shadow: 0 8px 20px -10px rgba(var(--ep-primary-rgb, 59, 91, 255),.7); }
.ep-market-section-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 0 0 .72rem; }
.ep-market-section-head > span { color: var(--ep-ink); font-size: .8rem; font-weight: 800; }
.ep-market-section-head small { color: var(--ep-muted); font-size: .68rem; }
.ep-hero-service {
    display: flex; flex-direction: column; text-decoration: none; color: var(--ep-ink); border: 1px solid var(--ep-border);
    border-radius: 1rem; padding: .9rem; min-height: 154px; height: 100%; background: linear-gradient(145deg,#fff 55%,rgba(var(--ep-primary-rgb, 59, 91, 255),.035));
    transition: transform .24s cubic-bezier(.2,.8,.2,1), border-color .24s ease, box-shadow .24s ease;
}
.ep-hero-badge {
    display: inline-block; background: rgba(var(--ep-primary-rgb, 59, 91, 255),.09); color: var(--ep-primary); font-weight: 700;
    font-size: .82rem; padding: .35rem .9rem; border-radius: 99px; margin-bottom: 1rem;
}
.ep-hero-service-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: .72rem; }
.ep-hero-service .ep-icon-badge { width: 40px; height: 40px; margin: 0; border-radius: .78rem; transition: transform .24s ease; }
.ep-hero-service-arrow { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--ep-muted); background: rgba(148,163,184,.1); transition: all .2s ease; }
.ep-hero-service-name { display: block; font-weight: 800; font-size: .88rem; line-height: 1.25; margin-bottom: .72rem; }
.ep-hero-service-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: .5rem; margin-top: auto; }
.ep-hero-service-foot > span:first-child { display: flex; flex-direction: column; }
.ep-hero-service small { color: var(--ep-muted); font-size: .61rem; line-height: 1.2; }
.ep-hero-service strong { color: var(--ep-ink); font-size: .88rem; line-height: 1.3; }
.ep-hero-service-cta { color: var(--ep-primary); font-weight: 800; font-size: .68rem; white-space: nowrap; }
.ep-hero-service:hover { color: var(--ep-ink); border-color: rgba(var(--ep-primary-rgb, 59, 91, 255),.42); transform: translateY(-4px); box-shadow: 0 18px 34px -20px rgba(var(--ep-primary-rgb, 59, 91, 255),.55); }
.ep-hero-service:hover .ep-icon-badge { transform: scale(1.06) rotate(-3deg); }
.ep-hero-service:hover .ep-hero-service-arrow { color: #fff; background: var(--ep-primary); transform: rotate(8deg); }
.ep-hero-service:focus-visible { outline: 3px solid rgba(var(--ep-primary-rgb, 59, 91, 255),.25); outline-offset: 2px; }
.ep-market-empty { display: flex; align-items: center; justify-content: center; gap: .6rem; min-height: 155px; border: 1px dashed var(--ep-border); border-radius: 1rem; color: var(--ep-muted); font-size: .82rem; }
.ep-market-trust { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: 1.1rem; padding-top: .9rem; border-top: 1px solid var(--ep-border); }
.ep-market-trust > span { display: inline-flex; align-items: center; gap: .35rem; color: var(--ep-muted); font-size: .66rem; font-weight: 650; white-space: nowrap; }
.ep-market-trust i { color: var(--ep-primary); font-size: .8rem; }
.ep-market-trust > span:first-child i { color: #059669; }
.ep-market-trust > span:nth-child(2) i { color: #d97706; }
.ep-market-trust strong { color: var(--ep-ink); }
@media (max-width: 575px) {
    .ep-hero-panel .card-body { padding: 1.1rem; }
    .ep-market-head { align-items: flex-start; }
    .ep-market-heading-icon { width: 40px; height: 40px; }
    .ep-market-heading h2 { font-size: .94rem; }
    .ep-market-online { font-size: 0; padding: .42rem; }
    .ep-market-online > span { width: 8px; height: 8px; }
    .ep-market-trust { flex-wrap: wrap; justify-content: flex-start; column-gap: 1rem; }
}

.ep-live-dot { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; color: #059669; font-size: .85rem; }
.ep-live-dot > span { width: 9px; height: 9px; border-radius: 50%; background: #10B981; animation: ep-pulse 1.6s infinite; }
@keyframes ep-pulse { 0% { box-shadow: 0 0 0 0 rgba(16,185,129,.5); } 100% { box-shadow: 0 0 0 10px rgba(16,185,129,0); } }

/* ---------- Sections ---------- */
.ep-section { padding: 4.5rem 0; }
.ep-section-alt { background: #fff; }
.ep-eyebrow { display: inline-block; color: var(--ep-primary); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .5rem; }
.ep-h1 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; }
.ep-h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; }
.ep-page-hero { padding: 3rem 0 1.5rem; background: linear-gradient(180deg, #fff, var(--ep-bg)); border-bottom: 1px solid var(--ep-border); }
.ep-breadcrumb { --bs-breadcrumb-divider: '›'; font-size: .85rem; margin-bottom: .6rem; }

/* Steps */
.ep-step { position: relative; }
.ep-step-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 30px; display: grid; place-items: center;
    background: var(--ep-gradient); color: #fff; font-weight: 800; border-radius: 50%; font-size: .85rem;
}

/* Icon badges — consistent, professional icon alignment (used across hero,
   steps, features, footer, widget) instead of raw/clipped-gradient icons. */
.ep-icon-badge {
    display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 44px; height: 44px; border-radius: .9rem;
    background: rgba(var(--ep-primary-rgb, 59, 91, 255),.10); color: var(--ep-primary); font-size: 1.25rem; line-height: 1;
}
.ep-icon-badge-lg { width: 60px; height: 60px; border-radius: 1.1rem; font-size: 1.6rem; }
.ep-icon-badge-round { border-radius: 50%; }
.ep-icon-badge-solid { background: var(--ep-gradient); color: #fff; box-shadow: var(--ep-shadow); }
.ep-icon-badge-dark { background: rgba(255,255,255,.08); color: #fff; }

.ep-step-icon { margin: .6rem auto .8rem; }
.ep-feature-icon { flex-shrink: 0; }
.ep-feature {
    flex-direction: column !important; align-items: center; text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    border: 1px solid var(--ep-border);
}
.ep-feature:hover { transform: translateY(-6px); box-shadow: 0 18px 44px -16px rgba(var(--ep-primary-rgb, 59, 91, 255),.32); border-color: rgba(var(--ep-primary-rgb, 59, 91, 255),.35); }
.ep-feature .ep-feature-icon { width: 64px; height: 64px; font-size: 1.7rem; border-radius: 1.1rem; margin-bottom: .3rem;
    background: var(--ep-gradient); color: #fff; box-shadow: 0 10px 26px -10px rgba(var(--ep-primary-rgb, 59, 91, 255),.45);
    transition: transform .22s ease; }
.ep-feature:hover .ep-feature-icon { transform: scale(1.08) rotate(-4deg); }

/* Group cards — glow theo nền tảng */
.ep-group-card { transition: transform .2s ease, box-shadow .2s ease; }
.ep-group-card:hover { transform: translateY(-5px); box-shadow: var(--ep-shadow); }
.ep-group-icon {
    width: 52px; height: 52px; display: grid; place-items: center; border-radius: 1rem;
    background: rgba(var(--ep-primary-rgb, 59, 91, 255),.09); color: var(--ep-primary); font-size: 1.4rem;
}
.ep-group-card[data-platform="instagram"] .ep-group-icon { background: linear-gradient(45deg,#F58529,#DD2A7B,#8134AF); color: #fff; }
.ep-group-card[data-platform="tiktok"] .ep-group-icon { background: #0F172A; color: #25F4EE; }
.ep-group-card[data-platform="youtube"] .ep-group-icon { background: #FF0000; color: #fff; }
.ep-group-card[data-platform="x"] .ep-group-icon, .ep-group-card[data-platform="twitter"] .ep-group-icon { background: #0F172A; color: #fff; }
.ep-group-card h3 a { color: var(--ep-ink); }
.ep-from-price { color: var(--ep-muted); font-size: .9rem; }
.ep-from-price strong { color: var(--ep-ink); }

/* ---------- Order form ---------- */
.ep-form-title { font-weight: 800; }
.ep-pkg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .8rem; }
.ep-pkg { position: relative; cursor: pointer; margin: 0; }
.ep-pkg input { position: absolute; opacity: 0; }
.ep-pkg-inner {
    display: flex; flex-direction: column; align-items: center; gap: .1rem; text-align: center;
    border: 2px solid var(--ep-border); border-radius: 1rem; padding: 1.1rem .6rem .9rem; background: #fff;
    transition: all .18s ease; position: relative;
}
.ep-pkg:hover .ep-pkg-inner { border-color: #B8C4FF; transform: translateY(-2px); }
.ep-pkg input:checked + .ep-pkg-inner {
    border-color: var(--ep-primary);
    box-shadow: 0 8px 26px -10px rgba(var(--ep-primary-rgb, 59, 91, 255),.4);
    background: linear-gradient(180deg, rgba(var(--ep-primary-rgb, 59, 91, 255),.05), #fff);
}
.ep-pkg input:focus-visible + .ep-pkg-inner { outline: 3px solid rgba(var(--ep-primary-rgb, 59, 91, 255),.35); outline-offset: 2px; }
.ep-pkg-badge {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
    background: var(--ep-gradient); color: #fff; font-size: .62rem; font-weight: 800;
    padding: .15rem .55rem; border-radius: 99px; white-space: nowrap; letter-spacing: .04em; text-transform: uppercase;
}
.ep-pkg-qty { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.ep-pkg-unit { font-size: .72rem; color: var(--ep-muted); text-transform: uppercase; letter-spacing: .06em; }
.ep-pkg-price { margin-top: .4rem; font-size: .95rem; }
.ep-pkg-price del { color: var(--ep-muted); font-size: .78rem; margin-right: .25rem; }
.ep-pkg-price strong { color: var(--ep-primary); }
.ep-input-group .input-group-text { background: #fff; border-right: 0; color: var(--ep-primary); border-radius: .9rem 0 0 .9rem; font-size: 1rem; line-height: 1; }
.ep-input-group .input-group-text i { font-size: 1rem; line-height: 1; display: inline-block; }
.ep-input-group .form-control { border-left: 0; border-radius: 0 .9rem .9rem 0; }
.ep-input-group + .ep-input-group { margin-top: .75rem; }
.form-control, .form-select { border-color: var(--ep-border); border-radius: .8rem; }
.form-control:focus { border-color: var(--ep-primary); box-shadow: 0 0 0 .2rem rgba(var(--ep-primary-rgb, 59, 91, 255),.12); }
.ep-form-total { font-size: 1.7rem; font-weight: 800; background: var(--ep-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ep-form-trust span, .ep-form-trust { color: var(--ep-muted); font-size: .84rem; }
.ep-input-hint {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    clear: both;
    padding: .75rem .9rem;
    border: 1px solid rgba(217, 119, 6, .32);
    border-left: 3px solid #d97706;
    border-radius: .55rem;
    background: rgba(255, 251, 235, .82);
    color: #854d0e;
    font-size: .84rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    white-space: pre-line;
    margin-top: 1rem;
    margin-bottom: 0;
}
.ep-input-hint > i { color: #d97706; margin-top: .12rem; }

/* ---------- Cart & checkout ---------- */
.ep-cart-table th { font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ep-muted); }
.ep-qty-ctrl { display: inline-flex; align-items: center; border: 1px solid var(--ep-border); border-radius: .7rem; overflow: hidden; }
.ep-qty-ctrl button { border: 0; background: #fff; width: 30px; height: 32px; font-weight: 700; }
.ep-qty-ctrl button:hover { background: rgba(var(--ep-primary-rgb, 59, 91, 255),.08); color: var(--ep-primary); }
.ep-qty-ctrl span { min-width: 34px; text-align: center; font-weight: 600; }
.ep-remove-item { color: #F43F5E; background: none; border: 0; font-size: 1.1rem; }

.ep-pay-methods { display: grid; gap: .8rem; }
.ep-pay-method { cursor: pointer; margin: 0; }
.ep-pay-method input { position: absolute; opacity: 0; }
.ep-pay-method-inner {
    display: flex; align-items: center; gap: 1rem; border: 2px solid var(--ep-border);
    border-radius: 1rem; padding: 1rem 1.2rem; transition: all .18s ease; background: #fff;
}
.ep-pay-method-inner i { font-size: 1.6rem; color: var(--ep-primary); }
.ep-pay-method-inner small { display: block; color: var(--ep-muted); font-weight: 400; }
.ep-pay-method input:checked + .ep-pay-method-inner { border-color: var(--ep-primary); box-shadow: 0 8px 26px -12px rgba(var(--ep-primary-rgb, 59, 91, 255),.4); }
.ep-co-summary { position: sticky; top: 100px; }
.ep-co-item { display: flex; justify-content: space-between; gap: .8rem; padding: .55rem 0; border-bottom: 1px dashed var(--ep-border); font-size: .92rem; }
.ep-co-item small { color: var(--ep-muted); display: block; }
.ep-wallet { border: 1px dashed var(--ep-border); border-radius: .9rem; padding: .8rem 1rem; margin-bottom: .6rem; background: #fff; }
.ep-wallet code { word-break: break-all; }

/* ---------- Thank you ---------- */
.ep-success-ring {
    width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center;
    background: var(--ep-gradient); color: #fff; font-size: 2.6rem;
    animation: ep-pop .6s cubic-bezier(.2,1.4,.4,1);
}
@keyframes ep-pop { from { transform: scale(.2); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ---------- Accordion / FAQ ---------- */
.ep-accordion .accordion-item { border: 1px solid var(--ep-border); border-radius: 1rem !important; margin-bottom: .8rem; overflow: hidden; }
.ep-accordion .accordion-button { font-weight: 700; background: #fff; box-shadow: none; }
.ep-accordion .accordion-button:not(.collapsed) { color: var(--ep-primary); background: rgba(var(--ep-primary-rgb, 59, 91, 255),.05); }

/* ---------- CTA & footer ---------- */
.ep-cta { padding: 5rem 0; background: var(--ep-gradient); }
.ep-footer { background: var(--ep-footer-bg, var(--ep-ink)); color: var(--ep-footer-text, #94A3B8); }
.ep-footer-logo { display: block; width: var(--ep-footer-logo-width, 220px); height: auto; max-width: 100%; object-fit: contain; }
.ep-footer-desc { color: var(--ep-footer-text, #94A3B8); font-size: .92rem; max-width: 320px; opacity: .92; }
.ep-footer-title { color: #fff; font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.ep-footer-links li { margin-bottom: .45rem; }
.ep-footer-links a { color: var(--ep-footer-text, #94A3B8); text-decoration: none; font-size: .9rem; opacity: .85; }
.ep-footer-links a:hover { color: #fff; opacity: 1; }
.ep-trust-badges { display: flex; flex-wrap: wrap; gap: .9rem; font-size: .8rem; }
.ep-trust-badges i { color: #34D399; margin-right: .25rem; }
.ep-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.ep-pay-icons i { font-size: 1.5rem; margin-right: .8rem; color: #CBD5E1; }

/* ---------- Toasts ---------- */
.ep-toast { background: var(--ep-ink); color: #fff; border-radius: .9rem; padding: .8rem 1.1rem; box-shadow: 0 12px 40px rgba(0,0,0,.25); display: flex; gap: .6rem; align-items: center; animation: ep-toast-in .35s ease; margin-top: .5rem; }
.ep-toast i { color: #34D399; }
@keyframes ep-toast-in { from { transform: translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- Content ---------- */
.ep-content h2 { font-size: 1.4rem; font-weight: 800; margin-top: 1.6rem; }
.ep-content h3 { font-size: 1.15rem; font-weight: 700; margin-top: 1.2rem; }
.ep-content ul li { margin-bottom: .35rem; }
.ep-content img { max-width: 100%; height: auto; border-radius: 1rem; }

/* ---------- A11y & motion ---------- */
:focus-visible { outline: 3px solid rgba(var(--ep-primary-rgb, 59, 91, 255),.4); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    [data-aos] { opacity: 1 !important; transform: none !important; }
}
@media (max-width: 991px) {
    .ep-header .navbar { padding: .55rem 0; }
    .ep-header.is-compact .navbar { padding: .3rem 0; }
    .ep-header .navbar-brand { margin-right: auto; max-width: calc(100% - 116px); }
    .ep-header .custom-logo { width: min(var(--ep-header-logo-width, 190px), 150px); max-width: 100%; max-height: 36px; }
    .ep-header.is-compact .custom-logo { width: min(var(--ep-header-logo-width, 190px), 132px); max-width: 100%; max-height: 30px; }
    .ep-header .ep-logo-mark { width: 34px; height: 34px; border-radius: 10px; }
    .ep-header .ep-logo-text { max-width: 178px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1.05rem; }
    .ep-header .btn-cart { width: 39px; height: 39px; border-radius: .75rem; }
    .ep-header .navbar-toggler { width: 39px; height: 39px; display: inline-grid; place-items: center; padding: 0; color: var(--ep-header-text, var(--ep-ink)); }
    .ep-header .navbar-collapse {
        background: var(--ep-header-bg, #fff); border: 1px solid var(--ep-border); border-radius: 1.15rem;
        padding: .75rem; margin-top: .65rem; max-height: calc(100vh - 92px); overflow-y: auto;
        box-shadow: 0 24px 60px -32px rgba(15,23,42,.45);
    }
    .ep-header .navbar-nav { gap: .2rem; }
    .ep-header .navbar-nav .nav-link { display: flex; width: 100%; justify-content: flex-start; padding: .72rem .8rem; border-radius: .75rem; }
    .ep-header .navbar-nav .dropdown-toggle::after { margin-left: auto; align-self: center; }
    .ep-header .navbar-nav .nav-link .ep-menu-icon { margin-right: .55rem; }
    .ep-header .dropdown-menu { position: static !important; transform: none !important; width: 100%; margin: .15rem 0 .45rem; box-shadow: none; border: 0; border-left: 2px solid rgba(var(--ep-primary-rgb, 59,91,255),.18); border-radius: 0 .75rem .75rem 0; background: rgba(var(--ep-primary-rgb, 59,91,255),.035); }
    .ep-header .dropdown-item { white-space: normal; padding: .62rem .75rem; }
    .ep-mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; padding-top: .8rem; margin-top: .65rem; border-top: 1px solid var(--ep-border); }
    .ep-mobile-menu-actions .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border-radius: .8rem; font-weight: 700; }
    .ep-mobile-account-btn { color: var(--ep-primary); background: rgba(var(--ep-primary-rgb, 59,91,255),.08); border: 1px solid rgba(var(--ep-primary-rgb, 59,91,255),.2); }
    .ep-mobile-track-btn { color: #fff; background: var(--ep-gradient); border: 1px solid transparent; }
    .ep-co-summary { position: static; }
}

@media (max-width: 420px) {
    .ep-header .custom-logo { width: min(var(--ep-header-logo-width, 190px), 126px); max-width: 100%; max-height: 32px; }
    .ep-header .ep-logo-text { max-width: 142px; font-size: .98rem; }
    .ep-mobile-menu-actions { grid-template-columns: 1fr; }
}

.ep-wise-payment { padding: 1rem 0; text-align: center; }
.ep-wise-check { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #0eaa64; color: #fff; font-size: 2rem; box-shadow: 0 10px 24px rgba(14,170,100,.2); }
.ep-wise-status { margin-bottom: .65rem; color: #0eaa64; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.ep-wise-title { margin-bottom: .35rem; color: var(--ep-ink); font-size: clamp(1.7rem, 4vw, 2.35rem); font-weight: 800; line-height: 1.15; }
.ep-wise-description { margin: 0 auto; max-width: 620px; color: #243b76; font-size: 1.05rem; }
.ep-wise-button { display: inline-block; margin-top: 1.8rem; line-height: 0; text-decoration: none; transition: transform .18s ease, filter .18s ease; }
.ep-wise-button:hover { transform: translateY(-2px); filter: brightness(.97); }
.ep-wise-button img { display: block; width: 200px; max-width: 100%; height: auto; }
.ep-wise-instructions { margin: 1.5rem auto 0; max-width: 560px; padding: 1rem; border: 1px solid #cfe9dc; border-radius: 12px; background: #f3fbf7; color: #334155; font-size: .9rem; text-align: left; white-space: pre-wrap; }

/* ==========================================================================
   Order Widget (Platform > Service Type page) — plan cards, quantity tiles,
   buy card with price/save/pay-with chips.
   ========================================================================== */
.ep-widget { max-width: 900px; margin: 0 auto; }
.ep-page-hero-widget { padding-bottom: 2.5rem; }

.ep-plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-bottom: 1.75rem; }
.ep-plan { cursor: pointer; margin: 0; position: relative; }
.ep-plan input { position: absolute; opacity: 0; }
.ep-plan-inner {
    display: block; border: 2px solid var(--ep-border); border-radius: 1.1rem; padding: 1.4rem 1.3rem 1.2rem;
    background: #fff; height: 100%; transition: all .18s ease; position: relative;
}
.ep-plan:hover .ep-plan-inner { border-color: #B8C4FF; transform: translateY(-2px); }
.ep-plan.is-active .ep-plan-inner, .ep-plan input:checked + .ep-plan-inner {
    border-color: var(--ep-widget-accent, var(--ep-primary));
    box-shadow: 0 10px 30px -12px rgba(15,23,42,.18);
    box-shadow: 0 10px 30px -12px color-mix(in srgb, var(--ep-widget-accent, var(--ep-primary)) 35%, transparent);
    background: #fbfbff;
    background: color-mix(in srgb, var(--ep-widget-accent, var(--ep-primary)) 5%, #fff);
}
.ep-plan-badge {
    position: absolute; top: -11px; left: 1.1rem; background: var(--ep-plan-accent, var(--ep-primary)); color: #fff;
    font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
    padding: .18rem .6rem; border-radius: 99px;
}
.ep-plan-head { display: flex; align-items: center; gap: .6rem; font-size: 1.05rem; margin-bottom: .6rem; }
.ep-plan-radio {
    width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--ep-border); flex-shrink: 0; position: relative;
    display: inline-flex; align-items: center; justify-content: center; transition: all .18s ease;
}
.ep-plan-radio i { font-size: .68rem; color: #fff; opacity: 0; transition: opacity .15s ease; }
.ep-plan.is-active .ep-plan-radio, .ep-plan input:checked ~ .ep-plan-inner .ep-plan-radio {
    border-color: var(--ep-widget-accent, var(--ep-primary)); background: var(--ep-widget-accent, var(--ep-primary));
}
.ep-plan.is-active .ep-plan-radio i, .ep-plan input:checked ~ .ep-plan-inner .ep-plan-radio i { opacity: 1; }
.ep-plan-feats { list-style: none; padding: 0; margin: 0; font-size: .85rem; color: var(--ep-muted); }
.ep-plan-feats li { display: flex; gap: .4rem; margin-bottom: .35rem; align-items: flex-start; }
.ep-plan-feats i { color: #10B981; margin-top: .15rem; flex-shrink: 0; }

.ep-qty-panel { margin-bottom: 1.75rem; }
.ep-qty-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: .7rem; }
.ep-qty-tile { cursor: pointer; margin: 0; position: relative; }
.ep-qty-tile input { position: absolute; opacity: 0; }
.ep-qty-tile-inner {
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: .1rem;
    border: 2px solid var(--ep-border); border-radius: 1rem; padding: 1rem .5rem .85rem; background: #fff;
    transition: all .18s ease; position: relative;
}
.ep-qty-tile:hover .ep-qty-tile-inner { border-color: #B8C4FF; transform: translateY(-2px); }
.ep-qty-tile input:checked + .ep-qty-tile-inner {
    border-color: var(--ep-widget-accent, var(--ep-primary));
    box-shadow: 0 8px 24px -10px rgba(15,23,42,.2);
    box-shadow: 0 8px 24px -10px color-mix(in srgb, var(--ep-widget-accent, var(--ep-primary)) 40%, transparent);
    background: #fbfbff;
    background: color-mix(in srgb, var(--ep-widget-accent, var(--ep-primary)) 6%, #fff);
}
.ep-qty-badge {
    position: absolute; top: -9px; left: 50%; transform: translateX(-50%); color: #fff;
    font-size: .6rem; font-weight: 800; padding: .12rem .5rem; border-radius: 99px; white-space: nowrap; text-transform: uppercase;
}
.ep-qty-badge-accent { background: var(--ep-widget-accent, var(--ep-primary)); }
.ep-qty-badge-orange { background: #F97316; }
.ep-qty-badge-indigo { background: #6366F1; }
.ep-qty-num { font-size: 1.25rem; font-weight: 800; }
.ep-qty-unit { font-size: .68rem; color: var(--ep-muted); text-transform: uppercase; letter-spacing: .04em; }

.ep-buy-card { max-width: 480px; box-shadow: var(--ep-shadow); border-color: var(--ep-widget-accent, var(--ep-border)); border-width: 2px; transition: border-color .2s ease; }
.ep-buy-price { display: flex; align-items: baseline; justify-content: center; gap: .6rem; }
.ep-buy-now { font-size: 2.4rem; font-weight: 800; color: var(--ep-ink); }
.ep-buy-was { font-size: 1.15rem; color: var(--ep-muted); }
.ep-buy-save { font-size: .9rem; }
.ep-paywith-label { font-size: .72rem; font-weight: 800; letter-spacing: .08em; color: var(--ep-muted); margin-bottom: .5rem; }
.ep-paywith { display: flex; flex-wrap: wrap; gap: .5rem; }
.ep-chip { cursor: pointer; margin: 0; }
.ep-chip input { position: absolute; opacity: 0; }
.ep-chip span {
    display: inline-flex; align-items: center; gap: .4rem; border: 2px solid var(--ep-border); border-radius: .8rem;
    padding: .45rem .9rem; font-weight: 600; font-size: .88rem; background: #fff; transition: all .15s ease;
}
.ep-chip input:checked + span { border-color: var(--ep-primary); background: rgba(var(--ep-primary-rgb, 59, 91, 255),.06); color: var(--ep-primary); }

.ep-status-bar {
    max-width: 480px; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem;
    font-size: .8rem; color: var(--ep-muted);
}
.ep-status-bar .ep-dot { width: 8px; height: 8px; border-radius: 50%; background: #10B981; display: inline-block; margin-right: .3rem; animation: ep-pulse 1.6s infinite; }

.ep-toast-link { color: #93C5FD; font-weight: 700; text-decoration: underline; margin-left: .4rem; white-space: nowrap; }

/* ==========================================================================
   Homepage extras: stats bar, testimonials, header CTA button
   ========================================================================== */
.ep-stats-bar { background: #fff; border-top: 1px solid var(--ep-border); border-bottom: 1px solid var(--ep-border); padding: 2.2rem 0; }
.ep-stats-bar .row > div { text-align: center; border-right: 1px solid var(--ep-border); }
.ep-stats-bar .row > div:last-child { border-right: 0; }
.ep-stats-bar strong { display: block; font-size: 2rem; font-weight: 800; background: var(--ep-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ep-stats-bar span { color: var(--ep-muted); font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
@media (max-width: 767px) {
    .ep-stats-bar .row > div { border-right: 0; border-bottom: 1px solid var(--ep-border); padding-bottom: 1rem; margin-bottom: 1rem; }
    .ep-stats-bar .row > div:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
}

.ep-testimonial { height: 100%; }
.ep-testimonial .ep-stars { font-size: .95rem; margin-bottom: .8rem; display: block; }
.ep-testimonial p { color: var(--ep-ink); font-size: .96rem; }
.ep-testimonial-author { display: flex; align-items: center; gap: .7rem; margin-top: 1.2rem; }
.ep-testimonial-avatar {
    width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
    background: var(--ep-gradient); color: #fff; font-weight: 800; font-size: .95rem; flex-shrink: 0;
}
.ep-testimonial-author small { color: var(--ep-muted); display: block; }

.ep-btn-menu-cta { border-radius: .7rem !important; padding: .5rem 1.1rem !important; font-weight: 700; }
.ep-btn-menu-cta:hover { filter: brightness(1.06); }
.ep-btn-menu-cta-filled { background: var(--ep-gradient); color: #fff !important; border: 2px solid transparent; box-shadow: var(--ep-shadow); }
.ep-btn-menu-cta-outline { background: transparent; color: var(--ep-primary) !important; border: 2px solid var(--ep-primary); box-shadow: none; }
.ep-btn-menu-cta-outline:hover { background: rgba(var(--ep-primary-rgb, 59, 91, 255), .08); color: var(--ep-primary) !important; }

.ep-hero-service { position: relative; }

/* ==========================================================================
   Trust pill (orders today / status / instant delivery)
   ========================================================================== */
.ep-trust-pill-section { padding: 2.5rem 0 1rem; }
.ep-trust-pill {
    display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 1.1rem;
    background: #fff; border: 1px solid var(--ep-border); border-radius: 99px;
    padding: .8rem 1.6rem; box-shadow: 0 8px 30px -14px rgba(15,23,42,.12);
    margin: 0 auto;
}
.ep-trust-item { display: inline-flex; align-items: center; gap: .5rem; font-size: .92rem; font-weight: 600; color: var(--ep-ink); white-space: nowrap; }
.ep-trust-item i { font-size: 1.05rem; }
.ep-trust-sep { width: 1px; height: 18px; background: var(--ep-border); display: inline-block; }
.ep-dot-live { width: 9px; height: 9px; border-radius: 50%; background: #10B981; display: inline-block; animation: ep-pulse 1.6s infinite; }
@media (max-width: 575px) {
    .ep-trust-pill { border-radius: 1.4rem; padding: 1rem 1.2rem; gap: .8rem; }
    .ep-trust-sep { display: none; }
}

/* ==========================================================================
   Press logos — infinite horizontal marquee ("is seen on...")
   ========================================================================== */
.ep-logos-section { background: var(--ep-bg); padding: 3rem 0; overflow: hidden; }
.ep-logos-heading { text-align: center; font-size: .78rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--ep-muted); margin-bottom: 1.8rem; }
.ep-logos-track-wrap { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ep-logos-track { display: flex; width: max-content; gap: 1rem; animation: ep-marquee 32s linear infinite; }
.ep-logos-track:hover { animation-play-state: paused; }
.ep-logo-pill {
    flex-shrink: 0; display: inline-flex; align-items: center; padding: .8rem 1.6rem; border-radius: .9rem;
    background: #fff; border: 1px solid var(--ep-border); font-weight: 800; font-size: 1.05rem; white-space: nowrap;
}
@keyframes ep-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ep-logos-track { animation: none; } }

/* ==========================================================================
   "Works for Every Niche"
   ========================================================================== */
.ep-niche-card {
    border: 1px solid var(--ep-border); border-radius: 1.1rem; padding: 1.5rem 1.1rem; text-align: center;
    background: #fff; height: 100%; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ep-niche-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px -16px rgba(var(--ep-primary-rgb, 59, 91, 255),.3); border-color: rgba(var(--ep-primary-rgb, 59, 91, 255),.3); }
.ep-niche-icon {
    width: 56px; height: 56px; margin: 0 auto .9rem; border-radius: 1rem; display: inline-flex; align-items: center; justify-content: center;
    background: rgba(var(--ep-primary-rgb, 59, 91, 255), .1); color: var(--ep-primary); font-size: 1.4rem;
}
.ep-niche-highlight { color: var(--ep-primary); }
.ep-niche-card h4 { font-size: .98rem; font-weight: 700; margin-bottom: .2rem; }
.ep-niche-card small { color: var(--ep-muted); font-size: .78rem; line-height: 1.35; display: block; }
@media (min-width: 992px) { .ep-niche-col { flex: 0 0 20%; max-width: 20%; } }

/* ==========================================================================
   Services — split banner layout (image + content, alternating sides)
   ========================================================================== */
.ep-split-block { margin-bottom: 3.5rem; }
.ep-split-image { border-radius: 1.4rem; overflow: hidden; box-shadow: var(--ep-shadow); box-sizing: border-box; }
.ep-split-image img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 3; }
.ep-split-placeholder {
    width: 100%; aspect-ratio: 4 / 3; border-radius: 1.4rem; background: var(--ep-gradient);
    display: flex; align-items: center; justify-content: center; box-shadow: var(--ep-shadow);
}
.ep-split-placeholder i { font-size: 4.5rem; color: rgba(255,255,255,.92); }
.ep-split-content .ep-eyebrow { margin-bottom: .4rem; }
.ep-split-meta { font-size: .88rem; color: var(--ep-muted); }
.ep-split-meta span { display: inline-flex; align-items: center; gap: .35rem; }
.ep-split-meta span::before { content: '•'; color: var(--ep-primary); font-weight: 800; }
.ep-split-meta span:first-child::before { display: none; }

/* ==========================================================================
   Select Media page
   ========================================================================== */
.ep-media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .9rem; }
.ep-media-item {
    position: relative; display: block; cursor: pointer; border-radius: 1rem; overflow: hidden;
    aspect-ratio: 1; border: 3px solid transparent; transition: border-color .15s ease, transform .15s ease;
    background: var(--ep-border);
}
.ep-media-item input { position: absolute; opacity: 0; pointer-events: none; }
.ep-media-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ep-media-item::after {
    content: ''; position: absolute; inset: 0; background: rgba(15,23,42,0); transition: background .15s ease;
}
.ep-media-item.is-selected { border-color: var(--ep-primary); transform: scale(.97); }
.ep-media-item.is-selected::after { background: rgba(59,91,255,.25); }
.ep-media-check {
    position: absolute; top: .5rem; right: .5rem; width: 26px; height: 26px; border-radius: 50%;
    background: #fff; border: 2px solid var(--ep-border); display: flex; align-items: center; justify-content: center;
    color: transparent; font-size: .8rem; transition: all .15s ease; z-index: 1;
}
.ep-media-item.is-selected .ep-media-check { background: var(--ep-primary); border-color: var(--ep-primary); color: #fff; }
.ep-media-skip { color: var(--ep-muted); font-weight: 600; text-decoration: underline; font-size: .92rem; }
.ep-media-skip:hover { color: var(--ep-primary); }
.ep-media-tag { font-size: .68rem; font-weight: 700; vertical-align: middle; margin-left: .3rem; }

/* Inline field-level validation (Add to Cart errors from the API check) */
.ep-input-group .form-control.is-invalid {
    border-color: #DC2626 !important;
    box-shadow: 0 0 0 .2rem rgba(220,38,38,.12);
}
.ep-input-group:has(.is-invalid) .input-group-text { border-color: #DC2626; color: #DC2626; }

/* ==========================================================================
   Review Order page
   ========================================================================== */
.ep-review-profile { display: flex; align-items: center; gap: .6rem; }
.ep-review-avatar {
    width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
    background: var(--ep-gradient); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.ep-review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ep-review-profile small { display: block; color: var(--ep-muted); }
.ep-review-media-strip { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.ep-review-media-strip img { width: 52px; height: 52px; border-radius: .6rem; object-fit: cover; }
.ep-review-media-count { font-size: .8rem; color: var(--ep-muted); font-weight: 600; }

/* Per-media quantity overlay (bottom of each selected thumbnail) */
.ep-media-qty-badge {
    position: absolute; left: 6px; right: 6px; bottom: 6px; z-index: 2;
    background: rgba(15,23,42,.78); color: #fff; font-size: .68rem; font-weight: 700;
    text-align: center; padding: .2rem .3rem; border-radius: .5rem; pointer-events: none;
}
[data-ep-media-header] .ep-review-profile,
#ep-media-header .ep-review-profile { flex: 1 1 auto; }

/* Smaller trust pill variant reused on the Select Media page */
.ep-trust-pill-sm { padding: .5rem 1.1rem; font-size: .85rem; }
.ep-trust-pill-sm .ep-trust-item { font-size: .82rem; }

.ep-coupon-box #ep-coupon-code { text-transform: uppercase; }
.ep-coupon-box .input-group .btn { border-radius: 0 .6rem .6rem 0; }

/* Two-line service naming: "Platform + Type" (muted, small) above the
   Service Group name — used anywhere a bare group name would be ambiguous. */
.ep-service-type { color: var(--ep-muted); font-weight: 700; text-transform: uppercase; font-size: .68rem; letter-spacing: .04em; }
h1 .ep-service-type { font-size: .42em; display: block; margin-bottom: .3rem; letter-spacing: .08em; }

/* ==========================================================================
   Order flow stepper (Service > Verify > Media > Review > Checkout > Done)
   ========================================================================== */
.ep-stepper-wrap { background: #fff; border-bottom: 1px solid var(--ep-border); padding: 1rem 0; overflow-x: auto; }
.ep-stepper { display: flex; align-items: flex-start; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none; min-width: max-content; }
.ep-stepper-align-left .ep-stepper { justify-content: flex-start; }
.ep-stepper-align-center .ep-stepper { justify-content: center; }
.ep-stepper-align-right .ep-stepper { justify-content: flex-end; }
.ep-stepper-step {
    display: flex; flex-direction: column; align-items: center; gap: .35rem; position: relative;
    padding: 0 1.4rem; flex: 0 0 auto;
}
.ep-stepper-step:not(:last-child)::after {
    content: ''; position: absolute; top: 15px; left: calc(50% + 24px); width: calc(100% - 24px);
    height: 2px; background: var(--ep-border); z-index: 0;
}
.ep-stepper-step.is-done:not(:last-child)::after { background: var(--ep-primary); }
.ep-stepper-dot {
    width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 2px solid var(--ep-border);
    color: var(--ep-muted); display: flex; align-items: center; justify-content: center; font-size: .9rem;
    position: relative; z-index: 1; flex-shrink: 0; transition: all .2s ease;
}
.ep-stepper-step.is-active .ep-stepper-dot { border-color: var(--ep-primary); background: var(--ep-gradient); color: #fff; box-shadow: 0 0 0 4px rgba(var(--ep-primary-rgb, 59, 91, 255),.15); }
.ep-stepper-step.is-done .ep-stepper-dot { border-color: var(--ep-primary); background: var(--ep-primary); color: #fff; }
.ep-stepper-label { font-size: .74rem; font-weight: 600; color: var(--ep-muted); white-space: nowrap; }
.ep-stepper-step.is-active .ep-stepper-label { color: var(--ep-ink); }
.ep-stepper-step.is-done .ep-stepper-label { color: var(--ep-primary); }
@media (max-width: 575px) {
    .ep-stepper-step { padding: 0 .8rem; }
    .ep-stepper-label { font-size: .65rem; }
}

.ep-countdown { font-size: .92rem; color: var(--ep-ink); font-weight: 600; }
.ep-countdown strong { font-variant-numeric: tabular-nums; }

/* ==========================================================================
   Media thumbnail fallback: either a proxied <img> or a no-network
   placeholder (chosen in Settings → Media thumbnails → Fallback method).
   ========================================================================== */
.ep-img-slot { display: block; width: 100%; height: 100%; position: relative; }
.ep-img-slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ep-img-placeholder {
    width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: var(--ep-bg); color: var(--ep-muted); gap: .2rem; border-radius: inherit;
}
.ep-img-placeholder i { font-size: 1.3rem; }
.ep-img-placeholder small { font-size: .6rem; font-weight: 700; letter-spacing: .02em; }

/* ==========================================================================
   Track Order — per-target delivery cards (image + quantity + status pill)
   ========================================================================== */
.ep-target-grid { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .75rem; }
.ep-target-card {
    width: 84px; display: flex; flex-direction: column; align-items: center; gap: .3rem;
}
.ep-target-thumb {
    width: 72px; height: 72px; border-radius: .8rem; overflow: hidden; background: var(--ep-bg);
    border: 1px solid var(--ep-border); flex-shrink: 0;
}
.ep-target-thumb img,
.ep-target-thumb .ep-img-slot { width: 100%; height: 100%; display: block; }
.ep-target-thumb img { object-fit: cover; }
.ep-target-qty { font-size: .78rem; font-weight: 700; color: var(--ep-ink); }
.ep-target-status {
    display: inline-block; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em;
    padding: .18rem .5rem; border-radius: 999px; text-align: center; white-space: nowrap;
    max-width: 100%; overflow: hidden; text-overflow: ellipsis;
}
.ep-target-status-queued { background: var(--ep-bg); color: var(--ep-muted); }
.ep-target-status-live   { background: #dbeafe; color: #1d4ed8; }
.ep-target-status-done   { background: #dcfce7; color: #15803d; }
.ep-target-status-warn   { background: #fef3c7; color: #b45309; }

/* ==========================================================================
   Subscriptions portal
   ========================================================================== */
.ep-sub-stat {
    background: var(--ep-bg); border-radius: .7rem; padding: .6rem .75rem; height: 100%;
}
.ep-sub-stat small { display: block; color: var(--ep-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .03em; font-weight: 700; }
.ep-sub-stat strong { font-size: .92rem; color: var(--ep-ink); }

/* Subscription parameter block inside the order widget */
.ep-sub-fields {
    background: var(--ep-bg); border: 1px solid var(--ep-border); border-radius: .9rem; padding: .9rem 1rem;
}
.ep-sub-fields-title {
    font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
    color: var(--ep-widget-accent, var(--ep-primary)); margin-bottom: .6rem;
}

/* ==========================================================================
   Cart page — card list (mobile-first)
   ========================================================================== */
.ep-cart-list { display: flex; flex-direction: column; gap: .75rem; }
.ep-cart-card { background: #fff; border: 1px solid var(--ep-border); border-radius: 1rem; padding: .9rem 1rem; position: relative; }
.ep-cart-card-main { display: flex; justify-content: space-between; align-items: flex-start; gap: .75rem; padding-right: 2rem; }
.ep-cart-card-body { min-width: 0; flex: 1; }
.ep-cart-card-price { flex-shrink: 0; text-align: right; font-size: 1.05rem; }
.ep-cart-card .ep-remove-item {
    position: absolute; top: .7rem; right: .7rem; border: none; background: transparent; color: var(--ep-muted);
    width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.ep-cart-card .ep-remove-item:hover { background: var(--ep-bg); color: #dc2626; }
.ep-free-badge {
    display: inline-flex; align-items: center; gap: .3rem; background: #dcfce7; color: #15803d;
    font-weight: 800; font-size: .82rem; padding: .25rem .65rem; border-radius: 999px;
}
.ep-cart-sub-info { font-size: .78rem; color: var(--ep-widget-accent, var(--ep-primary)); font-weight: 600; margin-top: .3rem; }
.ep-cart-warning {
    margin-top: .6rem; font-size: .78rem; color: #b45309; background: #fef3c7; border-radius: .6rem; padding: .45rem .65rem;
}
.ep-cart-warning a { color: #b45309; font-weight: 700; text-decoration: underline; }

@media (max-width: 480px) {
    .ep-cart-card-main { flex-direction: column; padding-right: 1.6rem; }
    .ep-cart-card-price { text-align: left; }
}

/* Read-only subscription info summary (widget, cart, review, track...) */
.ep-sub-info-grid { display: flex; gap: .5rem; flex-wrap: wrap; }
.ep-sub-info-item {
    flex: 1 1 30%; min-width: 90px; background: #fff; border: 1px solid var(--ep-border);
    border-radius: .6rem; padding: .5rem .6rem; text-align: center;
}
.ep-sub-info-item small { display: block; color: var(--ep-muted); font-size: .64rem; text-transform: uppercase; font-weight: 700; letter-spacing: .02em; }
.ep-sub-info-item strong { font-size: .86rem; color: var(--ep-ink); }

.ep-comments-preview {
    font-size: .78rem; color: var(--ep-ink); background: var(--ep-bg); border-radius: .6rem;
    padding: .5rem .65rem;
}
.ep-comments-list { margin: .25rem 0 0; padding-left: 1.4em; }
.ep-comments-list li { margin-bottom: .15rem; word-break: break-word; }
.ep-comments-list li::marker { color: var(--ep-muted); font-weight: 700; }

/* ==========================================================================
   Select Media — per-post custom comments panel
   ========================================================================== */
.ep-comment-box { border: 1px solid var(--ep-border); border-radius: .9rem; padding: .9rem; }
.ep-comment-thumb { width: 36px; height: 36px; border-radius: .5rem; overflow: hidden; flex-shrink: 0; display: block; }
.ep-comment-thumb img, .ep-comment-thumb .ep-img-slot { width: 100%; height: 100%; object-fit: cover; display: block; }

.ep-comments-tip {
    background: #fef3c7; color: #92400e; border-radius: .8rem; padding: .7rem 1rem;
    font-size: .85rem; margin-bottom: 1rem;
}
.ep-comments-tip strong { color: #b45309; }

/* ==========================================================================
   My Account (Phase 6) — sidebar portal layout
   ========================================================================== */
.ep-acct-nav-card { position: sticky; top: 90px; }
.ep-acct-nav { display: flex; flex-direction: column; padding: .25rem; }
.ep-acct-nav a {
    display: flex; align-items: center; gap: .6rem; padding: .55rem .8rem;
    border-radius: .6rem; color: var(--ep-ink); text-decoration: none;
    font-weight: 600; font-size: .9rem;
}
.ep-acct-nav a i { font-size: 1rem; color: var(--ep-muted); width: 1.2em; text-align: center; }
.ep-acct-nav a:hover { background: var(--ep-bg); }
.ep-acct-nav a.active { background: var(--ep-primary, #3B5BFF); color: #fff; }
.ep-acct-nav a.active i { color: #fff; }
.ep-acct-nav .ep-acct-nav-logout { color: #dc2626; margin-top: .25rem; border-top: 1px solid var(--ep-border); border-radius: 0 0 .6rem .6rem; }
.ep-acct-nav .ep-acct-nav-logout i { color: #dc2626; }

/* Mobile: the sidebar becomes a horizontal scrollable pill row */
@media (max-width: 991.98px) {
    .ep-acct-nav-card { position: static; }
    .ep-acct-nav { flex-direction: row; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .ep-acct-nav a { white-space: nowrap; }
    .ep-acct-nav .ep-acct-nav-logout { margin-top: 0; border-top: none; margin-left: auto; }
}

.ep-acct-stat {
    background: var(--ep-bg); border: 1px solid var(--ep-border); border-radius: .8rem;
    padding: .75rem .5rem; text-align: center;
}
.ep-acct-stat strong { display: block; font-size: 1.15rem; color: var(--ep-ink); }
.ep-acct-stat small { color: var(--ep-muted); font-size: .68rem; text-transform: uppercase; font-weight: 700; letter-spacing: .03em; }

.ep-acct-coupon {
    display: inline-flex; flex-direction: column; align-items: flex-start; gap: .1rem;
    background: #fff7ed; border: 1px dashed #fb923c; border-radius: .7rem;
    padding: .5rem .85rem; cursor: pointer; text-align: left;
}
.ep-acct-coupon:hover { background: #ffedd5; }
.ep-acct-coupon strong { font-size: .9rem; letter-spacing: .04em; color: var(--ep-ink); }
.ep-acct-coupon small { color: var(--ep-muted); font-size: .72rem; }
.ep-acct-coupon i { color: #f97316; font-size: .8rem; }

.ep-acct-platform {
    display: flex; align-items: center; gap: .55rem; padding: .55rem .7rem;
    border: 1px solid var(--ep-border); border-radius: .7rem; text-decoration: none;
    color: var(--ep-ink); font-weight: 600; font-size: .85rem; background: #fff;
}
.ep-acct-platform:hover { border-color: var(--ep-primary, #3B5BFF); color: var(--ep-primary, #3B5BFF); }
.ep-acct-platform-icon {
    width: 30px; height: 30px; border-radius: 50%; color: #fff; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center; font-size: .85rem;
}

/* ============ Term description rich text (Platforms & Types) ============ */
.ep-term-desc ul, .ep-term-desc ol { list-style: none; padding-left: 0; margin: 0 0 1rem; }
.ep-term-desc li { margin-bottom: .4rem; }
.ep-term-desc li i { margin-right: .45rem; color: var(--ep-primary, #3B5BFF); }

/* ============ Split image object-fit + wrapper spacing ============ */
.ep-split-image img { width: 100%; height: 100%; }
.ep-split-fit-cover img      { object-fit: cover; }
.ep-split-fit-contain img    { object-fit: contain; }
.ep-split-fit-fill img       { object-fit: fill; }
.ep-split-fit-scale-down img { object-fit: scale-down; }
.ep-split-fit-none img       { object-fit: none; width: auto; height: auto; max-width: 100%; }

/* ============ Homepage card slider (per-Platform option) ============ */
.ep-card-slider-wrap { position: relative; }
.ep-card-slider {
    display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 2px 12px;
}
.ep-card-slider::-webkit-scrollbar { display: none; width: 0; height: 0; }
.ep-card-slider-continuous { scroll-snap-type: none; scroll-behavior: auto; }
.ep-card-slide { flex: 0 0 280px; max-width: 280px; scroll-snap-align: start; }
@media (min-width: 992px) { .ep-card-slide { flex-basis: 300px; max-width: 300px; } }
.ep-card-slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e2e8f0;
    background: #fff; color: #334155; box-shadow: 0 4px 14px rgba(15, 23, 42, .12);
    display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.ep-card-slider-arrow:hover { color: var(--ep-primary, #3B5BFF); border-color: var(--ep-primary, #3B5BFF); }
.ep-card-slider-prev { left: -14px; }
.ep-card-slider-next { right: -14px; }
.ep-card-slider-arrow[disabled] { opacity: .35; cursor: default; }

/* ============ Optional translation-plugin language switcher ============ */
.ep-language-slot { --ep-language-bg: var(--ep-surface, #fff); --ep-language-text: var(--ep-ink, #0f172a); --ep-language-border-color: var(--ep-border,#e2e8f0); --ep-language-border-style: solid; --ep-language-border-width: 1px; --ep-language-radius: 12px; position: relative; z-index: 1015; color: var(--ep-language-text); }
.ep-language-slot-top,.ep-language-slot-header,.ep-language-slot-footer { padding: .55rem 0; background: var(--ep-language-bg); border-bottom: 1px solid var(--ep-border, #e2e8f0); }
.ep-language-slot-footer { border-top: 1px solid var(--ep-border, #e2e8f0); border-bottom: 0; }
.ep-language-align-left { display: flex; justify-content: flex-start; }.ep-language-align-center { display: flex; justify-content: center; }.ep-language-align-right { display: flex; justify-content: flex-end; }
.ep-language-switcher { display: inline-flex; align-items: center; gap: .35rem; font: 700 .78rem/1.2 var(--ep-menu-font, inherit); }
.ep-language-switcher a { color: var(--ep-language-text); text-decoration: none; white-space: nowrap; }
.ep-language-links a { padding: .35rem .45rem; border: var(--ep-language-border-width) var(--ep-language-border-style) var(--ep-language-border-color); border-radius: var(--ep-language-radius); opacity: .68; }.ep-language-links a.is-active { opacity: 1; text-decoration: underline; text-underline-offset: .25em; }
.ep-language-pills a { padding: .48rem .72rem; border: var(--ep-language-border-width) var(--ep-language-border-style) var(--ep-language-border-color); border-radius: var(--ep-language-radius); background: var(--ep-language-bg); }
.ep-language-pills a.is-active { color: #fff; border-color: var(--ep-primary, #3b5bff); background: var(--ep-primary, #3b5bff); }
.ep-language-flag a,.ep-language-flag_title a { display: inline-flex; align-items: center; justify-content: center; gap: .38rem; min-height: 34px; padding: .35rem .5rem; border: var(--ep-language-border-width) var(--ep-language-border-style) var(--ep-language-border-color); border-radius: var(--ep-language-radius); background: var(--ep-language-bg); font-size: 1.05rem; }
.ep-language-flag a.is-active,.ep-language-flag_title a.is-active { border-color: var(--ep-primary,#3b5bff); box-shadow: inset 0 0 0 1px var(--ep-primary,#3b5bff); }
.ep-language-flag_title a { font-size: .78rem; }.ep-language-flag_title a span:first-child { font-size: 1.05rem; }
.ep-language-dropdown { position: relative; display: inline-block; }
.ep-language-dropdown summary { display: flex; align-items: center; gap: .5rem; min-width: 145px; padding: .58rem .75rem; border: var(--ep-language-border-width) var(--ep-language-border-style) var(--ep-language-border-color); border-radius: var(--ep-language-radius); background: var(--ep-language-bg); color: var(--ep-language-text); cursor: pointer; list-style: none; }
.ep-language-dropdown summary::-webkit-details-marker { display: none; }.ep-language-dropdown summary .bi-chevron-down { margin-left: auto; font-size: .7em; }
.ep-language-dropdown[open] summary .bi-chevron-down { transform: rotate(180deg); }
.ep-language-menu { position: absolute; right: 0; top: calc(100% + .35rem); min-width: 100%; padding: .35rem; border: var(--ep-language-border-width) var(--ep-language-border-style) var(--ep-language-border-color); border-radius: var(--ep-language-radius); background: var(--ep-language-bg); box-shadow: 0 14px 35px rgba(15,23,42,.14); }
.ep-language-menu a { display: block; padding: .55rem .65rem; border-radius: .5rem; }.ep-language-menu a:hover,.ep-language-menu a.is-active { background: color-mix(in srgb,var(--ep-primary,#3b5bff) 12%,transparent); color: var(--ep-primary,#3b5bff); }
.ep-language-slot-floating { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1070; }.ep-language-slot-floating>.container { width: auto; padding: 0; }
.ep-language-slot-floating .ep-language-menu { top: auto; bottom: calc(100% + .35rem); }
.ep-language-slot-inline { display: inline-flex; flex: 0 0 auto; background: transparent; color: inherit; }
.ep-language-slot-inline .ep-language-switcher { color: inherit; }.ep-language-slot-inline .ep-language-switcher a { color: inherit; }
.ep-language-slot-menu_end { margin-left: .5rem; }.ep-language-slot-after_cart { margin-left: .15rem; }
.ep-language-slot-after_cart_mobile { display: none; margin-top: .65rem; }
.ep-mag-top .ep-language-slot-inline .ep-language-switcher { font-size: 11px; letter-spacing: 0; text-transform: none; }
@media(max-width:991.98px){.ep-language-slot-after_cart{display:none!important}.ep-language-slot-after_cart_mobile{display:flex}.ep-language-slot-after_cart_mobile .ep-language-switcher{flex-wrap:wrap}}
@media(max-width:575.98px){.ep-language-slot-floating{right:.75rem;bottom:.75rem}.ep-language-slot-top,.ep-language-slot-header,.ep-language-slot-footer{padding:.4rem 0}.ep-language-pills{max-width:100%;overflow-x:auto}}
body.ep-layout-page-prism .ep-pn-shell{border:0;border-radius:30px;box-shadow:0 25px 70px rgba(74,20,92,.1)}
body.ep-layout-page-prism .ep-pn-hero{background:radial-gradient(circle at 88% 10%,rgba(255,122,0,.22),transparent 28%),radial-gradient(circle at 68% 35%,rgba(255,1,105,.18),transparent 32%),linear-gradient(135deg,#fff8fb,#f4ecff)}
body.ep-layout-page-prism .ep-pn-path{color:#d50068}
body.ep-layout-footer-prism .ep-fn-shell{border-radius:28px;background:linear-gradient(135deg,#25102e,#581544 55%,#321768)}
body.ep-layout-footer-prism .ep-fn-links a{border:0;border-radius:14px;background:rgba(255,255,255,.09)}
body.ep-layout-footer-prism .ep-fn-links a:hover{background:linear-gradient(135deg,#ff7a00,#ff0169,#7b2cff);color:#fff}
