.SurgeriesPage-module__mtWVYa__surgeriesPage{direction:rtl;min-height:100vh}.SurgeriesPage-module__mtWVYa__heroStats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.SurgeriesPage-module__mtWVYa__statItem{border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:.5rem;min-width:160px;padding:1.5rem 2rem;transition:all .4s;display:flex}.SurgeriesPage-module__mtWVYa__statItem:hover{border-color:var(--yellow-400);background:#ffffff26;transform:translateY(-5px)}.SurgeriesPage-module__mtWVYa__statNumber{color:var(--yellow-400);font-size:2.2rem;font-weight:900}.SurgeriesPage-module__mtWVYa__statLabel{color:var(--blue-50);font-size:.95rem;font-weight:600}.SurgeriesPage-module__mtWVYa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:3rem;display:grid}.SurgeriesPage-module__mtWVYa__servicesGrid>div{display:flex}.SurgeriesPage-module__mtWVYa__serviceCard{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-3xl);border:1px solid var(--glass-border-light);color:inherit;box-shadow:var(--shadow-sm);flex-direction:column;width:100%;height:100%;padding:3rem 2.5rem;text-decoration:none;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.SurgeriesPage-module__mtWVYa__serviceCard:before{content:"";z-index:0;background:radial-gradient(circle at 100% 0,#0284c70d,#0000 60%);position:absolute;inset:0}.SurgeriesPage-module__mtWVYa__serviceCard:hover{background:var(--white);border-color:var(--blue-400);box-shadow:var(--shadow-2xl), 0 0 0 1px var(--blue-100);transform:translateY(-12px)}.SurgeriesPage-module__mtWVYa__cardHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__serviceIcon{background:var(--blue-50);border-radius:var(--radius-2xl);justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;transition:all .5s;display:flex}.SurgeriesPage-module__mtWVYa__serviceCard:hover .SurgeriesPage-module__mtWVYa__serviceIcon{background:var(--blue-600);color:#fff;transform:scale(1.1)rotate(5deg)}.SurgeriesPage-module__mtWVYa__complexityBadge{background:var(--blue-50);color:var(--blue-700);border:1px solid var(--blue-100);border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:800}.SurgeriesPage-module__mtWVYa__serviceTitle{color:var(--gray-900);z-index:1;margin-bottom:1rem;font-size:1.7rem;font-weight:900;line-height:1.3;position:relative}.SurgeriesPage-module__mtWVYa__serviceDescription{color:var(--gray-600);z-index:1;margin-bottom:2rem;font-size:1.05rem;line-height:1.8;position:relative}.SurgeriesPage-module__mtWVYa__serviceStats{z-index:1;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid;position:relative}.SurgeriesPage-module__mtWVYa__miniStat{background:var(--gray-50);border-radius:var(--radius-xl);flex-direction:column;gap:.35rem;padding:1.25rem;display:flex}.SurgeriesPage-module__mtWVYa__miniLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.SurgeriesPage-module__mtWVYa__miniValue{color:var(--blue-700);font-size:1.1rem;font-weight:900}.SurgeriesPage-module__mtWVYa__benefitsList{z-index:1;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__benefitTag{color:var(--gray-700);background:var(--white);border:1px solid var(--gray-100);border-radius:8px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.SurgeriesPage-module__mtWVYa__cardFooter{color:var(--blue-600);border-top:1px solid var(--gray-100);z-index:1;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;font-weight:800;display:flex;position:relative}.SurgeriesPage-module__mtWVYa__featuresWrapper{grid-template-columns:1.5fr 1fr;align-items:center;gap:5rem;display:grid}.SurgeriesPage-module__mtWVYa__featureList{margin:2.5rem 0 0;padding:0;list-style:none}.SurgeriesPage-module__mtWVYa__featureList li{color:var(--gray-700);margin-bottom:1.5rem;padding-right:2rem;font-size:1.1rem;font-weight:500;position:relative}.SurgeriesPage-module__mtWVYa__featureList li:before{content:"✓";color:var(--blue-600);font-weight:900;position:absolute;top:0;right:0}[data-theme=dark] .SurgeriesPage-module__mtWVYa__featureList li{color:var(--blue-50)!important}[data-theme=dark] .SurgeriesPage-module__mtWVYa__featureList li:before{color:var(--yellow-400)!important}.SurgeriesPage-module__mtWVYa__featureIllustration{justify-content:center;display:flex}.SurgeriesPage-module__mtWVYa__glassCircle{background:var(--blue-50);width:250px;height:250px;box-shadow:var(--shadow-xl);border-radius:50%;justify-content:center;align-items:center;font-size:5rem;animation:6s ease-in-out 3 SurgeriesPage-module__mtWVYa__float;display:flex;position:relative}@keyframes SurgeriesPage-module__mtWVYa__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.SurgeriesPage-module__mtWVYa__ctaContainer{max-width:900px;margin:0 auto}.SurgeriesPage-module__mtWVYa__ctaActions{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.5rem;display:flex}@media (max-width:1024px){.SurgeriesPage-module__mtWVYa__featuresWrapper{grid-template-columns:1fr;gap:4rem}.SurgeriesPage-module__mtWVYa__featureIllustration{order:-1}}@media (max-width:768px){.SurgeriesPage-module__mtWVYa__servicesGrid{grid-template-columns:1fr}.SurgeriesPage-module__mtWVYa__heroStats{gap:1.5rem}.SurgeriesPage-module__mtWVYa__statItem{min-width:140px;padding:1rem}.SurgeriesPage-module__mtWVYa__serviceCard{padding:2.5rem 1.5rem}}.SurgeriesPage-module__mtWVYa__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.SurgeriesPage-module__mtWVYa__stepCard{padding:3.5rem 2rem!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;position:relative!important;overflow:visible!important}.SurgeriesPage-module__mtWVYa__stepNumber{background:var(--gradient-yellow);width:44px;height:44px;color:var(--white);border:4px solid var(--white);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:950;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #f59e0b4d}.SurgeriesPage-module__mtWVYa__stepText{color:var(--gray-600);font-size:1.05rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.SurgeriesPage-module__mtWVYa__glassCircle,.SurgeriesPage-module__mtWVYa__stepCard{transition:none;animation:none}}