:root {
    --epcl-ink:#141210; --epcl-ink-80:#221f1a; --epcl-ink-60:#4a453c; --epcl-ink-40:#726a5c; --epcl-ink-20:#a49b8b;
    --epcl-accent:#c1673a; --epcl-accent-dk:#9e4f28; --epcl-accent-lt:#eab98f;
    --epcl-cream:#fdf9f4; --epcl-sand:#f6efe6; --epcl-light:#faf7f2;
    --epcl-gold:#d4a843; --epcl-wa:#25d366;
    --epcl-border:#e9e1d5; --epcl-border-lt:#f0e9dd;
    --epcl-bg-soft:#f6efe6;
    --epcl-shadow:0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);
    --epcl-shadow-sm:0 1px 2px rgba(0,0,0,.04), 0 4px 14px rgba(0,0,0,.05);
    --epcl-shadow-lg:0 4px 12px rgba(0,0,0,.08), 0 24px 48px rgba(0,0,0,.14);
    --epcl-radius:14px; --epcl-radius-sm:8px; --epcl-radius-lg:22px;
}
.epcl-hub *, .epcl-hub *::before, .epcl-hub *::after { box-sizing: border-box; }
.epcl-hub { color: var(--epcl-ink); line-height: 1.55; font-family: inherit; position: relative; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); overflow-x: hidden; background: #fff; }
.epcl-hub img { max-width: 100%; height: auto; display: block; }
.epcl-hub a { text-decoration: none; color: inherit; }
.epcl-hub h1, .epcl-hub h2, .epcl-hub h3, .epcl-hub h4 { margin: 0 0 .5em; line-height: 1.15; color: var(--epcl-ink); letter-spacing: -0.01em; }
.epcl-hub p { margin: 0 0 1em; }
.epcl-hub .epcl-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.epcl-hero { position: relative; background-image: linear-gradient(180deg, rgba(15,12,8,.40) 0%, rgba(15,12,8,.78) 100%), url('https://egyptplanners.com/wp-content/uploads/2022/12/A-very-beautiful-picture-of-the-couple-during-their-visit-to-the-Giza-Pyramids.webp'); background-size: cover; background-position: center 42%; color: #fff; padding: 116px 0 84px; overflow: hidden; }
.epcl-hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 80px; background: linear-gradient(180deg, transparent 0%, #fff 100%); pointer-events: none; }
.epcl-hero-inner { position: relative; z-index: 2; max-width: 860px; }
.epcl-hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; background: rgba(193,103,58,.22); border: 1px solid rgba(234,185,143,.5); border-radius: 99px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 22px; backdrop-filter: blur(6px); }
.epcl-hero-kicker::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--epcl-accent-lt); }
.epcl-hero h1 { color: #fff; font-size: clamp(31px, 4.8vw, 52px); font-weight: 700; line-height: 1.08; margin-bottom: 18px; }
.epcl-hero h1 em { font-style: normal; color: var(--epcl-accent-lt); }
.epcl-hero-sub { font-size: clamp(16px, 1.8vw, 19px); color: rgba(255,255,255,.92); max-width: 720px; margin-bottom: 30px; }
.epcl-hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.epcl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: 10px; font-weight: 600; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-decoration: none !important; }
.epcl-btn, .epcl-btn * { line-height: 1.2; }
.epcl-btn:hover { transform: translateY(-1px); box-shadow: var(--epcl-shadow); }
.epcl-btn-primary, .epcl-btn-primary:link, .epcl-btn-primary:visited, .epcl-btn-primary:hover, .epcl-btn-primary:focus, .epcl-btn-primary:active { background: var(--epcl-accent); color: #fff !important; }
.epcl-btn-primary:hover { background: var(--epcl-accent-dk); }
.epcl-btn-wa, .epcl-btn-wa:link, .epcl-btn-wa:visited, .epcl-btn-wa:hover, .epcl-btn-wa:focus, .epcl-btn-wa:active { background: var(--epcl-wa); color: #fff !important; }
.epcl-btn-wa:hover { background: #1eb358; }
.epcl-btn-dark, .epcl-btn-dark:link, .epcl-btn-dark:visited, .epcl-btn-dark:hover, .epcl-btn-dark:focus, .epcl-btn-dark:active { background: var(--epcl-ink); color: #fff !important; }
.epcl-btn-dark:hover { background: var(--epcl-ink-80); }
.epcl-btn-ghost, .epcl-btn-ghost:link, .epcl-btn-ghost:visited, .epcl-btn-ghost:hover, .epcl-btn-ghost:focus, .epcl-btn-ghost:active { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.55); }
.epcl-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.epcl-btn-outline, .epcl-btn-outline:link, .epcl-btn-outline:visited, .epcl-btn-outline:hover, .epcl-btn-outline:focus, .epcl-btn-outline:active { background: #fff; color: var(--epcl-ink) !important; border-color: var(--epcl-border); }
.epcl-btn-outline:hover { border-color: var(--epcl-accent); background: #fff; color: var(--epcl-ink) !important; }

.epcl-trust { background: var(--epcl-cream); border-bottom: 1px solid var(--epcl-border); padding: 36px 0; }
.epcl-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: center; }
.epcl-trust-item { text-align: center; padding: 8px 4px; }
.epcl-trust-item:not(:last-child) { border-right: 1px solid var(--epcl-border-lt); }
.epcl-trust-val { font-size: 28px; font-weight: 700; color: var(--epcl-ink); line-height: 1; margin-bottom: 6px; }
.epcl-trust-val .epcl-star { color: var(--epcl-gold); }
.epcl-trust-lbl { font-size: 12px; color: var(--epcl-ink-60); text-transform: uppercase; letter-spacing: .06em; }

.epcl-sec { padding: 72px 0; }
.epcl-sec-tight { padding: 48px 0; }
.epcl-sec-alt { background: var(--epcl-cream); }
.epcl-sec-reviews { background: linear-gradient(180deg, #fff 0%, var(--epcl-sand) 100%); border-top: 1px solid var(--epcl-border-lt); border-bottom: 1px solid var(--epcl-border-lt); position: relative; }
.epcl-sec-reviews::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 12% 18%, rgba(212,168,67,.09) 0, transparent 28%), radial-gradient(circle at 88% 82%, rgba(193,103,58,.09) 0, transparent 28%); pointer-events: none; }
.epcl-sec-reviews > * { position: relative; }
.epcl-sec-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.epcl-sec-kicker { color: var(--epcl-accent-dk); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.epcl-sec h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 700; margin-bottom: 14px; }
.epcl-sec-lead { color: var(--epcl-ink-60); font-size: 17px; }

.epcl-intro-card-cred { display: flex; flex-direction: column; gap: 8px; margin: 6px 0 16px; }
.epcl-cred-pill { display: inline-block; padding: 6px 10px; background: #fff; border: 1px solid var(--epcl-border); border-radius: 99px; font-size: 12px; color: var(--epcl-ink-80); font-weight: 600; letter-spacing: .02em; }
.epcl-intro-lead { font-size: 18px !important; line-height: 1.7; color: var(--epcl-ink) !important; padding: 14px 18px; margin-bottom: 22px !important; border-left: 3px solid var(--epcl-accent); background: linear-gradient(90deg, rgba(193,103,58,.08), transparent); border-radius: 4px; }
.epcl-intro-lead strong { color: var(--epcl-ink); }
.epcl-intro { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; }
.epcl-intro-body { font-size: 17px; line-height: 1.7; color: var(--epcl-ink-80); }
.epcl-intro-body p:first-of-type::first-letter { float: left; font-size: 54px; line-height: .95; padding: 4px 10px 0 0; font-weight: 700; color: var(--epcl-accent-dk); }
.epcl-intro-body a { color: var(--epcl-accent-dk); border-bottom: 1px dotted var(--epcl-accent-lt); }
.epcl-intro-card { background: var(--epcl-sand); border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius-lg); padding: 28px; position: sticky; top: 100px; }
.epcl-intro-card-kicker { color: var(--epcl-accent-dk); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.epcl-intro-card h3 { font-size: 20px; margin-bottom: 14px; }
.epcl-intro-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.epcl-intro-card li { padding: 8px 0 8px 26px; position: relative; font-size: 15px; color: var(--epcl-ink-80); border-bottom: 1px dashed var(--epcl-border); }
.epcl-intro-card li:last-child { border-bottom: 0; }
.epcl-intro-card li::before { content: '✓'; position: absolute; left: 0; top: 8px; width: 18px; height: 18px; border-radius: 50%; background: var(--epcl-accent); color: #fff; font-size: 12px; font-weight: 700; line-height: 18px; text-align: center; }

.epcl-filter-wrap { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius-lg); padding: 18px; box-shadow: var(--epcl-shadow); margin-bottom: 40px; position: sticky; top: 72px; z-index: 5; }
.epcl-filter-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.epcl-filter-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--epcl-ink-40); padding: 0 8px 0 4px; white-space: nowrap; }
.epcl-chip { background: var(--epcl-light); border: 1px solid var(--epcl-border); color: var(--epcl-ink-80); padding: 9px 16px; border-radius: 99px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all .15s ease; display: inline-flex; align-items: center; gap: 8px; }
.epcl-chip:hover { border-color: var(--epcl-accent); color: var(--epcl-accent-dk); }
.epcl-chip.is-active { background: var(--epcl-ink); border-color: var(--epcl-ink); color: #fff; }
.epcl-chip-count { font-size: 12px; background: rgba(0,0,0,.08); padding: 1px 7px; border-radius: 99px; }
.epcl-chip.is-active .epcl-chip-count { background: rgba(255,255,255,.2); color: #fff; }

.epcl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.epcl-card { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; position: relative; }
.epcl-card:hover { transform: translateY(-4px); box-shadow: var(--epcl-shadow-lg); border-color: var(--epcl-accent-lt); }
.epcl-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--epcl-light); }
.epcl-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.epcl-card:hover .epcl-card-media img { transform: scale(1.05); }
.epcl-card-badge { position: absolute; top: 14px; left: 14px; background: var(--epcl-ink); color: #fff; padding: 5px 12px; border-radius: 99px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.epcl-card-badge.epcl-badge-sale { background: var(--epcl-accent); }
.epcl-card-badge.epcl-badge-hot { background: #b8863b; }
.epcl-card-badge.epcl-badge-best { background: var(--epcl-gold); color: var(--epcl-ink); }
.epcl-card-days { position: absolute; bottom: 14px; left: 14px; background: rgba(255,255,255,.96); color: var(--epcl-ink); padding: 6px 12px; border-radius: 99px; font-size: 12px; font-weight: 600; backdrop-filter: blur(6px); }
.epcl-card-days::before { content: '⏱ '; color: var(--epcl-accent-dk); }
.epcl-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.epcl-card-title { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; min-height: 2.6em; color: var(--epcl-ink); }
.epcl-card-title a { color: inherit; }
.epcl-card-title a:hover { color: var(--epcl-accent-dk); }
.epcl-card-blurb { font-size: 14px; color: var(--epcl-ink-60); margin-bottom: 18px; flex: 1; line-height: 1.55; }
.epcl-card-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px dashed var(--epcl-border); }
.epcl-card-price { font-size: 13px; color: var(--epcl-ink-40); }
.epcl-card-price strong { display: block; color: var(--epcl-accent-dk); font-size: 22px; font-weight: 700; line-height: 1; margin-top: 2px; }
.epcl-card-cta, .epcl-card-cta:link, .epcl-card-cta:visited, .epcl-card-cta:hover, .epcl-card-cta:focus, .epcl-card-cta:active { background: var(--epcl-ink); color: #fff !important; padding: 10px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none !important; display: inline-flex; align-items: center; gap: 6px; transition: background .15s ease; white-space: nowrap; }
.epcl-card-cta:hover { background: var(--epcl-accent); color: #fff !important; }
.epcl-card.is-hidden { display: none; }
.epcl-grid-empty { grid-column: 1 / -1; text-align: center; padding: 60px 20px; background: var(--epcl-cream); border-radius: var(--epcl-radius-lg); color: var(--epcl-ink-60); font-size: 16px; }
.epcl-grid-empty strong { display: block; color: var(--epcl-ink); font-size: 20px; margin-bottom: 8px; }

/* ---------- Classic circuit (iconic sites) ---------- */
.epcl-circuit { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.epcl-site { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius-lg); padding: 26px 24px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; position: relative; }
.epcl-site:hover { transform: translateY(-4px); border-color: var(--epcl-accent-lt); box-shadow: var(--epcl-shadow-lg); }
.epcl-site-step { position: absolute; top: 20px; right: 20px; font-size: 34px; font-weight: 800; line-height: 1; color: var(--epcl-sand); }
.epcl-site-tag { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--epcl-accent-dk); margin-bottom: 6px; }
.epcl-site h3 { font-size: 19px; margin-bottom: 14px; line-height: 1.2; }
.epcl-site ul { list-style: none; margin: 0; padding: 0; }
.epcl-site li { position: relative; padding: 7px 0 7px 24px; font-size: 14.5px; color: var(--epcl-ink-80); border-bottom: 1px dashed var(--epcl-border); line-height: 1.4; }
.epcl-site li:last-child { border-bottom: 0; }
.epcl-site li::before { content: '\25C6'; position: absolute; left: 0; top: 8px; color: var(--epcl-accent); font-size: 12px; }
.epcl-circuit-note { text-align: center; margin: 34px auto 0; max-width: 780px; color: var(--epcl-ink-60); font-size: 15px; }
.epcl-circuit-note a { color: var(--epcl-accent-dk); font-weight: 600; }

.epcl-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.epcl-why-item { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius); padding: 28px 24px; transition: transform .2s, border-color .2s; }
.epcl-why-item:hover { transform: translateY(-3px); border-color: var(--epcl-accent-lt); }
.epcl-why-ico { width: 48px; height: 48px; border-radius: 12px; background: var(--epcl-sand); color: var(--epcl-accent-dk); display: grid; place-items: center; font-size: 22px; margin-bottom: 18px; }
.epcl-why-item h3 { font-size: 18px; margin-bottom: 10px; }
.epcl-why-item p { font-size: 14.5px; color: var(--epcl-ink-60); margin: 0; line-height: 1.55; }

.epcl-markets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.epcl-market { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius-lg); padding: 28px 24px 26px; display: flex; flex-direction: column; color: inherit; text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; position: relative; }
.epcl-market:hover { transform: translateY(-4px); border-color: var(--epcl-accent-lt); box-shadow: var(--epcl-shadow-lg); }
.epcl-market-flag { width: 96px; height: 64px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,.1); margin-bottom: 18px; background: #f0f0f0; }
.epcl-market-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.epcl-market-tag { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--epcl-accent-dk); margin-bottom: 8px; }
.epcl-market h3 { font-size: 20px; margin-bottom: 14px; line-height: 1.2; }
.epcl-market p { font-size: 14px; color: var(--epcl-ink-60); margin: 0 0 18px; line-height: 1.55; flex: 1; }
.epcl-market-stats { display: flex; gap: 18px; flex-wrap: wrap; padding: 14px 0; margin-bottom: 14px; border-top: 1px dashed var(--epcl-border); font-size: 13px; color: var(--epcl-ink-60); }
.epcl-market-stats strong { color: var(--epcl-ink); font-weight: 700; margin-right: 2px; }
.epcl-market-cta { color: var(--epcl-accent-dk); font-weight: 600; font-size: 14px; display: inline-block; padding-top: 4px; }
.epcl-market:hover .epcl-market-cta { color: var(--epcl-accent); }
.epcl-markets-more { text-align: center; margin: 36px auto 0; color: var(--epcl-ink-60); font-size: 15px; max-width: 820px; }
.epcl-markets-more a { display: inline-block; margin-left: 6px; color: var(--epcl-accent-dk); font-weight: 600; }

.epcl-tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 40px; }
.epcl-tip { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius); padding: 28px 26px; position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.epcl-tip:hover { transform: translateY(-2px); box-shadow: var(--epcl-shadow); border-color: var(--epcl-accent-lt); }
.epcl-tip-num { position: absolute; top: -14px; left: 26px; width: 44px; height: 44px; border-radius: 50%; background: var(--epcl-accent); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; box-shadow: 0 4px 10px rgba(193,103,58,.4); }
.epcl-tip h3 { font-size: 18px; margin: 14px 0 10px; color: var(--epcl-ink); line-height: 1.3; }
.epcl-tip p { font-size: 14.5px; color: var(--epcl-ink-60); line-height: 1.65; margin: 0; }
.epcl-tip p strong { color: var(--epcl-ink); font-weight: 600; }
.epcl-tip a { color: var(--epcl-accent-dk); font-weight: 600; border-bottom: 1px dotted var(--epcl-accent-lt); }
.epcl-tip em { color: var(--epcl-ink-80); font-style: italic; }
.epcl-tips-cta { background: #fff; border: 2px dashed var(--epcl-accent-lt); border-radius: var(--epcl-radius-lg); padding: 32px 28px; text-align: center; max-width: 820px; margin: 0 auto; }
.epcl-tips-cta p { color: var(--epcl-ink-60); font-size: 15px; margin: 0 auto 20px; max-width: 640px; }
.epcl-tips-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.epcl-consult { background: linear-gradient(135deg, var(--epcl-ink) 0%, #2c2620 100%); color: #fff; border-radius: var(--epcl-radius-lg); padding: 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.epcl-consult::before { content: ''; position: absolute; inset: 0; background: radial-gradient(600px at 90% 20%, rgba(193,103,58,.28) 0%, transparent 60%); pointer-events: none; }
.epcl-consult h2 { color: #fff; font-size: clamp(24px, 3vw, 32px); margin-bottom: 12px; }
.epcl-consult-kicker { color: var(--epcl-accent-lt); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.epcl-consult p { font-size: 16px; color: rgba(255,255,255,.85); margin-bottom: 24px; max-width: 520px; }
.epcl-consult-ctas { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2; }
.epcl-consult-aside { position: relative; z-index: 2; }
.epcl-consult-avatar { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.08); padding: 14px 18px; border-radius: 99px; border: 1px solid rgba(255,255,255,.12); margin-bottom: 14px; }
.epcl-consult-avatar img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.epcl-consult-avatar-name { font-weight: 700; font-size: 14px; }
.epcl-consult-avatar-role { font-size: 12px; color: rgba(255,255,255,.65); }
.epcl-consult-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.epcl-consult-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: var(--epcl-radius-sm); padding: 14px 16px; }
.epcl-consult-stat-v { font-size: 22px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 4px; }
.epcl-consult-stat-l { font-size: 12px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .06em; }

.epcl-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.epcl-review { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius); padding: 26px 24px; display: flex; flex-direction: column; position: relative; }
.epcl-review::before { content: '\201C'; position: absolute; top: 6px; right: 20px; font-size: 72px; line-height: 1; color: var(--epcl-accent-lt); font-family: Georgia, serif; }
.epcl-review-stars { color: var(--epcl-gold); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.epcl-review-title { font-weight: 700; font-size: 16px; margin-bottom: 10px; color: var(--epcl-ink); }
.epcl-review-body { font-size: 14.5px; color: var(--epcl-ink-60); line-height: 1.6; flex: 1; margin-bottom: 18px; }
.epcl-review-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px dashed var(--epcl-border); }
.epcl-review-name { font-weight: 600; font-size: 14px; }
.epcl-review-src { font-size: 12px; color: var(--epcl-ink-40); text-transform: uppercase; letter-spacing: .06em; }
.epcl-review-foot { text-align: center; margin-top: 40px; }

.epcl-faq-list { max-width: 820px; margin: 0 auto; }
.epcl-faq-item { background: #fff; border: 1px solid var(--epcl-border); border-radius: var(--epcl-radius); margin-bottom: 14px; overflow: hidden; transition: border-color .15s; }
.epcl-faq-item[open] { border-color: var(--epcl-accent-lt); box-shadow: var(--epcl-shadow); }
.epcl-faq-item summary { padding: 20px 56px 20px 24px; cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; position: relative; color: var(--epcl-ink); }
.epcl-faq-item summary::-webkit-details-marker { display: none; }
.epcl-faq-item summary::after { content: '+'; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); width: 28px; height: 28px; border: 1px solid var(--epcl-border); border-radius: 50%; display: grid; place-items: center; font-size: 18px; font-weight: 400; color: var(--epcl-accent-dk); transition: transform .2s, background .2s; }
.epcl-faq-item[open] summary::after { content: '\2013'; transform: translateY(-50%) rotate(180deg); background: var(--epcl-accent); color: #fff; border-color: var(--epcl-accent); }
.epcl-faq-item[open] summary { color: var(--epcl-accent-dk); }
.epcl-faq-answer { padding: 0 24px 24px; color: var(--epcl-ink-60); font-size: 15.5px; line-height: 1.7; }

.epcl-byline { max-width: 820px; margin: 0 auto; background: var(--epcl-sand); border: 1px solid var(--epcl-border); border-left: 5px solid var(--epcl-accent); border-radius: var(--epcl-radius); padding: 28px 32px; display: grid; grid-template-columns: 72px 1fr; gap: 22px; align-items: start; }
.epcl-byline-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: var(--epcl-light); }
.epcl-byline-avatar img { width: 100%; height: 100%; object-fit: cover; }
.epcl-byline-kicker { color: var(--epcl-accent-dk); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
.epcl-byline-name { font-weight: 700; font-size: 16px; margin-bottom: 2px; }
.epcl-byline-name a { color: inherit; border-bottom: 1px dotted var(--epcl-ink-40); }
.epcl-byline-role { font-size: 13px; color: var(--epcl-ink-60); margin-bottom: 12px; }
.epcl-byline-text { font-size: 15px; color: var(--epcl-ink-80); line-height: 1.6; margin: 0; }
.epcl-byline-updated { font-size: 12px; color: var(--epcl-ink-40); margin-top: 12px; text-transform: uppercase; letter-spacing: .06em; }

.epcl-rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 44px; }
.epcl-rel-col { background: #fff; border: 1px solid var(--epcl-border-lt); border-radius: var(--epcl-radius); padding: 22px 22px 20px; box-shadow: var(--epcl-shadow-sm); }
.epcl-rel-col h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--epcl-accent-dk); margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px dashed var(--epcl-border-lt); font-weight: 700; }
.epcl-rel-col ul { list-style: none; margin: 0; padding: 0; }
.epcl-rel-col li { margin: 0 0 9px; font-size: 14.5px; line-height: 1.5; }
.epcl-rel-col li:last-child { margin-bottom: 0; }
.epcl-rel-col a { color: var(--epcl-ink); text-decoration: none; border-bottom: 1px dotted var(--epcl-border); transition: color .2s; }
.epcl-rel-col a:hover { color: var(--epcl-accent); border-bottom-color: var(--epcl-accent); }
.epcl-rel-entities { background: #fff; border: 1px solid var(--epcl-border-lt); border-radius: var(--epcl-radius); padding: 28px 28px 26px; box-shadow: var(--epcl-shadow-sm); }
.epcl-rel-entities-h { font-size: 15px; text-transform: uppercase; letter-spacing: .08em; color: var(--epcl-accent-dk); margin: 0 0 18px; font-weight: 700; }
.epcl-rel-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.epcl-rel-tag { display: inline-block; padding: 7px 14px; background: var(--epcl-bg-soft); border: 1px solid var(--epcl-border-lt); border-radius: 999px; font-size: 13.5px; color: var(--epcl-ink-80); font-weight: 500; transition: all .2s; }
.epcl-rel-tag:hover { background: var(--epcl-accent-lt); border-color: var(--epcl-accent); color: var(--epcl-accent-dk); }

.epcl-final { background: var(--epcl-ink); color: #fff; padding: 72px 0; text-align: center; position: relative; overflow: hidden; }
.epcl-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(600px at 50% 100%, rgba(193,103,58,.28) 0%, transparent 60%); }
.epcl-final-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.epcl-final h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }
.epcl-final p { color: rgba(255,255,255,.8); font-size: 17px; margin-bottom: 32px; }
.epcl-final-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1280px) { .epcl-rel-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
    .epcl-hero { padding: 84px 0 62px; }
    .epcl-sec { padding: 60px 0; }
    .epcl-trust-grid { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
    .epcl-trust-item:nth-child(3) { border-right: 0; }
    .epcl-intro { grid-template-columns: 1fr; gap: 36px; }
    .epcl-intro-card { position: static; }
    .epcl-why-grid { grid-template-columns: repeat(2, 1fr); }
    .epcl-markets { grid-template-columns: repeat(2, 1fr); }
    .epcl-circuit { grid-template-columns: repeat(2, 1fr); }
    .epcl-review-grid { grid-template-columns: repeat(2, 1fr); }
    .epcl-rel-grid { grid-template-columns: repeat(2, 1fr); }
    .epcl-consult { grid-template-columns: 1fr; padding: 40px 32px; }
}
@media (max-width: 640px) {
    .epcl-hero { padding: 64px 0 50px; }
    .epcl-sec { padding: 48px 0; }
    .epcl-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .epcl-trust-item:not(:last-child) { border-right: 0; }
    .epcl-trust-item:nth-child(odd) { border-right: 1px solid var(--epcl-border-lt); }
    .epcl-why-grid, .epcl-markets, .epcl-circuit, .epcl-review-grid, .epcl-rel-grid { grid-template-columns: 1fr; }
    .epcl-filter-wrap { position: static; padding: 14px; }
    .epcl-filter-label { display: none; }
    .epcl-byline { grid-template-columns: 1fr; text-align: center; }
    .epcl-byline-avatar { margin: 0 auto; }
    .epcl-consult { padding: 32px 22px; }
    .epcl-hub .epcl-container { padding: 0 18px; }
    .epcl-card-body { padding: 18px; }
}
