:root {
    --ep-bg: #030806;
    --ep-bg-soft: #07130f;
    --ep-panel: rgba(10, 27, 21, .74);
    --ep-panel-solid: #0a1b15;
    --ep-gold: #d9ad50;
    --ep-gold-light: #f2d487;
    --ep-green: #20b66a;
    --ep-green-bright: #62f29a;
    --ep-text: #f5f4ee;
    --ep-muted: #a7b4ae;
    --ep-line: rgba(217, 173, 80, .22);
    --ep-radius: 24px;
    --ep-shadow: 0 30px 90px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.epantas-premium-page { margin: 0; background: var(--ep-bg); }
body.epantas-premium-page.admin-bar .epantas-nav-wrap { top: 32px; }
body.epantas-premium-page, body.epantas-premium-page button, body.epantas-premium-page input { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.epantas-site { position: relative; overflow: hidden; min-height: 100vh; color: var(--ep-text); background: radial-gradient(circle at 80% 0%, rgba(20, 119, 70, .16), transparent 27%), linear-gradient(180deg, #020705 0%, #06120e 42%, #020705 100%); }
.epantas-site a { color: inherit; text-decoration: none; }
.epantas-site button { color: inherit; }
.epantas-shell { width: min(1420px, calc(100% - 72px)); margin-inline: auto; position: relative; z-index: 2; }
.epantas-section { position: relative; padding: 118px 0; }
.epantas-grid-canvas { position: fixed; inset: 0; width: 100%; height: 100%; opacity: .26; pointer-events: none; z-index: 0; }
.epantas-ambient { position: fixed; width: 560px; height: 560px; border-radius: 50%; filter: blur(100px); opacity: .12; pointer-events: none; z-index: 0; }
.epantas-ambient-one { right: -180px; top: -180px; background: #20b66a; }
.epantas-ambient-two { left: -260px; top: 48%; background: #d9ad50; }

.epantas-nav-wrap { position: fixed; inset: 0 0 auto; z-index: 50; background: linear-gradient(180deg, rgba(2,7,5,.94), rgba(2,7,5,.64)); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.055); transition: .3s ease; }
.epantas-nav-wrap.is-scrolled { background: rgba(2,7,5,.92); box-shadow: 0 10px 40px rgba(0,0,0,.28); }
.epantas-nav { min-height: 86px; display: flex; align-items: center; gap: 36px; }
.epantas-brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.epantas-brand img { display: block; max-height: 58px; max-width: 300px; width: auto; }
.epantas-mark { width: 46px; height: 46px; display: grid; place-items: center; color: #07100c; font: 900 28px/1 Georgia, serif; background: linear-gradient(135deg, #f3d98f, #b98028); clip-path: polygon(0 22%, 28% 0, 100% 0, 100% 26%, 38% 26%, 23% 38%, 23% 74%, 42% 82%, 100% 82%, 100% 100%, 30% 100%, 0 80%); }
.epantas-mark.small { width: 38px; height: 38px; font-size: 22px; }
.epantas-brand-copy { display: grid; line-height: 1; }
.epantas-brand-copy strong { font-size: 21px; letter-spacing: .04em; }
.epantas-brand-copy small { margin-top: 7px; font-size: 8px; letter-spacing: .38em; color: var(--ep-muted); }
.epantas-menu { display: flex; align-items: center; gap: 38px; margin-left: auto; }
.epantas-menu a { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #c6d0cb; transition: .25s; }
.epantas-menu a:hover { color: var(--ep-gold-light); }
.epantas-mobile-demo { display: none !important; }
.epantas-nav-actions { display: flex; align-items: center; gap: 12px; }
.epantas-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ep-line); background: rgba(255,255,255,.03); border-radius: 13px; }
.epantas-menu-toggle span { display: block; width: 20px; height: 1px; margin: 6px auto; background: var(--ep-text); }

.epantas-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.epantas-button svg, .epantas-text-link svg, .epantas-module-card > svg { width: 20px; height: 20px; }
.epantas-button:hover { transform: translateY(-3px); }
.epantas-button-small { min-height: 42px; padding-inline: 19px; font-size: 10px; }
.epantas-button-gold { color: #0a100d !important; background: linear-gradient(135deg, #f1d283 0%, #c58b2d 100%); box-shadow: 0 12px 34px rgba(217,173,80,.19), inset 0 1px rgba(255,255,255,.55); }
.epantas-button-gold:hover { box-shadow: 0 18px 44px rgba(217,173,80,.3), inset 0 1px rgba(255,255,255,.7); }
.epantas-button-outline { border-color: rgba(217,173,80,.55); background: rgba(3,10,7,.5); }
.epantas-button-outline:hover, .epantas-button-ghost:hover { border-color: var(--ep-gold); background: rgba(217,173,80,.08); }
.epantas-button-ghost { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.epantas-play { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(217,173,80,.55); border-radius: 50%; color: var(--ep-gold-light); font-size: 9px; }

.epantas-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--ep-gold-light); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.epantas-kicker i { width: 38px; height: 1px; background: linear-gradient(90deg, var(--ep-gold), transparent); }
.epantas-section-heading h2, .epantas-centered-heading h2, .epantas-cta-card h2 { margin: 21px 0 20px; font: 500 clamp(38px, 5vw, 68px)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.epantas-section-heading h2 em, .epantas-centered-heading h2 em, .epantas-cta-card h2 em { color: var(--ep-gold-light); font-style: normal; }
.epantas-section-heading > p, .epantas-centered-heading > p, .epantas-cta-card > div > p { max-width: 670px; margin: 0; color: var(--ep-muted); font-size: 17px; line-height: 1.8; }
.epantas-centered-heading { max-width: 880px; margin: 0 auto 76px; text-align: center; }
.epantas-centered-heading .epantas-kicker { justify-content: center; }

.epantas-hero { min-height: 100vh; padding-top: 185px; display: grid; align-items: center; }
.epantas-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(600px, 1.12fr); gap: 60px; align-items: center; }
.epantas-hero-copy { position: relative; z-index: 4; }
.epantas-hero-copy h1 { margin: 25px 0 26px; font-size: clamp(63px, 7vw, 112px); line-height: .92; letter-spacing: -.06em; }
.epantas-hero-copy h1 span, .epantas-hero-copy h1 em { display: block; }
.epantas-hero-copy h1 span { font-weight: 650; }
.epantas-hero-copy h1 em { margin-top: 10px; font: 500 .78em/1 Georgia, "Times New Roman", serif; font-style: normal; color: var(--ep-gold-light); }
.epantas-hero-copy > p { max-width: 650px; color: #bbc5c0; font-size: 18px; line-height: 1.78; }
.epantas-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.epantas-trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 34px; margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); }
.epantas-stars { display: grid; gap: 6px; }
.epantas-stars strong { color: var(--ep-gold-light); letter-spacing: .12em; font-size: 13px; }
.epantas-stars span, .epantas-pulse-status span { color: var(--ep-muted); font-size: 12px; }
.epantas-pulse-status { display: flex; align-items: center; gap: 10px; }
.epantas-pulse-status i { width: 9px; height: 9px; border-radius: 50%; background: var(--ep-green-bright); box-shadow: 0 0 0 7px rgba(98,242,154,.08), 0 0 22px var(--ep-green); animation: epPulse 1.8s infinite; }
@keyframes epPulse { 50% { box-shadow: 0 0 0 12px rgba(98,242,154,0), 0 0 30px var(--ep-green); } }

.epantas-command-visual { min-height: 650px; perspective: 1700px; display: grid; place-items: center; isolation: isolate; }
.epantas-dashboard-frame { position: relative; width: min(760px, 100%); aspect-ratio: 1.47; overflow: hidden; border: 1px solid rgba(217,173,80,.5); border-radius: 25px; background: linear-gradient(145deg, rgba(26,51,42,.98), rgba(5,14,10,.99)); box-shadow: 0 70px 120px rgba(0,0,0,.58), 0 0 70px rgba(32,182,106,.10), inset 0 1px rgba(255,255,255,.12); transform: rotateY(-11deg) rotateX(5deg) rotateZ(-1deg); transform-style: preserve-3d; transition: transform .2s ease; z-index: 4; }
.epantas-dashboard-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.epantas-dashboard-topbar { height: 62px; display: flex; align-items: center; gap: 14px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.022); }
.epantas-dashboard-topbar strong { font-size: 17px; }
.epantas-dashboard-topbar > div { margin-left: auto; display: flex; gap: 9px; }
.epantas-dashboard-topbar > div i { width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); }
.epantas-mini-logo { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(217,173,80,.5); color: var(--ep-gold-light); font-weight: 900; }
.epantas-dashboard-body { height: calc(100% - 62px); display: grid; grid-template-columns: 72px 1fr; }
.epantas-dashboard-sidebar { padding-top: 25px; display: flex; flex-direction: column; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.07); background: rgba(0,0,0,.18); }
.epantas-dashboard-sidebar span { width: 27px; height: 8px; border-radius: 6px; background: rgba(255,255,255,.12); }
.epantas-dashboard-sidebar span.active { background: linear-gradient(90deg, var(--ep-green), rgba(32,182,106,.25)); box-shadow: 0 0 18px rgba(32,182,106,.32); }
.epantas-dashboard-content { padding: 22px; display: grid; grid-template-rows: auto 1fr; gap: 20px; }
.epantas-metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.epantas-metric-row article { min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,.065); border-radius: 12px; background: rgba(255,255,255,.035); }
.epantas-metric-row small, .epantas-metric-row em { display: block; color: #8fa39a; font-size: 8px; font-style: normal; }
.epantas-metric-row strong { display: block; overflow: hidden; margin: 10px 0 8px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.epantas-metric-row em { color: var(--ep-green-bright); }
.epantas-chart-row { display: grid; grid-template-columns: 1.55fr .85fr; gap: 14px; min-height: 0; }
.epantas-chart-card, .epantas-donut-card { min-height: 0; padding: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.065); border-radius: 14px; background: rgba(255,255,255,.026); }
.epantas-chart-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.epantas-chart-heading strong { font-size: 11px; }
.epantas-chart-heading span { color: #83978e; font-size: 8px; }
.epantas-line-chart { display: block; width: 100%; height: calc(100% - 20px); overflow: visible; }
.epantas-line-chart .grid { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 1; }
.epantas-line-chart .fill { fill: url(#epantasChartFill); }
.epantas-line-chart .line { fill: none; stroke: var(--ep-gold); stroke-width: 3; filter: drop-shadow(0 0 8px rgba(217,173,80,.45)); }
.epantas-line-chart circle { fill: var(--ep-gold-light); stroke: #fff4c8; stroke-width: 2; }
.epantas-donut-wrap { height: calc(100% - 25px); display: grid; place-items: center; align-content: center; grid-template-columns: .85fr 1fr; gap: 15px; }
.epantas-donut { width: 110px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--ep-green) 0 66%, var(--ep-gold) 66% 78%, #de695e 78% 100%); box-shadow: 0 0 35px rgba(32,182,106,.13); position: relative; }
.epantas-donut::after { content: ""; position: absolute; inset: 18px; border-radius: 50%; background: #102119; }
.epantas-donut span { position: relative; z-index: 1; text-align: center; font-size: 17px; font-weight: 800; }
.epantas-donut small { display: block; margin-top: 3px; color: #8ba097; font-size: 6px; }
.epantas-donut-wrap ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.epantas-donut-wrap li { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; color: #9caea5; font-size: 8px; }
.epantas-donut-wrap li i { width: 7px; height: 7px; border-radius: 50%; background: var(--ep-green); }
.epantas-donut-wrap li i.partial { background: var(--ep-gold); }
.epantas-donut-wrap li i.unpaid { background: #de695e; }
.epantas-donut-wrap li b { color: #f2f4f3; }
.epantas-platform { position: absolute; left: 11%; right: 7%; bottom: 50px; height: 94px; border: 1px solid rgba(217,173,80,.32); border-radius: 50%; background: radial-gradient(ellipse, rgba(32,182,106,.3), rgba(5,15,11,.55) 48%, rgba(217,173,80,.08) 50%, transparent 67%); box-shadow: 0 30px 80px rgba(0,0,0,.62), inset 0 0 35px rgba(32,182,106,.17); transform: rotateX(70deg); z-index: 1; }
.epantas-platform::before, .epantas-platform::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(32,182,106,.34); border-radius: 50%; animation: epSpin 12s linear infinite; }
.epantas-platform::after { inset: 28px; border-style: dashed; border-color: rgba(217,173,80,.4); animation-direction: reverse; animation-duration: 16s; }
@keyframes epSpin { to { transform: rotate(360deg); } }
.epantas-halo { position: absolute; border: 1px solid rgba(32,182,106,.25); border-radius: 50%; filter: blur(.1px); z-index: 0; }
.epantas-halo-one { width: 650px; height: 650px; box-shadow: inset 0 0 90px rgba(32,182,106,.05), 0 0 70px rgba(32,182,106,.08); animation: epSpin 24s linear infinite; }
.epantas-halo-two { width: 510px; height: 510px; border-color: rgba(217,173,80,.18); animation: epSpin 18s linear infinite reverse; }
.epantas-floating-card { position: absolute; z-index: 5; min-width: 180px; padding: 15px 17px; border: 1px solid rgba(217,173,80,.34); border-radius: 13px; background: rgba(5,19,14,.86); box-shadow: 0 24px 60px rgba(0,0,0,.42); backdrop-filter: blur(12px); animation: epFloat 4.5s ease-in-out infinite; }
.epantas-floating-card span, .epantas-floating-card em { display: block; color: var(--ep-muted); font-size: 9px; font-style: normal; }
.epantas-floating-card strong { display: block; margin: 6px 0; font-size: 16px; }
.epantas-floating-card em { color: var(--ep-green-bright); }
.epantas-float-sales { left: -2%; bottom: 22%; }
.epantas-float-paid { right: 0; top: 17%; animation-delay: -2s; }
@keyframes epFloat { 50% { transform: translateY(-11px); } }
.epantas-scroll-note { position: absolute; left: 50%; bottom: 26px; display: grid; place-items: center; gap: 8px; transform: translateX(-50%); color: #6d8077; font-size: 8px; letter-spacing: .28em; }
.epantas-scroll-note i { width: 1px; height: 34px; background: linear-gradient(var(--ep-gold), transparent); animation: epScroll 1.8s infinite; }
@keyframes epScroll { 50% { transform: scaleY(.5); transform-origin: top; } }

.epantas-problem { border-top: 1px solid var(--ep-line); border-bottom: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 15% 45%, rgba(32,182,106,.13), transparent 28%), rgba(3,11,8,.76); }
.epantas-problem-grid { display: grid; grid-template-columns: .7fr 1.55fr; gap: 70px; align-items: center; }
.epantas-fragment-flow { display: grid; grid-template-columns: repeat(4, 1fr auto) 1.2fr; align-items: center; gap: 14px; }
.epantas-fragment-flow article { min-height: 190px; padding: 24px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.075); border-radius: 18px; background: rgba(255,255,255,.025); }
.epantas-fragment-flow article strong { margin: 18px 0 8px; font-size: 14px; }
.epantas-fragment-flow article small { color: var(--ep-muted); font-size: 11px; line-height: 1.5; }
.epantas-file-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 12px; background: #117440; box-shadow: 0 0 30px rgba(32,182,106,.18); font-size: 24px; font-weight: 900; }
.epantas-file-icon.doc { color: var(--ep-gold-light); background: rgba(217,173,80,.12); border: 1px solid var(--ep-line); }
.epantas-file-icon.chat { background: #1c9b55; }
.epantas-file-icon.folder { color: #1b1304; background: linear-gradient(145deg, #efc869, #b7781f); }
.epantas-flow-arrow { color: var(--ep-gold); font-style: normal; font-size: 18px; opacity: .65; }
.epantas-flow-arrow-large { font-size: 32px; }
.epantas-fragment-flow .epantas-unified-card { align-items: flex-start; text-align: left; border-color: rgba(32,182,106,.45); background: linear-gradient(145deg, rgba(32,182,106,.13), rgba(255,255,255,.02)); box-shadow: inset 0 0 45px rgba(32,182,106,.06); }
.epantas-unified-card .epantas-mark { margin-bottom: 8px; }

.epantas-workflow { background: linear-gradient(180deg, rgba(3,11,8,.92), rgba(2,8,5,.98)); }
.epantas-workflow-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.epantas-workflow-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 24px; height: 1px; background: repeating-linear-gradient(90deg, rgba(217,173,80,.72) 0 4px, transparent 4px 9px); }
.epantas-workflow-line article { position: relative; min-width: 0; }
.epantas-step { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 35px; border: 1px solid var(--ep-gold); border-radius: 50%; color: var(--ep-gold-light); background: var(--ep-bg); font-family: Georgia, serif; }
.epantas-step-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px; color: var(--ep-gold-light); border: 1px solid rgba(217,173,80,.28); border-radius: 12px; background: rgba(217,173,80,.055); font-size: 21px; }
.epantas-workflow-line h3 { margin: 0 0 12px; font-size: 18px; }
.epantas-workflow-line p { min-height: 78px; margin: 0 0 24px; color: var(--ep-muted); font-size: 13px; line-height: 1.7; }
.epantas-mini-panel { min-height: 145px; padding: 18px; border: 1px solid rgba(217,173,80,.25); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: var(--ep-shadow); }
.epantas-customer-panel { display: grid; grid-template-columns: 1fr auto; gap: 13px 10px; color: #cad3cf; font-size: 10px; }
.epantas-customer-panel i { color: var(--ep-green-bright); font-size: 8px; font-style: normal; }
.epantas-document-panel { position: relative; color: #15201a; background: linear-gradient(160deg, #f4f3ed, #cfd5cf); }
.epantas-document-panel small, .epantas-document-panel b, .epantas-document-panel strong { display: block; }
.epantas-document-panel small { font-weight: 900; letter-spacing: .12em; }
.epantas-document-panel b { margin-top: 7px; color: #67716c; font-size: 8px; }
.epantas-document-panel strong { margin-top: 42px; font-size: 18px; }
.epantas-document-panel em, .epantas-payment-panel em { position: absolute; right: 12px; top: -12px; padding: 6px 10px; border-radius: 7px; color: #171105; background: var(--ep-gold-light); font-size: 8px; font-style: normal; font-weight: 900; }
.epantas-payment-panel { position: relative; color: var(--ep-text); background: linear-gradient(145deg, #10251b, #07130e); }
.epantas-payment-panel small, .epantas-payment-panel b, .epantas-payment-panel strong { display: block; }
.epantas-payment-panel b { margin-top: 10px; color: #dfe9e4; font-size: 9px; }
.epantas-payment-panel small { font-weight: 900; letter-spacing: .12em; color: #ffffff; font-size: 12px; }
.epantas-payment-panel strong { margin-top: 34px; font-size: 18px; font-weight: 900; }
.epantas-payment-panel em { color: #06130b; background: var(--ep-green-bright); }
.epantas-bars { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; padding-top: 35px; }
.epantas-bars i { flex: 1; height: 35%; border-radius: 3px 3px 0 0; background: linear-gradient(var(--ep-green-bright), #12663c); box-shadow: 0 0 14px rgba(32,182,106,.15); }
.epantas-bars i:nth-child(2) { height: 52%; }.epantas-bars i:nth-child(3) { height: 43%; }.epantas-bars i:nth-child(4) { height: 80%; }.epantas-bars i:nth-child(5) { height: 68%; }.epantas-bars i:nth-child(6) { height: 96%; }
.epantas-step-icon-printer { font-size: 19px; }
.epantas-statement-panel { display: grid; grid-template-columns: 1fr auto; gap: 13px 10px; color: #cad3cf; font-size: 10px; }
.epantas-statement-panel span { font-weight: 600; }
.epantas-statement-panel i { color: var(--ep-gold-light); font-size: 8px; font-style: normal; font-weight: 800; }


.epantas-documents { border-top: 1px solid var(--ep-line); background: radial-gradient(circle at 25% 55%, rgba(32,182,106,.12), transparent 28%), linear-gradient(180deg, #020705, #07120e); }
.epantas-documents-grid { min-height: 720px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 90px; align-items: center; }
.epantas-document-showcase { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; perspective: 1500px; }
.epantas-orbit-ring { position: absolute; inset: 24% 1% 8%; border: 1px solid rgba(217,173,80,.35); border-radius: 50%; transform: rotateX(67deg); box-shadow: inset 0 0 60px rgba(32,182,106,.14), 0 0 50px rgba(217,173,80,.08); }
.epantas-orbit-ring::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(32,182,106,.4); border-radius: 50%; animation: epSpin 18s linear infinite; }
.epantas-paper { position: absolute; width: 245px; height: 355px; overflow: hidden; border-radius: 10px; color: #18221d; background: linear-gradient(150deg, #fff, #d9ddd8); box-shadow: 0 35px 65px rgba(0,0,0,.45); transform-origin: bottom center; border: 1px solid rgba(255,255,255,.08); }
.epantas-paper > span { position: absolute; top: -26px; left: 50%; z-index: 2; padding: 7px 11px; transform: translateX(-50%); color: #130e04; background: var(--ep-gold-light); border-radius: 6px; font-size: 7px; font-weight: 900; white-space: nowrap; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.epantas-paper img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; background: #fff; }
.epantas-paper.invoice { left: 3%; z-index: 2; transform: rotateY(15deg) rotateZ(-5deg); }
.epantas-paper.receipt { left: 26%; z-index: 4; transform: translateY(-30px) rotateY(7deg) rotateZ(-1deg); }
.epantas-paper.voucher { right: 22%; z-index: 3; width: 225px; transform: translateY(6px) rotateY(-7deg) rotateZ(2deg); }
.epantas-paper.quotation { right: 0; z-index: 2; transform: translateY(35px) rotateY(-15deg) rotateZ(5deg); }
.epantas-check-list { margin: 33px 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.epantas-check-list li { display: flex; align-items: center; gap: 12px; color: #cbd4d0; font-size: 14px; }
.epantas-check-list svg { width: 22px; height: 22px; padding: 4px; color: #06120b; background: var(--ep-green-bright); border-radius: 50%; }
.epantas-text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(217,173,80,.45); color: var(--ep-gold-light) !important; font-size: 11px; font-weight: 900; letter-spacing: .1em; }

.epantas-modules { background: linear-gradient(180deg, #07120e, #020705); }
.epantas-module-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.epantas-module-card { min-height: 190px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(217,173,80,.18); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: .3s ease; }
.epantas-module-card:hover { transform: translateY(-8px); border-color: rgba(217,173,80,.55); background: linear-gradient(145deg, rgba(217,173,80,.08), rgba(32,182,106,.04)); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.epantas-module-card > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ep-gold-light); border: 1px solid rgba(217,173,80,.28); border-radius: 14px; background: rgba(217,173,80,.055); font-size: 22px; }
.epantas-module-card > div { margin-top: auto; }
.epantas-module-card h3 { margin: 22px 0 9px; font-size: 16px; }
.epantas-module-card p { margin: 0; color: var(--ep-muted); font-size: 11px; line-height: 1.6; }
.epantas-module-card > svg { margin: 18px 0 0 auto; color: var(--ep-gold); opacity: .45; }

.epantas-stats { padding-top: 0; background: #020705; }
.epantas-stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.epantas-stats-grid article { min-height: 230px; padding: 30px 20px; text-align: center; border: 1px solid rgba(32,182,106,.22); border-radius: 18px; background: linear-gradient(145deg, rgba(32,182,106,.07), rgba(255,255,255,.018)); }
.epantas-stat-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 20px; color: var(--ep-green-bright); border-radius: 50%; background: radial-gradient(circle, rgba(32,182,106,.26), rgba(32,182,106,.04)); box-shadow: 0 0 30px rgba(32,182,106,.1); font-size: 20px; }
.epantas-stats-grid strong { display: block; color: var(--ep-gold-light); font: 500 38px/1 Georgia, serif; }
.epantas-stats-grid h3 { margin: 13px 0 8px; font-size: 15px; }
.epantas-stats-grid p { margin: 0; color: var(--ep-muted); font-size: 11px; line-height: 1.6; }

.epantas-testimonial { background: radial-gradient(circle at 75% 50%, rgba(32,182,106,.1), transparent 30%), linear-gradient(180deg, #020705, #07120e); }
.epantas-testimonial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.epantas-device-scene { position: relative; min-height: 530px; display: grid; place-items: center; }
.epantas-laptop { width: 78%; perspective: 1000px; }
.epantas-laptop-screen { aspect-ratio: 1.58; padding: 13px; display: grid; grid-template-columns: 16% 1fr; gap: 12px; border: 5px solid #1b211e; border-radius: 18px 18px 8px 8px; background: #dce2dd; box-shadow: 0 40px 70px rgba(0,0,0,.45); }
.epantas-device-sidebar { border-radius: 8px; background: linear-gradient(180deg, #0b2c1d, #07150f); }
.epantas-device-main { padding: 15px; border-radius: 8px; background: #f6f7f5; }
.epantas-device-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.epantas-device-metrics i { height: 62px; border-radius: 8px; background: linear-gradient(145deg, #eef2ee, #d7dfd9); }
.epantas-device-chart { height: 56%; margin-top: 18px; border-radius: 8px; background: linear-gradient(180deg, rgba(32,182,106,.05), rgba(32,182,106,.14)), repeating-linear-gradient(0deg, transparent 0 28px, rgba(22,84,51,.08) 28px 29px); clip-path: polygon(0 75%, 13% 58%, 26% 66%, 39% 35%, 51% 49%, 65% 20%, 80% 37%, 100% 4%, 100% 100%, 0 100%); }
.epantas-laptop-base { width: 112%; height: 18px; margin-left: -6%; border-radius: 0 0 30px 30px; background: linear-gradient(#69726d, #202623); box-shadow: 0 20px 32px rgba(0,0,0,.4); }
.epantas-phone { position: absolute; right: 6%; bottom: 10%; width: 132px; height: 265px; padding: 8px; border-radius: 28px; background: #1b211e; box-shadow: 0 28px 45px rgba(0,0,0,.45); transform: rotate(4deg); }
.epantas-phone > div { height: 100%; padding: 24px 11px; border-radius: 21px; background: #eff2ef; }
.epantas-phone span { display: block; height: 56px; border-radius: 10px; background: linear-gradient(145deg,#0b2c1d,#0e5130); }
.epantas-phone i { display: block; height: 38px; margin-top: 11px; border-radius: 8px; background: #d9e0db; }
.epantas-testimonial-carousel { grid-column: 1 / -1; position: relative; width: 100%; margin-top: -28px; overflow: hidden; }
.epantas-testimonial-viewport { position: relative; min-height: 430px; perspective: 1500px; }
.epantas-testimonial-card { position: absolute; left: 50%; top: 50%; width: min(650px, 48vw); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -50%) scale(.62); transition: transform .65s cubic-bezier(.2,.75,.2,1), opacity .5s ease, filter .5s ease; }
.epantas-testimonial-card-inner { position: relative; min-height: 315px; padding: 48px 50px 42px; overflow: hidden; border: 1px solid rgba(217,173,80,.28); border-radius: 38px; background: radial-gradient(circle at 10% 0%, rgba(217,173,80,.12), transparent 32%), linear-gradient(145deg, rgba(18,38,29,.98), rgba(6,17,12,.98)); box-shadow: 0 40px 100px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.07); }
.epantas-testimonial-card-inner::before { content: ""; position: absolute; inset: auto -18% -60% 35%; height: 300px; border: 1px solid rgba(32,182,106,.2); border-radius: 50%; transform: rotate(-14deg); }
.epantas-testimonial-card.is-active { z-index: 4; opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, -50%) scale(1); filter: none; }
.epantas-testimonial-card.is-prev { z-index: 2; opacity: .52; visibility: visible; transform: translate(calc(-50% - 430px), -50%) scale(.78) rotateY(10deg); filter: saturate(.62) brightness(.72); }
.epantas-testimonial-card.is-next { z-index: 2; opacity: .52; visibility: visible; transform: translate(calc(-50% + 430px), -50%) scale(.78) rotateY(-10deg); filter: saturate(.62) brightness(.72); }
.epantas-testimonial-card.is-prev:hover, .epantas-testimonial-card.is-next:hover { opacity: .7; }
.epantas-testimonial-number { position: absolute; right: 28px; top: 24px; color: rgba(217,173,80,.22); font: 600 52px/1 Georgia, serif; }
.epantas-quote-mark { position: relative; z-index: 1; display: block; height: 30px; color: var(--ep-gold-light); font: 700 72px/1 Georgia, serif; }
.epantas-testimonial-card blockquote { position: relative; z-index: 1; min-height: 118px; margin: 24px 0 32px; font: 500 24px/1.55 Georgia, serif; color: #f2f0e8; }
.epantas-person { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.epantas-person img, .epantas-person > span { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; object-fit: cover; border: 1px solid rgba(217,173,80,.7); border-radius: 50%; color: #10160f; background: linear-gradient(145deg, var(--ep-gold-light), #a76c18); font-weight: 900; }
.epantas-person div { display: grid; gap: 4px; }
.epantas-person strong { color: #fff; font-size: 14px; }
.epantas-person small { color: var(--ep-muted); font-size: 11px; }
.epantas-testimonial-controls { position: relative; z-index: 5; display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: -16px; }
.epantas-testimonial-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(217,173,80,.45); border-radius: 50%; color: var(--ep-gold-light); background: rgba(217,173,80,.06); cursor: pointer; font-size: 18px; transition: .25s ease; }
.epantas-testimonial-arrow:hover { color: #0b100c; background: var(--ep-gold-light); transform: translateY(-2px); }
.epantas-testimonial-dots { display: flex; align-items: center; gap: 8px; }
.epantas-testimonial-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.22); cursor: pointer; transition: .3s ease; }
.epantas-testimonial-dots button.is-active { width: 28px; border-radius: 20px; background: linear-gradient(90deg, var(--ep-gold), var(--ep-gold-light)); }
.epantas-person > span, .epantas-person img { width: 50px; height: 50px; display: grid; place-items: center; object-fit: cover; border: 1px solid rgba(217,173,80,.4); border-radius: 50%; background: rgba(217,173,80,.12); color: var(--ep-gold-light); font-weight: 900; }
.epantas-person div { display: grid; gap: 4px; }
.epantas-person small { color: var(--ep-muted); }

.epantas-final-cta { padding-top: 60px; background: #07120e; }
.epantas-cta-card { min-height: 470px; padding: 80px; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; border: 1px solid rgba(217,173,80,.35); border-radius: 36px; background: radial-gradient(circle at 82% 50%, rgba(32,182,106,.24), transparent 28%), linear-gradient(135deg, #06110c, #0d281c 60%, #050c08); box-shadow: 0 60px 120px rgba(0,0,0,.42); }
.epantas-cta-card h2 { font-size: clamp(42px, 5vw, 70px); }
.epantas-cta-actions { position: relative; z-index: 2; display: grid; gap: 14px; }
.epantas-cta-orbit { position: absolute; right: -180px; top: -120px; width: 620px; height: 620px; border: 1px solid rgba(217,173,80,.22); border-radius: 50%; box-shadow: inset 0 0 100px rgba(32,182,106,.13); }
.epantas-cta-orbit::before, .epantas-cta-orbit::after { content: ""; position: absolute; inset: 60px; border: 1px dashed rgba(32,182,106,.32); border-radius: 50%; animation: epSpin 20s linear infinite; }
.epantas-cta-orbit::after { inset: 140px; border-style: solid; border-color: rgba(217,173,80,.18); animation-direction: reverse; }
.epantas-footer { position: relative; z-index: 2; padding: 34px 0 44px; background: #07120e; }
.epantas-footer .epantas-shell { padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.075); }
.epantas-footer p, .epantas-footer > div > a { color: var(--ep-muted); font-size: 11px; }

.epantas-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.epantas-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
    .epantas-shell { width: min(1180px, calc(100% - 48px)); }
    .epantas-menu { gap: 24px; }
    .epantas-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 24px; }
    .epantas-command-visual { min-height: 560px; }
    .epantas-fragment-flow { grid-template-columns: repeat(4, 1fr); }
    .epantas-fragment-flow .epantas-flow-arrow { display: none; }
    .epantas-fragment-flow .epantas-unified-card { grid-column: 1 / -1; min-height: 140px; }
    .epantas-module-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
    body.epantas-premium-page.admin-bar .epantas-nav-wrap { top: 46px; }
    .epantas-nav-actions { display: none; }
    .epantas-menu-toggle { display: block; margin-left: auto; }
    .epantas-menu { position: absolute; inset: calc(100% + 1px) 0 auto; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(2,7,5,.98); border: 1px solid rgba(255,255,255,.07); border-radius: 0 0 18px 18px; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
    .epantas-menu.is-open { display: flex; }
    .epantas-menu a { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.06); }
    .epantas-menu .epantas-mobile-demo {
        min-height: 50px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 18px;
        padding: 0 20px;
        border: 0;
        border-radius: 10px;
        color: #08100c !important;
        background: linear-gradient(135deg, #f1d283 0%, #c58b2d 100%);
        box-shadow: 0 14px 34px rgba(217,173,80,.24), inset 0 1px rgba(255,255,255,.55);
        font-weight: 900;
        letter-spacing: .1em;
    }
    .epantas-menu .epantas-mobile-demo:hover {
        color: #08100c !important;
        background: linear-gradient(135deg, #f6dda0 0%, #d49a38 100%);
    }
    .epantas-hero { min-height: auto; padding-top: 160px; }
    .epantas-hero-grid, .epantas-problem-grid, .epantas-documents-grid, .epantas-testimonial-grid, .epantas-cta-card { grid-template-columns: 1fr; }
    .epantas-hero-copy { max-width: 780px; }
    .epantas-command-visual { margin-top: 35px; }
    .epantas-problem-grid { gap: 50px; }
    .epantas-fragment-flow { grid-template-columns: repeat(2, 1fr); }
    .epantas-workflow-line { grid-template-columns: repeat(2, 1fr); }
    .epantas-workflow-line::before { display: none; }
    .epantas-workflow-line article:last-child { grid-column: 1 / -1; max-width: 50%; }
    .epantas-documents-grid { gap: 35px; }
    .epantas-document-showcase { order: 2; }
    .epantas-stats-grid { grid-template-columns: repeat(3, 1fr); }
    .epantas-cta-card { gap: 40px; }
}


@media (max-width: 1180px) and (min-width: 768px) {
    .epantas-testimonial-card { width: min(600px, 58vw); }
    .epantas-testimonial-card.is-prev { transform: translate(calc(-50% - 310px), -50%) scale(.72) rotateY(9deg); }
    .epantas-testimonial-card.is-next { transform: translate(calc(-50% + 310px), -50%) scale(.72) rotateY(-9deg); }
}

@media (max-width: 767px) {
    .epantas-shell { width: min(100% - 28px, 680px); }
    .epantas-section { padding: 78px 0; }
    .epantas-nav { min-height: 72px; }
    .epantas-brand-copy strong { font-size: 17px; }
    .epantas-brand-copy small { font-size: 6px; }
    .epantas-mark { width: 39px; height: 39px; font-size: 22px; }
    .epantas-hero { padding-top: 132px; }
    .epantas-hero-copy h1 { font-size: clamp(54px, 18vw, 82px); }
    .epantas-hero-copy > p { font-size: 16px; }
    .epantas-hero-actions { display: grid; }
    .epantas-button { width: 100%; }
    .epantas-trust-row { display: grid; gap: 18px; }
    .epantas-command-visual { min-height: 410px; margin-top: 20px; }
    .epantas-dashboard-frame { width: 108%; transform: scale(.9) rotateY(-8deg) rotateX(4deg); }
    .epantas-dashboard-topbar { height: 48px; }
    .epantas-dashboard-body { height: calc(100% - 48px); grid-template-columns: 46px 1fr; }
    .epantas-dashboard-content { padding: 12px; gap: 10px; }
    .epantas-metric-row { grid-template-columns: repeat(2, 1fr); }
    .epantas-metric-row article:nth-child(n+3) { display: none; }
    .epantas-chart-row { grid-template-columns: 1fr; }
    .epantas-donut-card { display: none; }
    .epantas-platform { bottom: 16px; }
    .epantas-halo-one { width: 420px; height: 420px; }
    .epantas-halo-two { width: 340px; height: 340px; }
    .epantas-floating-card { min-width: 135px; padding: 11px; }
    .epantas-floating-card strong { font-size: 12px; }
    .epantas-float-sales { left: -5%; bottom: 12%; }
    .epantas-float-paid { right: -4%; top: 10%; }
    .epantas-scroll-note { display: none; }
    .epantas-section-heading h2, .epantas-centered-heading h2, .epantas-cta-card h2 { font-size: clamp(38px, 12vw, 56px); }
    .epantas-centered-heading { margin-bottom: 52px; text-align: left; }
    .epantas-centered-heading .epantas-kicker { justify-content: flex-start; }
    .epantas-fragment-flow, .epantas-workflow-line, .epantas-module-grid, .epantas-stats-grid { grid-template-columns: 1fr; }
    .epantas-workflow-line article:last-child { grid-column: auto; max-width: none; }
    .epantas-workflow-line p { min-height: auto; }
    .epantas-mini-panel { min-height: 125px; }
    .epantas-document-showcase { min-height: 505px; transform: scale(.8); margin: -55px -55px -60px; }
    .epantas-paper { width: 190px; height: 285px; padding: 24px 18px; }
    .epantas-paper.voucher { width: 172px; }
    .epantas-module-card { min-height: 155px; }
    .epantas-stats-grid article { min-height: 200px; }
    .epantas-device-scene { min-height: 360px; }
    .epantas-laptop { width: 92%; }
    .epantas-phone { width: 92px; height: 188px; right: 0; }
    .epantas-testimonial-carousel { margin-top: 0; overflow: visible; }
    .epantas-testimonial-viewport { min-height: 410px; overflow: hidden; margin-inline: -14px; }
    .epantas-testimonial-card { width: calc(100% - 36px); }
    .epantas-testimonial-card.is-prev, .epantas-testimonial-card.is-next { opacity: 0; visibility: hidden; transform: translate(-50%, -50%) scale(.88); }
    .epantas-testimonial-card-inner { min-height: 340px; padding: 40px 28px 34px; border-radius: 30px; }
    .epantas-testimonial-card blockquote { min-height: 145px; font-size: 21px; }
    .epantas-testimonial-controls { margin-top: -8px; }
    .epantas-cta-card { padding: 46px 24px; border-radius: 24px; }
    .epantas-footer .epantas-shell { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .epantas-site *, .epantas-site *::before, .epantas-site *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}


.epantas-laptop-screen-image { overflow: hidden; grid-template-columns: 1fr; padding: 0; background: #f2f4f1; }
.epantas-laptop-screen-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.epantas-phone-image > div { overflow: hidden; padding: 0; background: #eff2ef; }
.epantas-phone-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: left top; }


.epantas-file-icon { overflow: hidden; }
.epantas-file-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.epantas-file-icon.doc, .epantas-file-icon.folder, .epantas-file-icon.chat { background: transparent; box-shadow: none; border-radius: 12px; }
.epantas-file-icon.doc img, .epantas-file-icon.folder img { filter: drop-shadow(0 8px 16px rgba(0,0,0,.18)); }
.epantas-file-icon.chat { border-radius: 14px; }
.epantas-flow-brand { width: 100%; max-width: 160px; height: auto; display: block; margin-bottom: 14px; filter: drop-shadow(0 10px 24px rgba(0,0,0,.22)); }
.epantas-fragment-flow .epantas-unified-card strong { margin-top: 0; }

/* v1.7.0: force the uploaded blue document icon and avoid cached legacy artwork. */
.epantas-fragment-flow .epantas-file-icon.doc { width: 58px; height: 58px; padding: 0; overflow: visible; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.epantas-fragment-flow .epantas-file-icon.doc img { width: 58px !important; height: 58px !important; display: block; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 9px 18px rgba(0,0,0,.28)); }

/* v1.8.0 — promotional pricing and demo request modal. */
.epantas-pricing { border-top: 1px solid rgba(217,173,80,.18); background: radial-gradient(circle at 50% 15%, rgba(217,173,80,.11), transparent 27%), linear-gradient(180deg, #020705, #07120e); }
.epantas-promo-limit { width: fit-content; max-width: 100%; margin: 27px auto 0; padding: 10px 16px 10px 10px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid rgba(217,173,80,.38); border-radius: 999px; color: #e8dfca; background: rgba(217,173,80,.07); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.epantas-promo-limit span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #08100c; background: linear-gradient(135deg,#f4d98e,#c88e2f); font-weight: 900; }
.epantas-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.epantas-pricing-grid.epantas-pricing-grid-two { max-width: 900px; margin-left: auto; margin-right: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.epantas-price-card { position: relative; min-height: 510px; padding: 42px 36px 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 25px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); box-shadow: 0 34px 80px rgba(0,0,0,.26); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.epantas-price-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 85% 0%, rgba(32,182,106,.1), transparent 28%); }
.epantas-price-card:hover { transform: translateY(-9px); border-color: rgba(217,173,80,.45); box-shadow: 0 48px 95px rgba(0,0,0,.38); }
.epantas-price-card.is-featured { margin-top: -18px; margin-bottom: -18px; border-color: rgba(217,173,80,.58); background: radial-gradient(circle at 80% 5%, rgba(217,173,80,.16), transparent 30%), linear-gradient(145deg, rgba(21,58,41,.93), rgba(7,20,14,.97)); box-shadow: 0 45px 110px rgba(0,0,0,.43), 0 0 55px rgba(217,173,80,.07); }
.epantas-popular-badge { position: absolute; top: 0; right: 26px; padding: 9px 14px; border-radius: 0 0 10px 10px; color: #07100c; background: linear-gradient(135deg,#f4d98e,#c88e2f); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.epantas-plan-label { position: relative; z-index: 1; color: var(--ep-gold-light); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.epantas-price-card h3 { position: relative; z-index: 1; min-height: 62px; margin: 18px 0 24px; font: 500 27px/1.15 Georgia, "Times New Roman", serif; }
.epantas-price { position: relative; z-index: 1; min-height: 80px; display: flex; align-items: flex-start; gap: 5px; }
.epantas-price sup { margin-top: 13px; color: var(--ep-gold-light); font-size: 16px; font-weight: 800; }
.epantas-price strong { font: 700 clamp(50px,5vw,68px)/.95 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.epantas-price small { align-self: flex-end; margin: 0 0 12px 3px; color: var(--ep-muted); font-size: 12px; }
.epantas-original-price { position: relative; z-index: 1; width: fit-content; margin-top: 9px; padding: 8px 11px; border-radius: 8px; color: #98a8a0; background: rgba(255,255,255,.04); font-size: 12px; }
.epantas-original-price del { margin-left: 5px; color: #d28a82; text-decoration-thickness: 2px; }
.epantas-price-card > p { position: relative; z-index: 1; margin: 30px 0 34px; color: var(--ep-muted); font-size: 14px; line-height: 1.75; }
.epantas-price-card .epantas-button { position: relative; z-index: 1; width: 100%; margin-top: auto; }
.epantas-pricing-footnote { margin: 42px 0 0; text-align: center; color: #72847b; font-size: 12px; }
.epantas-form-notice { max-width: 880px; margin: -40px auto 48px; padding: 16px 20px; border: 1px solid rgba(217,173,80,.3); border-radius: 12px; color: #e6dcc4; background: rgba(217,173,80,.08); text-align: center; }
.epantas-form-notice.is-success { border-color: rgba(98,242,154,.38); color: #c8f9db; background: rgba(32,182,106,.1); }
.epantas-form-notice.is-error { border-color: rgba(222,105,94,.42); color: #ffd4cf; background: rgba(222,105,94,.1); }

.epantas-demo-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.epantas-demo-modal.is-open { opacity: 1; visibility: visible; }
.epantas-demo-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0,5,3,.82); backdrop-filter: blur(13px); cursor: default; }
.epantas-demo-dialog { position: relative; z-index: 1; width: min(640px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 48px; border: 1px solid rgba(217,173,80,.42); border-radius: 26px; background: radial-gradient(circle at 90% 0%, rgba(32,182,106,.16), transparent 31%), linear-gradient(145deg,#0b1d16,#030a07); box-shadow: 0 60px 140px rgba(0,0,0,.7); transform: translateY(24px) scale(.98); transition: transform .25s ease; }
.epantas-demo-modal.is-open .epantas-demo-dialog { transform: none; }
.epantas-demo-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.04); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.epantas-demo-dialog h2 { margin: 22px 0 14px; font: 500 clamp(38px,6vw,56px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.epantas-demo-dialog > p { margin: 0 0 30px; color: var(--ep-muted); font-size: 15px; line-height: 1.75; }
.epantas-demo-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.epantas-demo-form label { display: grid; gap: 8px; color: #dce5e0; font-size: 12px; font-weight: 700; }
.epantas-demo-form input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; outline: 0; color: #f5f4ee; background: rgba(255,255,255,.045); transition: border-color .2s ease, box-shadow .2s ease; }
.epantas-demo-form input:focus { border-color: rgba(217,173,80,.72); box-shadow: 0 0 0 4px rgba(217,173,80,.08); }
.epantas-demo-form .epantas-button, .epantas-demo-form > small { grid-column: 1 / -1; }
.epantas-demo-form > small { color: #71837a; text-align: center; font-size: 10px; line-height: 1.5; }
.epantas-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body.epantas-demo-open { overflow: hidden; }

@media (max-width: 1024px) {
    .epantas-pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
    .epantas-price-card, .epantas-price-card.is-featured { min-height: 0; margin: 0; }
    .epantas-price-card h3 { min-height: 0; }
}

@media (max-width: 767px) {
    .epantas-promo-limit { align-items: flex-start; text-align: left; }
    .epantas-price-card { padding: 36px 24px 28px; }
    .epantas-price strong { font-size: 58px; }
    .epantas-demo-dialog { padding: 40px 22px 26px; border-radius: 20px; }
    .epantas-demo-form { grid-template-columns: 1fr; }
    .epantas-demo-form .epantas-button, .epantas-demo-form > small { grid-column: auto; }
}

/* Workflow heading: keep title and description on the exact same centre axis. */
.epantas-workflow .epantas-centered-heading { width: 100%; max-width: 1040px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-workflow .epantas-centered-heading h2 { max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-workflow .epantas-centered-heading > p { width: 100%; max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }

/* Module heading alignment */
.epantas-modules .epantas-centered-heading { width: 100%; max-width: 1040px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-modules .epantas-centered-heading h2 { max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-modules .epantas-centered-heading > p { width: 100%; max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-modules .epantas-centered-heading .epantas-kicker { justify-content: center; }

/* Pricing heading alignment */
.epantas-pricing .epantas-centered-heading { width: 100%; max-width: 1040px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-pricing .epantas-centered-heading h2 { max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-pricing .epantas-centered-heading > p { width: 100%; max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
.epantas-pricing .epantas-centered-heading .epantas-kicker { justify-content: center; }


.epantas-demo-hook { display: inline-grid; gap: 3px; padding: 12px 15px; align-content: center; border: 1px solid rgba(217,173,80,.28); border-radius: 16px; background: linear-gradient(145deg, rgba(32,182,106,.08), rgba(255,255,255,.03)); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
.epantas-demo-hook strong { color: var(--ep-gold-light); font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.epantas-demo-hook span { color: #c3d0cb; font-size: 11px; line-height: 1.45; }
.epantas-demo-hook-compact { width: 100%; }
.epantas-command-visual { position: relative; }
.epantas-promo-burst { position: absolute; left: -68px; bottom: 82px; z-index: 7; width: 180px; aspect-ratio: 1; display: grid; place-items: center; padding: 20px; text-align: center; color: #171105; background: radial-gradient(circle at 30% 30%, #ffe89f, #e1bb56 58%, #be8e2d 100%); clip-path: polygon(50% 0%, 57% 10%, 67% 2%, 71% 14%, 84% 6%, 84% 20%, 98% 16%, 91% 29%, 100% 36%, 88% 45%, 100% 56%, 88% 63%, 96% 77%, 82% 79%, 84% 93%, 69% 87%, 65% 100%, 53% 90%, 43% 100%, 36% 87%, 22% 94%, 20% 79%, 5% 82%, 12% 67%, 0% 60%, 10% 48%, 0% 38%, 13% 31%, 6% 18%, 20% 19%, 18% 5%, 33% 12%, 38% 0%); box-shadow: 0 24px 55px rgba(0,0,0,.38), 0 0 0 6px rgba(217,173,80,.14); transform: rotate(-8deg); }
.epantas-promo-burst small, .epantas-promo-burst span, .epantas-promo-burst em { display: block; }
.epantas-promo-burst small { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.epantas-promo-burst strong { display: block; margin: 2px 0; font: 900 28px/.98 Georgia, serif; }
.epantas-promo-burst span { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.epantas-promo-burst em { margin-top: 5px; font-size: 10px; font-style: normal; font-weight: 800; line-height: 1.35; }
.epantas-cta-demo-row { display: grid; gap: 12px; }
@media (min-width: 881px) {
  .epantas-cta-demo-row { grid-template-columns: minmax(0,1fr) 260px; align-items: stretch; }
}
@media (max-width: 1100px) {
  .epantas-promo-burst { width: 150px; left: -28px; bottom: 58px; }
}
@media (max-width: 880px) {
  .epantas-promo-burst { position: relative; left: auto; bottom: auto; margin: 0 auto 18px; width: 136px; transform: rotate(-4deg); }
}


/* v1.10.5 — desktop promo placement and compact mobile presentation. */
@media (min-width: 1101px) {
    .epantas-promo-burst {
        left: -205px;
        bottom: 112px;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .epantas-promo-burst {
        left: -92px;
        bottom: 78px;
    }
}

@media (max-width: 767px) {
    /* Show the real system first, immediately below the mobile header. */
    .epantas-hero {
        padding-top: 92px;
    }
    .epantas-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .epantas-command-visual {
        order: -1;
        width: 100%;
        min-height: 315px;
        margin: 0 0 18px;
    }
    .epantas-hero-copy {
        order: 2;
        width: 100%;
    }
    .epantas-dashboard-frame {
        width: 112%;
        transform: scale(.87) rotateY(-4deg) rotateX(2deg);
    }
    .epantas-floating-card {
        min-width: 112px;
        padding: 9px 10px;
    }
    .epantas-float-sales {
        left: 0;
        bottom: 8%;
    }
    .epantas-float-paid {
        right: 0;
        top: 7%;
    }
    .epantas-promo-burst {
        position: absolute;
        left: auto;
        right: 6px;
        bottom: -3px;
        width: 116px;
        margin: 0;
        padding: 13px;
        transform: rotate(6deg);
    }
    .epantas-promo-burst small {
        font-size: 8px;
    }
    .epantas-promo-burst strong {
        font-size: 20px;
    }
    .epantas-promo-burst span {
        font-size: 8px;
    }

    /* Avoid long one-card-per-row pages on phones. */
    .epantas-fragment-flow,
    .epantas-workflow-line,
    .epantas-module-grid,
    .epantas-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .epantas-fragment-flow article {
        min-height: 148px;
        padding: 16px 10px;
        border-radius: 15px;
    }
    .epantas-fragment-flow article strong {
        margin-top: 12px;
        font-size: 12px;
    }
    .epantas-fragment-flow article small {
        font-size: 9px;
    }
    .epantas-fragment-flow .epantas-unified-card {
        grid-column: 1 / -1;
        min-height: 118px;
        align-items: center;
        text-align: center;
    }
    .epantas-flow-brand {
        max-width: 130px;
        margin-inline: auto;
    }

    .epantas-workflow-line article {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .epantas-workflow-line article:last-child {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .epantas-workflow-line h3 {
        margin-inline: auto;
        font-size: 14px;
        line-height: 1.3;
    }
    .epantas-workflow-line p {
        min-height: 64px;
        margin: 0 auto 14px;
        font-size: 10px;
        line-height: 1.55;
    }
    .epantas-step {
        display: none;
    }
    .epantas-step-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 12px;
    }
    .epantas-mini-panel {
        width: 100%;
        min-height: 112px;
        height: 112px;
        padding: 13px;
    }
    .epantas-customer-panel,
    .epantas-document-panel,
    .epantas-payment-panel {
        align-self: stretch;
    }
    .epantas-document-panel strong {
        margin-top: 24px;
    }
    .epantas-payment-panel strong {
        margin-top: 20px;
    }
    .epantas-customer-panel,
    .epantas-statement-panel {
        text-align: left;
    }
    .epantas-workflow-line article:last-child .epantas-step-icon {
        margin-bottom: 10px;
    }
    .epantas-workflow-line article:last-child p {
        min-height: 0;
        max-width: 270px;
    }
    .epantas-workflow-line article:last-child .epantas-mini-panel {
        width: min(100%, 320px);
        height: auto;
        min-height: 112px;
    }

    .epantas-module-card {
        min-height: 165px;
        padding: 17px 14px;
        border-radius: 15px;
    }
    .epantas-module-card > span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .epantas-module-card h3 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.25;
    }
    .epantas-module-card p {
        font-size: 9px;
        line-height: 1.5;
    }
    .epantas-module-card > svg {
        width: 18px;
        margin-top: 12px;
    }

    .epantas-stats-grid article {
        min-height: 165px;
        padding: 20px 10px;
        border-radius: 15px;
    }
    .epantas-stats-grid article:last-child {
        grid-column: 1 / -1;
        min-height: 145px;
    }
    .epantas-stat-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 14px;
    }
    .epantas-stats-grid strong {
        font-size: 30px;
    }
    .epantas-stats-grid h3 {
        font-size: 12px;
    }
    .epantas-stats-grid p {
        font-size: 9px;
    }

    /* Price cards become a swipeable strip instead of three tall stacked cards. */
    .epantas-pricing-grid {
        display: flex;
        max-width: none;
        margin-inline: -14px;
        padding: 12px 14px 22px;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .epantas-pricing-grid::-webkit-scrollbar {
        display: none;
    }
    .epantas-price-card,
    .epantas-price-card.is-featured {
        flex: 0 0 84%;
        min-width: 84%;
        min-height: 455px;
        margin: 0;
        scroll-snap-align: center;
    }

    .epantas-centered-heading {
        text-align: center;
    }
    .epantas-centered-heading .epantas-kicker {
        justify-content: center;
    }
}
