.efc-wrapper{max-width:1060px;margin:24px auto;direction:rtl;font-family:inherit;}
.efc-card{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:28px;border: 2px solid rgba(255, 102, 0, 0.2);background:#fff;border-radius:18px;box-shadow:0 0 0 1px rgba(255,215,191,0.15);}
@media (max-width:900px){.efc-card{grid-template-columns:1fr;}}
.efc-left{background:#fff7f2;border:1px solid #ffe0cf;border-radius:16px;padding:26px;display:flex;flex-direction:column;align-items: center;text-align: center;justify-content: center;}
.efc-icon{color:var(--e-global-color-primary);margin-bottom:10px;}
.efc-icon svg {height:48px;width:48px;}
.efc-title{font-weight:700;font-size:24px;line-height:1.25;margin:0 0 8px;color:#000;}
.efc-plan{color:var(--e-global-color-primary);font-weight:700;font-size:18px;margin-bottom:10px;}
.efc-price{display:flex;align-items:baseline;gap:6px;margin-bottom:18px;}
.efc-currency{font-weight:800;font-size:20px;}
.efc-amount{font-size:30px;font-weight:700;}
.efc-period{color:#8B96A6;font-weight:700;font-size:18px}
.efc-cta{display: inline-block;text-decoration: none;background: var(--e-global-color-primary);font-weight: 400;padding: 5px;border-radius: 12px;border: 1px solid rgba(0,0,0,0.04);transition: filter .15s ease,transform .02s ease;width: 100%;color: #fff !important;}
.efc-cta:hover{filter:brightness(0.96);}
.efc-cta:active{transform:translateY(1px);}
.efc-right{display:flex;flex-direction:column;justify-content:center;}
.efc-question{font-weight:700;font-size:18px;margin:0 0 14px;color:#0b0b0b;}
.efc-slider-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:8px;}
.efc-min,.efc-max{color:#8B96A6;font-weight:400;font-size:14px;}
.efc-slider{-webkit-appearance:none;appearance:none;width:100%;height:12px;border-radius:999px;background:#eef1f5;outline:none;direction:ltr;position:relative;}
.efc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#fff;border-radius:50%;border:2px solid var(--e-global-color-primary);box-shadow:0 0 0 2px #fff;cursor:pointer;}
.efc-slider::-moz-range-thumb{width:18px;height:18px;background:#fff;border-radius:50%;border:2px solid var(--e-global-color-primary);box-shadow:0 0 0 2px #fff;cursor:pointer;}
.efc-slider::-moz-range-track{height:12px;border-radius:999px;background:#eef1f5;}
.efc-count{margin-top:6px;text-align:center;color:var(--e-global-color-primary);font-weight:700;font-size:18px;}
