:root{--primary:#7A1F74;--primary-dark:#4b0f48;--light:#fbf7fd;--text:#222;--muted:#666;--border:#eadff0;--green:#218c3a;--red:#d93025}
#colophon{display:none}
.ec-page,.ec-page *{box-sizing:border-box}
.ec-page{margin:0;font-family:'Poppins',sans-serif;color:var(--text);background:#fff}
.ec-page h1,.ec-page h2,.ec-page h3,.ec-page p,.ec-page ul{font-family:inherit}
.ec-page [id]{scroll-margin-top:90px}
.ec-container{max-width:1180px;margin:0 auto;padding:0 20px}
.ec-section{padding:55px 0}
.ec-alt{background:#fbf7fd}
.ec-title{font-size:30px;line-height:1.3;margin:0 0 12px;text-align:center;font-weight:700;color:#111}
.ec-sub{max-width:760px;margin:0 auto 35px;text-align:center;font-size:15px;line-height:1.7;color:var(--muted)}
.ec-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:7px;font-size:14px;font-weight:600;text-decoration:none}
.ec-btn-primary{background:var(--primary);color:#fff}
.ec-btn-primary:hover{background:var(--primary-dark);color:#fff}
.ec-btn-outline{border:1px solid var(--primary);color:var(--primary);background:#fff}
.ec-img{width:100%;height:auto;display:block;border-radius:18px}
.ec-img-box{width:100%;min-height:260px;background:#faf6fc;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ec-icon{width:46px;height:46px;object-fit:contain;display:block;margin:0 auto 12px}
.ec-logo{max-width:160px;height:auto;display:block}
.ec-hero{padding:65px 0 45px;background:linear-gradient(135deg,#fff 0%,#fbf4ff 100%)}
.ec-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:50px;align-items:center}
.ec-badge{display:inline-block;background:#f3e7f5;color:var(--primary);padding:7px 13px;border-radius:30px;font-size:13px;font-weight:600;margin-bottom:18px}
.ec-hero h1{font-size:40px;line-height:1.15;margin:0 0 18px;color:#111;font-weight:800}
.ec-hero h1 span{color:var(--primary)}
.ec-hero p{font-size:15px;line-height:1.7;color:#555;margin:0 0 12px}
.ec-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}
.ec-trust{display:flex;gap:20px;flex-wrap:wrap;color:#555;font-size:13px}
.ec-flag{width:36px;height:24px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.14);flex:none;display:block}
.ec-flags{display:flex;gap:8px;margin:0 0 16px}
.ec-flag-s{width:20px;height:14px;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.25);flex:none}
.ec-flag-l{width:64px;height:43px;border-radius:5px}
.ec-glance{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px 28px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.ec-glance-head{display:flex;align-items:center;gap:14px;margin-bottom:8px}
.ec-glance-head h2{font-size:18px;line-height:1.3;margin:0;font-weight:700;color:#111}
.ec-glance dl{margin:0}
.ec-glance dt{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary);margin:16px 0 3px}
.ec-glance dd{margin:0;font-size:14px;line-height:1.6;color:#444}
.ec-trustbar{background:#fbf7fd;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0}
.ec-trustbar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.ec-trust-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 20px}
.ec-trust-item h3{font-size:24px;margin:0;color:#111;line-height:1.1}
.ec-trust-item p{margin:3px 0 0;font-size:13px;color:#555}
.ec-prose{max-width:860px;margin:0 auto}
.ec-prose h2{font-size:26px;line-height:1.3;margin:38px 0 12px;font-weight:700;color:#111}
.ec-prose h2:first-child{margin-top:0}
.ec-prose p{font-size:15.5px;line-height:1.8;color:#444;margin:0 0 14px}
.ec-prose ul{margin:0 0 16px;padding-left:22px}
.ec-prose li{font-size:15.5px;line-height:1.75;color:#444;margin-bottom:6px}
.ec-prose a{color:var(--primary);font-weight:600}
.ec-callout{background:#fbf7fd;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:12px;padding:18px 22px;margin:22px 0}
.ec-callout p{margin:0;font-size:14.5px}
.ec-table-wrap{overflow-x:auto;margin:18px 0 22px;border:1px solid var(--border);border-radius:14px}
.ec-table{width:100%;border-collapse:collapse;font-size:14px;min-width:520px}
.ec-table th{background:#f3e7f5;color:#4b0f48;text-align:left;font-weight:700;padding:12px 16px}
.ec-table td{padding:12px 16px;border-top:1px solid var(--border);color:#444;line-height:1.5}
.ec-compare{display:grid;grid-template-columns:1fr 120px 1fr;gap:24px;align-items:center}
.ec-box{border:1px solid var(--border);border-radius:18px;padding:28px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.04)}
.ec-box.problem{background:#fff8f8}.ec-box.solution{background:#f7fff8}
.ec-box h3{margin:0 0 18px;font-size:21px;line-height:1.3;font-weight:700}
.ec-box.problem h3{color:var(--red)}.ec-box.solution h3{color:var(--green)}
.ec-list{list-style:none;padding:0;margin:0}
.ec-list li{position:relative;padding-left:26px;margin-bottom:11px;font-size:14px;line-height:1.5}
.ec-list li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--primary);font-weight:800}
.ec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ec-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ec-card{border:1px solid var(--border);border-radius:15px;padding:22px;background:#fff;transition:.3s;text-align:center}
.ec-card h3{margin:0 0 9px;font-size:17px;line-height:1.35;font-weight:700;color:#111;text-align:center}
.ec-card p{margin:0;color:#666;font-size:14px;line-height:1.6;text-align:center}
.ec-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(122,31,116,.10)}
.ec-markets{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}
.ec-markets .ec-card{flex:1 1 200px;max-width:222px;text-decoration:none;display:flex;flex-direction:column;align-items:center}
.ec-market .ec-flag{width:54px;height:36px;margin:2px auto 14px}
.ec-market p{flex:1}
.ec-more{display:block;margin-top:14px;font-size:13px;font-weight:600;color:var(--primary)}
.ec-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;text-align:center}
.ec-step{border:1px solid var(--border);border-radius:16px;padding:24px 14px;background:#fff}
.ec-step-number{width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-weight:700;font-size:16px}
.ec-step h3{font-size:16px;margin:0 0 8px}
.ec-step p{font-size:13px;line-height:1.5;color:#666;margin:0}
.ec-faq{max-width:860px;margin:0 auto}
.ec-faq details{border-bottom:1px solid #e6e6e6;padding:16px 0}
.ec-faq summary{cursor:pointer;font-weight:600;font-size:16px;color:#111;list-style:none;display:flex;justify-content:space-between;gap:16px}
.ec-faq summary::-webkit-details-marker{display:none}
.ec-faq summary:after{content:"+";font-size:22px;line-height:1;color:var(--primary);flex:none}
.ec-faq details[open] summary:after{content:"\2212"}
.ec-faq details p{margin:12px 0 0;font-size:15px;line-height:1.75;color:#555}
.ec-final{background:linear-gradient(135deg,#7A1F74,#2b0b35);color:#fff;border-radius:22px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.ec-final h2{font-size:28px;line-height:1.3;margin:0 0 10px;font-weight:700;color:#fff}
.ec-final p{margin:0;color:#eee;font-size:15px;line-height:1.7}
.ec-final .ec-btn-outline{background:transparent;color:#fff;border-color:#fff}
.ec-final .ec-actions{margin:0}
.ec-footer{background:#12041a;color:#fff;padding:42px 0}
.ec-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.ec-footer h3{font-size:17px;margin:0 0 14px;color:#fff}
.ec-footer p,.ec-footer a{color:#ccc;font-size:13px;line-height:1.7;text-decoration:none;display:block;margin-bottom:7px}
.ec-footer a:hover{color:#fff}
.ec-footer a.ec-fm{display:flex;align-items:center;gap:9px}
.ec-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;font-size:13px;color:#bbb;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ec-footer-bottom a{display:inline;margin:0;font-size:13px}
@media(max-width:992px){.ec-hero-grid,.ec-compare{grid-template-columns:1fr}.ec-grid,.ec-grid-4{grid-template-columns:1fr 1fr}.ec-steps,.ec-trustbar-grid{grid-template-columns:1fr 1fr}.ec-hero h1{font-size:34px}.ec-final{flex-direction:column;text-align:center}.ec-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.ec-section{padding:45px 0}.ec-grid,.ec-grid-4,.ec-steps,.ec-trustbar-grid,.ec-footer-grid{grid-template-columns:1fr}.ec-hero h1{font-size:29px}.ec-title,.ec-prose h2{font-size:24px}.ec-final h2{font-size:24px}.ec-actions{flex-direction:column}.ec-btn{width:100%}.ec-markets .ec-card{flex-basis:100%;max-width:none}}
body.ec-rtl .ec-page,body.ec-rtl .ecx-hdr,body.ec-rtl .ec-footer,body.ec-rtl .ec-page h1,body.ec-rtl .ec-page h2,body.ec-rtl .ec-page h3,body.ec-rtl .ec-page p,body.ec-rtl .ec-page li,body.ec-rtl .ec-page summary,body.ec-rtl .ec-page a,body.ec-rtl .ec-page th,body.ec-rtl .ec-page td{font-family:'Cairo','Poppins',sans-serif}
body.ec-rtl .ec-page{direction:rtl;text-align:right}
body.ec-rtl .ec-hero h1{line-height:1.35}
body.ec-rtl .ec-prose ul{padding-left:0;padding-right:22px}
body.ec-rtl .ec-list li{padding-left:0;padding-right:26px}
body.ec-rtl .ec-list li:before{left:auto;right:0}
body.ec-rtl .ec-table th{text-align:right}
body.ec-rtl .ec-callout{border-left:1px solid var(--border);border-right:4px solid var(--primary)}
body.ec-rtl .ec-glance dt{letter-spacing:0}
body.ec-rtl .ec-final{text-align:right}
@media(max-width:992px){body.ec-rtl .ec-final{text-align:center}}

/* contact */
.ec-contact{display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:start}
.ec-formcard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.ec-formcard h2,.ec-infocard h2{font-size:22px;margin:0 0 18px;font-weight:700;color:#111}
.ec-formcard label{display:block;font-size:14px;font-weight:600;color:#222;margin-bottom:16px}
.ec-formcard input[type=text],.ec-formcard input[type=email],.ec-formcard input[type=tel],.ec-formcard select,.ec-formcard textarea{display:block;width:100%;max-width:100%;margin-top:6px;padding:12px 14px;border:1px solid #d9cfe0;border-radius:8px;font:inherit;font-size:14px;font-weight:400;background:#fff;color:#222}
.ec-formcard textarea{min-height:120px}
.ec-formcard input:focus,.ec-formcard select:focus,.ec-formcard textarea:focus{outline:2px solid rgba(122,31,116,.25);border-color:#7A1F74}
.ec-formcard .wpcf7-submit{background:#7A1F74;color:#fff;border:0;border-radius:7px;padding:13px 26px;font:inherit;font-weight:600;font-size:14px;cursor:pointer}
.ec-formcard .wpcf7-submit:hover{background:#4b0f48}
.ec-formcard .wpcf7-response-output{margin:16px 0 0;border-radius:8px;font-size:14px}
.ec-infocard{background:#fbf7fd;border:1px solid var(--border);border-radius:18px;padding:30px}
.ec-infocard dl{margin:0}
.ec-infocard dt{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary);margin:16px 0 3px}
.ec-infocard dd{margin:0;font-size:15px;line-height:1.6;color:#333}
.ec-infocard dd a{color:#333;text-decoration:none;font-weight:600}
.ec-infocard ul{list-style:none;margin:0;padding:0}
.ec-infocard li{display:flex;align-items:center;gap:10px;font-size:14px;margin:8px 0}
@media(max-width:992px){.ec-contact{grid-template-columns:1fr}}
body.ec-rtl .ec-infocard dt{letter-spacing:0}

/* home extras */
.ec-two{display:grid;grid-template-columns:1fr 1.25fr;gap:36px;align-items:center}
.ec-content h2{font-size:30px;line-height:1.3;margin:0 0 15px;font-weight:700}
.ec-content h2 span{color:var(--primary)}
.ec-content p{font-size:15px;line-height:1.7;color:#555}
.ec-mini-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ec-mini-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px 12px;text-align:center;min-height:115px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ec-mini-card span{font-size:13px;font-weight:600;color:#222;line-height:1.35}
.ec-industry-img{width:100%;height:160px;object-fit:cover;border-radius:12px;margin-bottom:15px}
a.ec-linkcard{text-decoration:none;display:block}
.ec-comp{background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px 32px;box-shadow:0 10px 28px rgba(0,0,0,.04);max-width:980px;margin:0 auto}
.ec-comp-row{display:grid;grid-template-columns:210px 1fr;gap:20px;padding:16px 0;border-top:1px solid var(--border);align-items:start}
.ec-comp-row:first-child{border-top:none}
.ec-comp-mkt{display:flex;align-items:center;gap:12px;font-weight:700;font-size:15px;color:#111}
.ec-comp-txt{font-size:14px;line-height:1.65;color:#555}
.ec-note{max-width:980px;margin:14px auto 0;font-size:12.5px;color:#777;text-align:center;line-height:1.6}
.ec-wide{grid-column:1/-1;display:flex;align-items:center;gap:18px;text-align:left;background:#fbf7fd}
.ec-wide .ec-icon{margin:0;flex:none}
.ec-wide h3,.ec-wide p{text-align:left}
.ec-wide .ec-btn{flex:none;margin-left:auto}
body.ec-rtl .ec-wide,body.ec-rtl .ec-wide h3,body.ec-rtl .ec-wide p{text-align:right}
body.ec-rtl .ec-wide .ec-btn{margin-left:0;margin-right:auto}
@media(max-width:992px){.ec-two{grid-template-columns:1fr}.ec-mini-modules{grid-template-columns:repeat(3,1fr)}.ec-wide{flex-direction:column;text-align:center}.ec-wide h3,.ec-wide p,body.ec-rtl .ec-wide,body.ec-rtl .ec-wide h3,body.ec-rtl .ec-wide p{text-align:center}.ec-wide .ec-btn,body.ec-rtl .ec-wide .ec-btn{margin:0}}
@media(max-width:700px){.ec-comp{padding:8px 18px}.ec-comp-row{grid-template-columns:1fr;gap:8px}}
@media(max-width:600px){.ec-mini-modules{grid-template-columns:1fr 1fr}.ec-content h2{font-size:25px}}
